JRobTS commented on issue #14390:
URL: https://github.com/apache/druid/issues/14390#issuecomment-2828847382
Same issue here. Version 29.0.0
I couldn't understand why my compaction task failed. It downloaded all of
the data first and then... just... failed...
```
2025-04-24T18:01:10,001 INFO [task-runner-0-priority-0]
org.apache.druid.indexing.common.task.CompactionTask - Generated [1] compaction
task specs
2025-04-24T18:01:10,100 INFO [task-runner-0-priority-0]
org.apache.druid.indexing.common.task.AbstractBatchIndexTask - Using time chunk
lock since forceTimeChunkLock is [true] and mode is [REPLACE_LEGACY].
2025-04-24T18:01:10,127 WARN [task-runner-0-priority-0]
org.apache.druid.indexing.common.task.CompactionTask - indexSpec is not ready:
[{
... (not logging task for brevity)
Trying the next indexSpec.
2025-04-24T18:01:10,127 INFO [task-runner-0-priority-0]
org.apache.druid.indexing.common.task.CompactionTask - Ran [1] specs, [0]
succeeded, [1] failed
2025-04-24T18:01:10,131 INFO [task-runner-0-priority-0]
org.apache.druid.indexing.worker.executor.ExecutorLifecycle - Task completed
with status: {
"id" : "compact_test-datasource_mjmhkmbm_2025-04-24T17:58:47.958Z",
"status" : "FAILED",
"duration" : 133202,
"errorMsg" : "Ran [1] specs, [0] succeeded, [1] failed",
"location" : {
"host" : null,
"port" : -1,
"tlsPort" : -1
}
}
```
It wasn't until I found this issue that I clued in. My interval was
2025-03/2025-04 and it turns out there are a couple of days missing in that
interval. There was nothing in the logs to point this out to me. I reran with
multiple intervals (jumping over the missing days) and it succeeded. Very very
strange. :'(
--
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]