Merge pull request #4574 from taosdata/feature/wal

TD-1853
This commit is contained in:
Shengliang Guan 2020-12-15 15:21:44 +08:00 committed by GitHub
commit 7d134b04c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ int32_t mnodeStartSystem() {
return -1;
}
dnodeReportStep("mnode-grant", "start to set grant infomation", 0);
grantReset(TSDB_GRANT_ALL, 0);
tsMgmtIsRunning = true;