log(stream): update the log.
This commit is contained in:
parent
dfe8641c0c
commit
6b5770aab7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue