qidaye commented on code in PR #42295: URL: https://github.com/apache/doris/pull/42295#discussion_r1830521137
########## fe/fe-core/src/main/java/org/apache/doris/alter/IndexChangeJob.java: ########## @@ -109,9 +109,6 @@ public boolean isFinalState() { private long originIndexId; @SerializedName(value = "invertedIndexBatchTask") AgentBatchTask invertedIndexBatchTask = new AgentBatchTask(); - // save failed task after retry three times, tablet -> backends - @SerializedName(value = "failedTabletBackends") Review Comment: Gson serialization will not affect upgrading or downgrading. Delete a field in the class.Gson ignores this field if it is included in the JSON data at the time of deserialization -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org