xiaokang commented on code in PR #42295:
URL: https://github.com/apache/doris/pull/42295#discussion_r1830365444


##########
be/src/common/status.h:
##########
@@ -76,6 +76,7 @@ namespace ErrorCode {
     TStatusError(HTTP_ERROR, true);                       \
     TStatusError(TABLET_MISSING, true);                   \
     TStatusError(NOT_MASTER, true);                       \
+    TStatusError(TRY_LOCK_FAILED, false);                 \

Review Comment:
   add it somewhere to avoid stacktrace



##########
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:
   Will it cause compatibility problem?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to