TD-2072
This commit is contained in:
parent
f6ee376fb6
commit
5a417fddd8
|
@ -155,5 +155,6 @@ void tsdbIncCommitRef(int vgId) {
|
||||||
|
|
||||||
void tsdbDecCommitRef(int vgId) {
|
void tsdbDecCommitRef(int vgId) {
|
||||||
int refCount = atomic_sub_fetch_32(&tsCommitQueue.refCount, 1);
|
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);
|
tsdbDebug("vgId:%d, dec commit queue ref to %d", vgId, refCount);
|
||||||
}
|
}
|
Loading…
Reference in New Issue