This commit is contained in:
Shengliang Guan 2020-11-12 06:16:04 +00:00
parent 04338e8eb5
commit 9d65e0e505
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ int tsdbScheduleCommit(STsdbRepo *pRepo) {
pthread_mutex_lock(&(pQueue->lock));
ASSERT(!pQueue->stop);
// ASSERT(pQueue->stop);
tdListAppendNode(pQueue->queue, pNode);
pthread_cond_signal(&(pQueue->queueNotEmpty));