[TD-4034]when config changed,apply a commit msg then config will be applied
This commit is contained in:
parent
da4b78f1ba
commit
6213438f2e
|
@ -269,7 +269,7 @@ int32_t tsdbConfigRepo(STsdbRepo *repo, STsdbCfg *pCfg) {
|
|||
|
||||
pthread_mutex_unlock(&repo->save_mutex);
|
||||
|
||||
// schedule a commit msg then the new config will be applyed immediatly
|
||||
// schedule a commit msg then the new config will be applied immediatly
|
||||
if (tsdbLockRepo(repo) < 0) return -1;
|
||||
tsdbScheduleCommit(repo);
|
||||
if (tsdbUnlockRepo(repo) < 0) return -1;
|
||||
|
|
Loading…
Reference in New Issue