Merge pull request #24159 from taosdata/fix/initBackendHashmutex

init backend mutex
This commit is contained in:
Haojun Liao 2023-12-22 10:52:09 +08:00 committed by GitHub
commit 16f1a2d354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -395,6 +395,7 @@ SStreamMeta* streamMetaOpen(const char* path, void* ahandle, FTaskExpand expandF
pMeta->bkdChkptMgt = bkdMgtCreate(tpath);
taosThreadMutexInit(&pMeta->backendMutex, NULL);
return pMeta;
_err: