This commit is contained in:
Shengliang Guan 2020-11-12 06:48:46 +00:00
parent f6ee376fb6
commit 5a417fddd8
1 changed files with 1 additions and 0 deletions

View File

@ -155,5 +155,6 @@ void tsdbIncCommitRef(int vgId) {
void tsdbDecCommitRef(int vgId) {
int refCount = atomic_sub_fetch_32(&tsCommitQueue.refCount, 1);
pthread_cond_broadcast(&(tsCommitQueue.queueNotEmpty));
tsdbDebug("vgId:%d, dec commit queue ref to %d", vgId, refCount);
}