This commit is contained in:
Shengliang Guan 2020-12-15 14:41:56 +08:00
parent a8efcbd70d
commit b6e5cfb021
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;