cryptoe commented on PR #15430:
URL: https://github.com/apache/druid/pull/15430#issuecomment-1829053531

   The error message that comes without this patch is 
   ```
   2023-11-27T16:44:44,180 ERROR 
[[coordinator-issued_compact_kttm_transformed_cipcheah_2023-11-27T16:44:44.023Z]-threading-task-runner-executor-3]
 org.apache.druid.indexing.common.task.IndexTask - Encountered exception in 
BUILD_SEGMENTS.
   java.lang.RuntimeException: org.apache.druid.java.util.common.IOE: Error 
with status[400 Bad Request] and message[{"error":"Please make sure to load all 
the necessary extensions and jars with type 'retrieveSegmentsToReplace' on 
'druid/coordinator' service. Could not resolve type id 
'retrieveSegmentsToReplace' as a subtype of 
`org.apache.druid.indexing.common.actions.TaskAction` known type ids = 
[checkPointDataSourceMetadata, lockAcquire, lockList, lockRelease, 
lockTryAcquire, markSegmentsAsUnused, resetDataSourceMetadata, segmentAllocate, 
segmentInsertion, segmentListUnused, segmentListUsed, segmentLockAcquire, 
segmentLockTryAcquire, segmentMetadataUpdate, segmentNuke, 
segmentTransactionalInsert, surrogateAction, updateLocation, updateStatus] (for 
POJO property 'action')\n at [Source: 
(org.eclipse.jetty.server.HttpInputOverHTTP); line: 1, column: 2090] (through 
reference chain: 
org.apache.druid.indexing.common.actions.TaskActionHolder[\"action\"])"}]. 
Check overlord logs for detai
 ls.
        at 
org.apache.druid.indexing.input.DruidInputSource.getTimelineForInterval(DruidInputSource.java:561)
 ~[classes/:?]
        at 
org.apache.druid.indexing.input.DruidInputSource.createTimeline(DruidInputSource.java:368)
 ~[classes/:?]
        at 
org.apache.druid.indexing.input.DruidInputSource.fixedFormatReader(DruidInputSource.java:296)
 ~[classes/:?]
        at 
org.apache.druid.data.input.AbstractInputSource.reader(AbstractInputSource.java:48)
 ~[classes/:?]
        at 
org.apache.druid.indexing.common.task.AbstractBatchIndexTask.inputSourceReader(AbstractBatchIndexTask.java:215)
 ~[classes/:?]
        at 
org.apache.druid.indexing.common.task.InputSourceProcessor.process(InputSourceProcessor.java:82)
 ~[classes/:?]
   ```


-- 
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