From 6213438f2e9056d6e234e711b02c7a724f9451dd Mon Sep 17 00:00:00 2001 From: lichuang Date: Wed, 26 May 2021 18:27:22 +0800 Subject: [PATCH] [TD-4034]when config changed,apply a commit msg then config will be applied --- src/tsdb/src/tsdbMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tsdb/src/tsdbMain.c b/src/tsdb/src/tsdbMain.c index d4bc712275..cc2fca420c 100644 --- a/src/tsdb/src/tsdbMain.c +++ b/src/tsdb/src/tsdbMain.c @@ -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; -- GitLab