gianm commented on PR #12901:
URL: https://github.com/apache/druid/pull/12901#issuecomment-1214296953

   Log messages look like this when the race happens:
   
   ```
     2022-08-13T08:17:02,342 INFO [TaskQueue-Manager] 
org.apache.druid.indexing.overlord.TaskQueue - Asking taskRunner to run: 
<task-id>
     2022-08-13T08:17:02,342 INFO [TaskQueue-Manager] 
org.apache.druid.indexing.overlord.hrtr.HttpRemoteTaskRunner - Adding pending 
task[<task-id>].
   (1) and (2) 👇
     2022-08-13T08:17:28,365 INFO [HttpRemoteTaskRunner-worker-sync-3] 
org.apache.druid.indexing.overlord.TaskQueue - Received SUCCESS status for 
task: <task-id>
   (3) 👇
     2022-08-13T08:17:28,476 INFO [TaskQueue-StorageSync] 
org.apache.druid.indexing.overlord.TaskLockbox - Adding task[<task-id>] to 
activeTasks
   (4) 👇
     2022-08-13T08:17:28,476 INFO [TaskQueue-Manager] 
org.apache.druid.indexing.overlord.TaskQueue - Asking taskRunner to run: 
<task-id>
     2022-08-13T08:17:28,476 INFO [TaskQueue-Manager] 
org.apache.druid.indexing.overlord.hrtr.HttpRemoteTaskRunner - Adding pending 
task[<task-id>].
     2022-08-13T08:17:28,482 INFO [HttpRemoteTaskRunner-worker-sync-3] 
org.apache.druid.indexing.overlord.TaskQueue - Task done: <task-to-string>
   (5) 👇
     2022-08-13T08:17:28,482 INFO [HttpRemoteTaskRunner-worker-sync-3] 
org.apache.druid.indexing.overlord.TaskQueue - Task SUCCESS: <task-to-string> 
(26012 run duration)
     2022-08-13T08:17:37,586 INFO [HttpRemoteTaskRunner-worker-sync-4] 
org.apache.druid.indexing.overlord.TaskQueue - Received FAILED status for task: 
<task-id>
     2022-08-13T08:17:37,593 ERROR [HttpRemoteTaskRunner-worker-sync-4] 
org.apache.druid.indexing.overlord.TaskQueue - Ignoring notification for 
already-complete task: {class=org.apache.druid.indexing.overlord.TaskQueue, 
task=<task-id>}
     2022-08-13T08:17:37,594 INFO [HttpRemoteTaskRunner-worker-sync-4] 
org.apache.druid.indexing.overlord.TaskQueue - Task FAILED: <task-to-string> 
(9100 run duration)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to