This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 26480b57fff [fix](fe ut) fix unstable ut TabletRepairAndBalanceTest
(#27044)
26480b57fff is described below
commit 26480b57fffb1c5ef1e7df38fa8a617038159e50
Author: yujun <[email protected]>
AuthorDate: Wed Nov 15 20:47:50 2023 +0800
[fix](fe ut) fix unstable ut TabletRepairAndBalanceTest (#27044)
---
.../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 ec0779b452d..cc53d333825 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
@@ -109,6 +109,7 @@ public class TabletRepairAndBalanceTest {
Config.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]