fix(stream): update some logs.
This commit is contained in:
parent
de7e25f259
commit
50a2ef08bd
|
@ -971,8 +971,9 @@ void mndAddConsensusTasks(SCheckpointConsensusInfo *pInfo, const SRestoreCheckpo
|
||||||
|
|
||||||
taosArrayPush(pInfo->pTaskList, &info);
|
taosArrayPush(pInfo->pTaskList, &info);
|
||||||
int32_t num = taosArrayGetSize(pInfo->pTaskList);
|
int32_t num = taosArrayGetSize(pInfo->pTaskList);
|
||||||
mDebug("s-task:0x%x added into consensus-checkpointId list, stream:0x%" PRIx64 " total waiting:%d",
|
mDebug("s-task:0x%x checkpointId:%" PRId64 " added into consensus-checkpointId list, stream:0x%" PRIx64
|
||||||
pRestoreInfo->taskId, pRestoreInfo->streamId, num);
|
" waiting tasks:%d",
|
||||||
|
pRestoreInfo->taskId, pRestoreInfo->checkpointId, pRestoreInfo->streamId, num);
|
||||||
}
|
}
|
||||||
|
|
||||||
void mndClearConsensusRspEntry(SCheckpointConsensusInfo* pInfo) {
|
void mndClearConsensusRspEntry(SCheckpointConsensusInfo* pInfo) {
|
||||||
|
|
Loading…
Reference in New Issue