enh: ttlMgrFlush adjust log level
This commit is contained in:
parent
c3e5375f15
commit
1d88a6a7c6
|
@ -379,7 +379,7 @@ _out:
|
||||||
int ttlMgrFlush(STtlManger *pTtlMgr, TXN *pTxn) {
|
int ttlMgrFlush(STtlManger *pTtlMgr, TXN *pTxn) {
|
||||||
ttlMgrWLock(pTtlMgr);
|
ttlMgrWLock(pTtlMgr);
|
||||||
|
|
||||||
metaInfo("%s, ttl mgr flush start. dirty uids:%d", pTtlMgr->logPrefix, taosHashGetSize(pTtlMgr->pDirtyUids));
|
metaDebug("%s, ttl mgr flush start. dirty uids:%d", pTtlMgr->logPrefix, taosHashGetSize(pTtlMgr->pDirtyUids));
|
||||||
|
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
|
@ -433,7 +433,7 @@ int ttlMgrFlush(STtlManger *pTtlMgr, TXN *pTxn) {
|
||||||
_out:
|
_out:
|
||||||
ttlMgrULock(pTtlMgr);
|
ttlMgrULock(pTtlMgr);
|
||||||
|
|
||||||
metaInfo("%s, ttl mgr flush end.", pTtlMgr->logPrefix);
|
metaDebug("%s, ttl mgr flush end.", pTtlMgr->logPrefix);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue