TD-2072
This commit is contained in:
parent
04338e8eb5
commit
9d65e0e505
|
@ -105,7 +105,7 @@ int tsdbScheduleCommit(STsdbRepo *pRepo) {
|
||||||
|
|
||||||
pthread_mutex_lock(&(pQueue->lock));
|
pthread_mutex_lock(&(pQueue->lock));
|
||||||
|
|
||||||
ASSERT(!pQueue->stop);
|
// ASSERT(pQueue->stop);
|
||||||
|
|
||||||
tdListAppendNode(pQueue->queue, pNode);
|
tdListAppendNode(pQueue->queue, pNode);
|
||||||
pthread_cond_signal(&(pQueue->queueNotEmpty));
|
pthread_cond_signal(&(pQueue->queueNotEmpty));
|
||||||
|
|
Loading…
Reference in New Issue