提交 4b30c8da 编写于 作者: Z zyyang

reset balance since test cases failed

上级 2a4c8652
...@@ -52,7 +52,7 @@ keepColumnName 1 ...@@ -52,7 +52,7 @@ keepColumnName 1
# telemetryReporting 1 # telemetryReporting 1
# enable/disable load balancing # enable/disable load balancing
# balance 0 # balance 1
# role for dnode. 0 - any, 1 - mnode, 2 - dnode # role for dnode. 0 - any, 1 - mnode, 2 - dnode
# role 0 # role 0
......
...@@ -164,7 +164,7 @@ bool tsdbForceCompactFile = false; // compact TSDB fileset ...@@ -164,7 +164,7 @@ bool tsdbForceCompactFile = false; // compact TSDB fileset
int32_t tsdbWalFlushSize = TSDB_DEFAULT_WAL_FLUSH_SIZE; // MB int32_t tsdbWalFlushSize = TSDB_DEFAULT_WAL_FLUSH_SIZE; // MB
// balance // balance
int8_t tsEnableBalance = 0; int8_t tsEnableBalance = 1;
int8_t tsAlternativeRole = 0; int8_t tsAlternativeRole = 0;
int32_t tsBalanceInterval = 300; // seconds int32_t tsBalanceInterval = 300; // seconds
int32_t tsOfflineInterval = 3; // seconds int32_t tsOfflineInterval = 3; // seconds
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册