deardeng commented on code in PR #42401:
URL: https://github.com/apache/doris/pull/42401#discussion_r1822433028


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1344,7 +1344,16 @@ public class Config extends ConfigBase {
      * For performance based considerations, better not set a very high value 
for this.
      */
     @ConfField(mutable = true, masterOnly = true)
-    public static int decommission_tablet_check_threshold = 5000;
+    public static int decommission_tablet_check_threshold = 50000;
+
+    /**
+     * When decommission a backend, need to migrate all its tablets to other 
backends.
+     * But there maybe some leaky tablets due to forgetting to delete them 
from TabletInvertIndex.
+     * They are not in use. Decommissio can skip migrating them.

Review Comment:
   Decommission



-- 
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

Reply via email to