martinky commented on issue #10868:
URL: https://github.com/apache/druid/issues/10868#issuecomment-1787639609
Having same issue on Druid 26.0.0 - no apparent error in task log - the task
seems to have finished successfully according to the task log:
```
2023-10-31T10:46:32,380 INFO [task-runner-0-priority-0]
org.apache.druid.indexing.worker.executor.ExecutorLifecycle - Task completed
with status: {
"id" : "index_kafka_data_source_name_dcfc6edf6a7ae39_klpgcjle",
"status" : "SUCCESS",
"duration" : 3780597,
"errorMsg" : null,
"location" : {
"host" : null,
"port" : -1,
"tlsPort" : -1
}
}
```
Yet, the task status is FAILED:
```
"statusCode": "FAILED",
"status": "FAILED",
"runnerStatusCode": "WAITING",
"errorMsg": "No task in the corresponding pending completion taskGroup[0]
succeeded before completion timeout ela..."
```
--
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]