log(stream): update the log.

This commit is contained in:
Haojun Liao 2023-09-27 14:03:57 +08:00
parent dfe8641c0c
commit 6b5770aab7
1 changed files with 2 additions and 2 deletions

View File

@ -695,8 +695,8 @@ static void tryLaunchHistoryTask(void* param, void* tmrId) {
int32_t hTaskId = pHTaskInfo->id.taskId;
stDebug(
"s-task:%s status:%s failed to launch fill-history task:0x%x, retry launch related fill-history task in "
"timer, retryCount:%d",
pTask->id.idStr, p, pHTaskInfo->retryTimes, hTaskId);
"%dms, retryCount:%d",
pTask->id.idStr, p, hTaskId, pHTaskInfo->waitInterval, pHTaskInfo->retryTimes);
taosTmrReset(tryLaunchHistoryTask, LAUNCH_HTASK_INTERVAL, pInfo, streamEnv.timer, &pHTaskInfo->pTimer);
streamMetaReleaseTask(pMeta, pTask);