enh(tsc): handle deadlock

This commit is contained in:
yihaoDeng 2022-09-15 11:30:27 +08:00
parent 1091302e8d
commit 091c8ecfcd
1 changed files with 0 additions and 1 deletions

View File

@ -873,7 +873,6 @@ int hbMgrInit() {
TdThreadMutexAttr attr = {0};
taosThreadMutexAttrSetType(&attr, PTHREAD_MUTEX_RECURSIVE);
int ret = taosThreadMutexAttrInit(&attr);
assert(ret == 0);