Merge branch 'feature/wal' of https://github.com/taosdata/TDengine into feature/wal
This commit is contained in:
commit
6879c14ee8
|
@ -586,7 +586,7 @@ static void balanceProcessBalanceTimer(void *handle, void *tmrId) {
|
|||
if (!sdbIsMaster()) return;
|
||||
|
||||
tsBalanceTimer = NULL;
|
||||
tsAccessSquence ++;
|
||||
if (handle == NULL) tsAccessSquence++;
|
||||
|
||||
balanceCheckDnodeAccess();
|
||||
bool updateSoon = false;
|
||||
|
|
Loading…
Reference in New Issue