This commit is contained in:
Shengliang Guan 2020-11-11 06:28:21 +00:00
parent 894a969fdf
commit 23fba63413
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;