add checkpoint

This commit is contained in:
yihaoDeng 2023-07-17 06:06:21 +00:00
parent e0bb3c8f94
commit 3168096e40
1 changed files with 1 additions and 1 deletions

View File

@ -2424,7 +2424,7 @@ int32_t streamStatePutBatchOptimize(SStreamState* pState, int32_t cfIdx, rocksdb
{ {
char tbuf[256] = {0}; char tbuf[256] = {0};
ginitDict[cfIdx].toStrFunc((void*)key, tbuf); ginitDict[cfIdx].toStrFunc((void*)key, tbuf);
qDebug("stream state: %s succ to state", tbuf); qDebug("streamState str: %s succ to write to %s", tbuf, ginitDict[cfIdx].key);
} }
return 0; return 0;
} }