cache/apply: use tsdb's flushState as ud
This commit is contained in:
parent
c56f29c031
commit
9d6a22e35e
|
@ -331,7 +331,7 @@ int32_t tsdbCacheCommit(STsdb *pTsdb) {
|
|||
|
||||
taosThreadMutexLock(&pTsdb->lruMutex);
|
||||
|
||||
taosLRUCacheApply(pCache, tsdbCacheFlushDirty, wb);
|
||||
taosLRUCacheApply(pCache, tsdbCacheFlushDirty, &pTsdb->flushState);
|
||||
|
||||
rocksMayWrite(pTsdb, true, false, true);
|
||||
rocksMayWrite(pTsdb, true, true, true);
|
||||
|
|
Loading…
Reference in New Issue