Merge branch 'feature/wal' of https://github.com/taosdata/TDengine into feature/wal

This commit is contained in:
Shengliang Guan 2020-11-11 14:30:08 +08:00
commit 6879c14ee8
1 changed files with 1 additions and 1 deletions

View File

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