Fix ci problems.

This commit is contained in:
xiao-77 2024-12-11 14:00:38 +08:00
parent 2a0af0fc7c
commit 40478a9bfa
1 changed files with 0 additions and 1 deletions

View File

@ -368,7 +368,6 @@ void dmStopStatusThread(SDnodeMgmt *pMgmt) {
void dmStopConfigThread(SDnodeMgmt *pMgmt) {
if (taosCheckPthreadValid(pMgmt->configThread)) {
(void)taosThreadJoin(pMgmt->configThread, NULL);
taosThreadClear(&pMgmt->configThread);
}
}