This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 97159a3b028 [fix](fe ut) fix unstable ut TabletRepairAndBalanceTest
(#27044) (#27239)
97159a3b028 is described below
commit 97159a3b0280504002ff259ba2d30c38121853b5
Author: yujun <[email protected]>
AuthorDate: Sun Nov 19 23:12:15 2023 +0800
[fix](fe ut) fix unstable ut TabletRepairAndBalanceTest (#27044) (#27239)
---
.../src/test/java/org/apache/doris/clone/TabletRepairAndBalanceTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/fe/fe-core/src/test/java/org/apache/doris/clone/TabletRepairAndBalanceTest.java
b/fe/fe-core/src/test/java/org/apache/doris/clone/TabletRepairAndBalanceTest.java
index f1057de808a..da38a5f30a7 100644
---
a/fe/fe-core/src/test/java/org/apache/doris/clone/TabletRepairAndBalanceTest.java
+++
b/fe/fe-core/src/test/java/org/apache/doris/clone/TabletRepairAndBalanceTest.java
@@ -108,6 +108,7 @@ public class TabletRepairAndBalanceTest {
FeConstants.tablet_checker_interval_ms = 1000;
Config.tablet_repair_delay_factor_second = 1;
Config.colocate_group_relocate_delay_second = 1;
+ Config.disable_balance = true;
// 5 backends:
// 127.0.0.1
// 127.0.0.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]