JRob
12/15/2025, 4:02 PM2025-12-15T15:06:29,572 ERROR [Coordinator-Exec-HistoricalManagementDuties-0] org.apache.druid.server.coordinator.ServerHolder - Load queue for server [druid-data13:8083], tier [_default_tier] has [390] segments stuck.: {class=org.apache.druid.server.coordinator.ServerHolder, segments=[REPLICATE{segment=redacted, runsInQueue=182}, REPLICATE{segment=redacted, runsInQueue=77}, ...], maxLifetime=60}
Different data hosts, different datasources. Anybody else know how to resolve this?Vineeth
12/17/2025, 8:25 AMSoham
02/13/2026, 9:52 PMS3 error: The bucket is in this region: us-east-1. Please use this region to retry the request (Service: Amazon S3; Status Code: 301; Error Code: PermanentRedirect; Request ID: Z4BTWT1VAVXB3G5C; S3 Extended Request ID: lMp2P3BULzc0sHeFwxOSelDlBv7LduKfg6AfzX80ythBUA0iIW//22XPbGbBTI7udNx9LCB7Im8qeH0xCq0Zgjr7gf8NylkIIoFFFymKF1E=; Proxy: null)Elif Samedin
02/17/2026, 9:02 AMERROR [main] org.apache.druid.cli.CliRouter - Error when starting up. Failing.
javax.servlet.ServletException: javax.servlet.ServletException:
java.lang.IllegalStateException: Insufficient configured threads: required=2 < max=2
for QueuedThreadPool[AsyncManagementForwardingServlet...]
Router runtime properties look like this:
druid.service=druid/router
druid.server.http.numThreads=100
druid.router.http.numConnections=50
druid.router.http.readTimeout=PT5M
druid.router.http.numMaxThreads=100
druid.router.defaultBrokerServiceName=druid/broker
druid.router.coordinatorServiceName=druid/coordinator
druid.router.managementProxy.enabled=true
I’m not entirely sure where to look next - has anyone run into something similar with Druid 36 or the management proxy?
Any pointers would be much appreciated 🙏Mahesha Subrahamanya
02/18/2026, 5:40 PMMahesha Subrahamanya
02/18/2026, 5:47 PMKrishnaC
02/19/2026, 12:32 AM2026-02-18T23:40:12,199 WARN [task-runner-0-priority-0] org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FileSystem
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:290) ~[?:?]
at org.apache.druid.data.input.parquet.ParquetInputFormat.initialize(ParquetInputFormat.java:68) ~[?:?]
at org.apache.druid.data.input.parquet.ParquetInputFormat.createReader(ParquetInputFormat.java:98) ~[?:?]at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:290) ~[?:?]
at org.apache.druid.indexing.common.task.batch.parallel.SinglePhaseSubTask.generateAndPushSegments(SinglePhaseSubTask.java:432) ~[druid-indexing-service-27.0.0.jar:27.0.0]
at org.apache.druid.indexing.common.task.AbstractTask.run(AbstractTask.java:173) ~[druid-indexing-service-27.0.0.jar:27.0.0]
Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.fs.FileSystem
at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[?:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
From the task logs i am loading all the extensions.
2026-02-18T23:40:08,513 INFO [main] org.apache.druid.guice.ExtensionsLoader - Loading extension [druid-google-extensions], jars: druid-google-extensions-27.0.0.jar, google-api-services-storage-v1-rev20190523-1.26.0.jar
2026-02-18T23:40:10,406 INFO [main] org.apache.druid.cli.CliPeon - * druid.extensions.loadList: ["druid-histogram", "druid-datasketches", "druid-lookups-cached-global", "postgresql-metadata-storage", "druid-google-extensions", "druid-avro-extensions", "druid-kafka-indexing-service", "druid-parquet-extensions"]
And also in classpath it seems to have hadoop
org.apache.druid.cli.CliPeon - * java.class.path:lib/druid-gcp-common-27.0.0.jar:lib/guice-servlet-4.1.0.jar:lib/aws-java-sdk-ec2-1.12.497.jar:lib/gcs-connector-hadoop3-latest.jar
Here is my sample ingestion spec.
{
"type": "index_parallel",
"spec": {
"dataSchema": {
"dataSource": "test_parquet_gcs",
"timestampSpec": {.....},
"dimensionsSpec": {.....},
"metricsSpec": [....],
"granularitySpec": {
"type": "uniform",
"segmentGranularity": "HOUR",
"queryGranularity": "HOUR",
}
},
"ioConfig": {
"type": "index_parallel",
"inputSource": {
"type": "google",
"prefixes": [
"gs://<bucket>/date_key=2026-02-17/hour=22"
]
},
"inputFormat": {
"type": "parquet"
},
"appendToExisting": false
},
"tuningConfig": {
"type": "index_parallel",
"maxRowsPerSegment": 1000000,
"maxRowsInMemory": 1000000,
"maxNumConcurrentSubTasks": 8,
"partitionsSpec": {
"type": "dynamic",
"partitionDimensions": []
},
"forceGuaranteedRollup": false
}
}
}Ben Krug
02/20/2026, 12:59 AMPawel Rzepinski
03/04/2026, 9:41 AMorg.apache.druid.client.cache.CaffeineCache took 32476592624 (~32GB) bytes while my config is set to druid.cache.sizeInBytes=25769803776 (~25GB). I am running Druid version 31.0.1. What could be the reason of Druid cache going beyond specified limit?Manish Belsare
03/10/2026, 7:35 PMSubmit supervisor using Load Data option in Druid console, I get an error on the supervisor created
{
"dataSource": "master_order_event",
"stream": "realtime-pipelines-pos-db.pos_local.orders",
"partitions": 0,
"replicas": 1,
"durationSeconds": 3600,
"activeTasks": [],
"publishingTasks": [],
"minimumLag": {},
"aggregateLag": 0,
"suspended": true,
"healthy": true,
"state": "PENDING",
"detailedState": "PENDING",
"recentErrors": [
{
"timestamp": "2026-03-06T06:35:28.082Z",
"exceptionClass": "org.apache.kafka.common.config.ConfigException",
"message": "Invalid value software.amazon.msk.auth.iam.IAMClientCallbackHandler for configuration sasl.client.callback.handler.class: Class software.amazon.msk.auth.iam.IAMClientCallbackHandler could not be found.",
"streamException": false
},
{
"timestamp": "2026-03-06T06:36:37.461Z",
"exceptionClass": "org.apache.kafka.common.config.ConfigException",
"message": "Invalid value software.amazon.msk.auth.iam.IAMClientCallbackHandler for configuration sasl.client.callback.handler.class: Class software.amazon.msk.auth.iam.IAMClientCallbackHandler could not be found.",
"streamException": false
},
{
"timestamp": "2026-03-06T06:37:49.854Z",
"exceptionClass": "org.apache.kafka.common.config.ConfigException",
"message": "Invalid value software.amazon.msk.auth.iam.IAMClientCallbackHandler for configuration sasl.client.callback.handler.class: Class software.amazon.msk.auth.iam.IAMClientCallbackHandler could not be found.",
"streamException": false
}
]
}
I have tried to troubleshoot this issue with a few steps: I added the aws-msk-iam-auth-2.2.0-all.jar to /opt/druid/extensions/druid-kafka-indexing-service/aws-msk-iam-auth-2.2.0-all.jar
1. Placed aws-msk-iam-auth-2.2.0-all.jar in /opt/druid/extensions/druid-kafka-indexing-service/ Druid Middle Manager docker container inside EC2 instance
2. Restarted Druid Middle Manager docker container
After this, I could see the jars are in correct place, the druid-indexing-service is added to common-runtime.properties, the container was restarted but still running into Class software.amazon.msk.auth.iam.IAMClientCallbackHandler could not be found.
Then I copied the jar to another path
cp /opt/druid/extensions/druid-kafka-indexing-service/aws-msk-iam-auth-2.2.0-all.jar /opt/druid/lib/
Is this the right solution? I am still running into issuesMatthew Swanson
03/23/2026, 5:12 PMextends PeriodGranularity to solve issues with arbitrary `origin`s. The issue is regarding variable-length time units and DST changes. For example, if you increment 3 months from 2024-12-31 using PeriodGranularity, you get a bucket starting with 2025-03-28 instead of 2025-03-31. This is because the granularity works by adding iteratively instead of multiplying from the origin, so it gets "off track" when it encounters short months.
This custom QueryPeriodGranularity worked well enough to fix the "bad" buckets we were getting, but we recently discovered an issue where querying one year w/ a granularity of P1M returns different results than querying one month at a time with all granularity. The sum of all months is the same, but some data is aggregated into the wrong buckets.
When attempting this query with the PeriodGranularity, the query instead fails. We are primarily running on Druid 28, but this is repeatable on Druid 34 (of which we are in the process of upgrading).
Query snippet:
{
"queryType": "groupBy",
"intervals": [
"2024-12-31T23:00:00.000Z/2025-12-31T23:00:00.000Z"
],
"granularity": {
"type": "period",
"period": "P1M",
"origin": "2024-12-31T23:00:00.000Z",
"timeZone": "UTC"
},
...
}
Exception snippet:
{
"t": "2026-03-09T20:13:40.456Z",
"message": "Exception with one of the sequences!",
"logger_name": "org.apache.druid.query.groupby.epinephelinae.GroupByMergingQueryRunnerV2",
"thread_name": "processing-5",
"level": "ERROR",
"stack_trace": "java.lang.IllegalArgumentException: The end instant must be greater than the start instant\n\tat org.joda.time.base.AbstractInterval.checkInterval(AbstractInterval.java:63)\n\tat org.joda.time.base.BaseInterval.<init>(BaseInterval.java:94)\n\tat org.joda.time.Interval.<init>(Interval.java:201)\n\tat org.apache.druid.query.vector.VectorCursorGranularizer.create(VectorCursorGranularizer.java:82)\n\tat org.apache.druid.query.groupby.epinephelinae.vector.VectorGroupByEngine$VectorGroupByEngineIterator.<init>(VectorGroupByEngine.java:286)\n\tat org.apache.druid.query.groupby.epinephelinae.vector.VectorGroupByEngine$1.make(VectorGroupByEngine.java:192)\n\tat
...
}
I'm a bit lost, so here are my questions:
1. Is this a valid point for extension, or are there other places that the existing PeriodGranularity bucket logic may be "hard-coded" that is causing such a discrepancy between the buckets and aggregation?
2. Should I file an issue regarding potential issues with the PeriodGranularity granularity?Pradyumna Lokhande
04/06/2026, 2:11 PMLionel Mena
04/15/2026, 4:55 PM2026-04-14T20:05:06,869 ERROR [main] org.apache.druid.cli.CliPeon - Error when starting up. Failing.
java.lang.reflect.InvocationTargetException: null
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
at org.apache.druid.java.util.common.lifecycle.Lifecycle$AnnotationBasedHandler.start(Lifecycle.java:446) ~[druid-processing-34.0.0.jar:34.0.0]
at org.apache.druid.java.util.common.lifecycle.Lifecycle.start(Lifecycle.java:341) ~[druid-processing-34.0.0.jar:34.0.0]
at org.apache.druid.guice.LifecycleModule$2.start(LifecycleModule.java:152) ~[druid-processing-34.0.0.jar:34.0.0]
at org.apache.druid.cli.GuiceRunnable.initLifecycle(GuiceRunnable.java:137) [druid-services-34.0.0.jar:34.0.0]
at org.apache.druid.cli.GuiceRunnable.initLifecycle(GuiceRunnable.java:94) [druid-services-34.0.0.jar:34.0.0]
at org.apache.druid.cli.CliPeon.run(CliPeon.java:390) [druid-services-34.0.0.jar:34.0.0]
at org.apache.druid.cli.Main.main(Main.java:112) [druid-services-34.0.0.jar:34.0.0]
Caused by: java.io.UncheckedIOException: java.nio.file.NoSuchFileException: /opt/druid/var/tmp/intermediary-segments/coordinator-issued_compact_sdk-emea-realtime_eipjffkn_2026-04-14T19:54:42.252Z
at org.apache.commons.io.function.Uncheck.wrap(Uncheck.java:339) ~[commons-io-2.17.0.jar:2.17.0]
at org.apache.commons.io.function.Uncheck.get(Uncheck.java:199) ~[commons-io-2.17.0.jar:2.17.0]
at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:2325) ~[commons-io-2.17.0.jar:2.17.0]
at org.apache.druid.indexing.worker.shuffle.LocalIntermediaryDataManager.lambda$discoverSupervisorTaskPartitions$3(LocalIntermediaryDataManager.java:198) ~[druid-indexing-service-34.0.0.jar:34.0.0]
at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
at org.apache.druid.indexing.worker.shuffle.LocalIntermediaryDataManager.discoverSupervisorTaskPartitions(LocalIntermediaryDataManager.java:195) ~[druid-indexing-service-34.0.0.jar:34.0.0]
at org.apache.druid.indexing.worker.shuffle.LocalIntermediaryDataManager.start(LocalIntermediaryDataManager.java:135) ~[druid-indexing-service-34.0.0.jar:34.0.0]
... 11 more
Caused by: java.nio.file.NoSuchFileException: /opt/druid/var/tmp/intermediary-segments/coordinator-issued_compact_sdk-emea-realtime_eipjffkn_2026-04-14T19:54:42.252Z
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[?:?]
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?]
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?]
at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[?:?]
at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:148) ~[?:?]
at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) ~[?:?]
at java.base/java.nio.file.Files.readAttributes(Files.java:1851) ~[?:?]
at java.base/java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:226) ~[?:?]
at java.base/java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:277) ~[?:?]
at java.base/java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:323) ~[?:?]
at java.base/java.nio.file.FileTreeIterator.<init>(FileTreeIterator.java:71) ~[?:?]
at java.base/java.nio.file.Files.walk(Files.java:3918) ~[?:?]
at org.apache.commons.io.file.PathUtils.walk(PathUtils.java:1847) ~[commons-io-2.17.0.jar:2.17.0]
at org.apache.commons.io.FileUtils.streamFiles(FileUtils.java:2964) ~[commons-io-2.17.0.jar:2.17.0]
at org.apache.commons.io.FileUtils.lambda$listFiles$10(FileUtils.java:2325) ~[commons-io-2.17.0.jar:2.17.0]
at org.apache.commons.io.function.Uncheck.get(Uncheck.java:197) ~[commons-io-2.17.0.jar:2.17.0]
at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:2325) ~[commons-io-2.17.0.jar:2.17.0]
at org.apache.druid.indexing.worker.shuffle.LocalIntermediaryDataManager.lambda$discoverSupervisorTaskPartitions$3(LocalIntermediaryDataManager.java:198) ~[druid-indexing-service-34.0.0.jar:34.0.0]
at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
at org.apache.druid.indexing.worker.shuffle.LocalIntermediaryDataManager.discoverSupervisorTaskPartitions(LocalIntermediaryDataManager.java:195) ~[druid-indexing-service-34.0.0.jar:34.0.0]
at org.apache.druid.indexing.worker.shuffle.LocalIntermediaryDataManager.start(LocalIntermediaryDataManager.java:135) ~[druid-indexing-service-34.0.0.jar:34.0.0]
... 11 more
A task that re-ingest data from other one datasource (realtime) to another (historical-hour) cannot start because it doesn't find some files of a compaction task shuffled data that is associated with a completely unrelated datasource.
The task doesn't even overlap in time, the compaction task finished around 9 minutes before the failed re-indexing task even started.
Thank you!Nir Bar On
04/15/2026, 8:32 PMLionel Mena
04/16/2026, 3:24 PM2026-04-16T15:13:13,086 INFO [main] org.apache.druid.cli.CliPeon - Task file not found, trying to pull task payload from deep storage
Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: com.google.inject.CreationException: Unable to create injector, see the following errors:
1) [Guice/ErrorInCustomProvider]: IllegalStateException: Optional.get() cannot be called on an absent value
at CliPeon$1.readTask(CliPeon.java:314)
\_ installed by: Modules$OverrideModule -> Modules$OverrideModule -> CliPeon$1
at CliPeon$1.getBroadcastDatasourcesToLoad(CliPeon.java:356)
\_ for 1st parameter
at CliPeon$1.getBroadcastDatasourcesToLoad(CliPeon.java:356)
\_ installed by: Modules$OverrideModule -> Modules$OverrideModule -> CliPeon$1
at DataSourceTaskIdHolder.broadcastDatasourceLoadingSpec(DataSourceTaskIdHolder.java:45)
\_ for field broadcastDatasourceLoadingSpec
at MetricsModule.configure(MetricsModule.java:94)
\_ installed by: Modules$OverrideModule -> Modules$OverrideModule -> MetricsModule
while locating DataSourceTaskIdHolder
at MetricsModule.getMonitorScheduler(MetricsModule.java:114)
\_ installed by: Modules$OverrideModule -> Modules$OverrideModule -> MetricsModule
while locating MonitorScheduler
at MetricsModule.configure(MetricsModule.java:99)
\_ installed by: Modules$OverrideModule -> Modules$OverrideModule -> MetricsModule
while locating MonitorScheduler annotated with @Named("ForTheEagerness")
Learn more:
<https://github.com/google/guice/wiki/ERROR_IN_CUSTOM_PROVIDER>
1 error
======================
Full classname legend:
======================
CliPeon$1: "org.apache.druid.cli.CliPeon$1"
DataSourceTaskIdHolder: "org.apache.druid.server.metrics.DataSourceTaskIdHolder"
MetricsModule: "org.apache.druid.server.metrics.MetricsModule"
Modules$OverrideModule: "com.google.inject.util.Modules$OverrideModule"
MonitorScheduler: "org.apache.druid.java.util.metrics.MonitorScheduler"
Named: "com.google.inject.name.Named"
========================
End of classname legend:
========================JRob
04/21/2026, 2:24 PM2026-04-21T14:23:18,690 INFO [Coordinator-Exec-HistoricalManagementDuties-0] org.apache.druid.server.coordinator.balancer.SegmentToMoveCalculator - Need to move [368] segments in tier[_default_tier] to attain balance. Allowed values are [min=200, max=100].Sujith Kumar.S
05/06/2026, 1:06 PMAdithya Shetty
05/18/2026, 6:57 PMstopTaskCount=2 , taskCount=4 and replicas=2 , does stopTaskCount stop 2 task groups (all replicas included), or 2 individual tasks(staggering the two replicas)?
2. With same config as above, will both replicas of a task group start at the same time? During intermediatePersistPeriod flushes, will both hit persist roughly simultaneously? If one peon is blocked on merge buffer acquisition, can the broker use the other replica's peon to serve the query, or does it wait for both?Stefanos Pliakos
05/21/2026, 1:48 PMhelm repo add datainfrahq <https://datainfrahq.github.io/druid-operator>
but now there is nowhere to be found. ANY IDEA ANYONE?Etisha Jain
06/03/2026, 5:46 AMVP
06/03/2026, 10:18 PM2026-05-27T19:28:09,754 INFO [task-runner-0-priority-0] org.apache.druid.indexing.common.task.AbstractTask - Not pushing task logs and reports from task.
2026-05-27T19:28:09,760 ERROR [task-runner-0-priority-0] org.apache.druid.indexing.overlord.SingleTaskBackgroundRunner - Exception while running task[AbstractTask{id='partial_index_generic_merge_****_icdeldgd_2026-05-27T19:28:03.740Z', groupId='index_parallel_*****_bloobmgo_2026-05-27T17:12:18.920Z', taskResource=TaskResource{availabilityGroup='partial_index_generic_merge_*****_icdeldgd_2026-05-27T19:28:03.740Z', requiredCapacity=1}, dataSource='***', context={forceTimeChunkLock=true, useLineageBasedSegmentAllocation=true}}]
java.lang.RuntimeException: com.amazonaws.AmazonClientException: Unable to complete transfer: region cannot be empty
at org.apache.druid.storage.s3.S3DataSegmentPusher.pushZip(S3DataSegmentPusher.java:123)
at org.apache.druid.storage.s3.S3DataSegmentPusher.pushToPath(S3DataSegmentPusher.java:93)
at org.apache.druid.storage.s3.S3DataSegmentPusher.push(S3DataSegmentPusher.java:84)
at org.apache.druid.indexing.common.task.batch.parallel.PartialSegmentMergeTask.mergeAndPushSegments(PartialSegmentMergeTask.java:299)
at org.apache.druid.indexing.common.task.batch.parallel.PartialSegmentMergeTask.runTask(PartialSegmentMergeTask.java:188)
at org.apache.druid.indexing.common.task.batch.parallel.PartialGenericSegmentMergeTask.runTask(PartialGenericSegmentMergeTask.java:46)
at org.apache.druid.indexing.common.task.AbstractTask.run(AbstractTask.java:176)
at org.apache.druid.indexing.overlord.SingleTaskBackgroundRunner$SingleTaskBackgroundRunnerCallable.call(SingleTaskBackgroundRunner.java:478)
at org.apache.druid.indexing.overlord.SingleTaskBackgroundRunner$SingleTaskBackgroundRunnerCallable.call(SingleTaskBackgroundRunner.java:450)
at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131)
at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:76)
at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: com.amazonaws.AmazonClientException: Unable to complete transfer: region cannot be empty
at com.amazonaws.services.s3.transfer.internal.AbstractTransfer.unwrapExecutionException(AbstractTransfer.java:286)
at com.amazonaws.services.s3.transfer.internal.AbstractTransfer.rethrowExecutionException(AbstractTransfer.java:265)
at com.amazonaws.services.s3.transfer.internal.AbstractTransfer.waitForCompletion(AbstractTransfer.java:103)
at org.apache.druid.storage.s3.ServerSideEncryptingAmazonS3.upload(ServerSideEncryptingAmazonS3.java:195)
at org.apache.druid.storage.s3.S3Utils.uploadFileIfPossible(S3Utils.java:372)
at org.apache.druid.storage.s3.S3DataSegmentPusher.lambda$pushZip$0(S3DataSegmentPusher.java:113)
at org.apache.druid.java.util.common.RetryUtils.retry(RetryUtils.java:129)
at org.apache.druid.java.util.common.RetryUtils.retry(RetryUtils.java:81)
at org.apache.druid.java.util.common.RetryUtils.retry(RetryUtils.java:163)
at org.apache.druid.java.util.common.RetryUtils.retry(RetryUtils.java:153)
at org.apache.druid.storage.s3.S3Utils.retryS3Operation(S3Utils.java:121)
at org.apache.druid.storage.s3.S3DataSegmentPusher.pushZip(S3DataSegmentPusher.java:111)
... 14 more
Caused by: java.lang.IllegalArgumentException: region cannot be empty
at com.amazonaws.util.ValidationUtils.assertStringNotEmpty(ValidationUtils.java:89)
at com.amazonaws.services.s3.S3AccessPointResource.<init>(S3AccessPointResource.java:41)
at com.amazonaws.services.s3.S3AccessPointResource.<init>(S3AccessPointResource.java:27)
at com.amazonaws.services.s3.S3AccessPointResource$Builder.build(S3AccessPointResource.java:219)
at com.amazonaws.services.s3.S3ArnConverter.parseS3AccessPointArn(S3ArnConverter.java:169)
at com.amazonaws.services.s3.S3ArnConverter.convertArn(S3ArnConverter.java:77)
at com.amazonaws.services.s3.AmazonS3Client.createRequest(AmazonS3Client.java:5096)
at com.amazonaws.services.s3.AmazonS3Client.createRequest(AmazonS3Client.java:5064)
at com.amazonaws.services.s3.AmazonS3Client.putObject(AmazonS3Client.java:1823)
at com.amazonaws.services.s3.transfer.internal.UploadCallable.uploadInOneChunk(UploadCallable.java:169)
at com.amazonaws.services.s3.transfer.internal.UploadCallable.call(UploadCallable.java:149)
at com.amazonaws.services.s3.transfer.internal.UploadMonitor.call(UploadMonitor.java:115)
at com.amazonaws.services.s3.transfer.internal.UploadMonitor.call(UploadMonitor.java:45)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
... 3 moreEtisha Jain
06/06/2026, 1:26 AMSanthosh Kumar Neela
06/12/2026, 4:35 PM2026-06-10T02:05:00,117 WARN [qtp465556527-363] org.apache.druid.indexing.overlord.http.OverlordResource - Failed to perform task action
2026-06-10T02:05:00.118437315Z java.lang.RuntimeException: java.util.concurrent.TimeoutException
2026-06-10T02:05:00.118443086Z at org.apache.druid.indexing.common.actions.LocalTaskActionClient.performAction(LocalTaskActionClient.java:72)
2026-06-10T02:05:00.118448737Z at org.apache.druid.indexing.common.actions.LocalTaskActionClient.submit(LocalTaskActionClient.java:54)
2026-06-10T02:05:00.118454337Z at org.apache.druid.indexing.overlord.http.OverlordResource$1.apply(OverlordResource.java:525)
2026-06-10T02:05:00.118459887Z at org.apache.druid.indexing.overlord.http.OverlordResource$1.apply(OverlordResource.java:514)
2026-06-10T02:05:00.118488872Z at org.apache.druid.indexing.overlord.http.OverlordResource.asLeaderWith(OverlordResource.java:835)
2026-06-10T02:05:00.118496266Z at org.apache.druid.indexing.overlord.http.OverlordResource.doAction(OverlordResource.java:511)
2026-06-10T02:05:00.118503098Z at jdk.internal.reflect.GeneratedMethodAccessor507.invoke(Unknown Source)
2026-06-10T02:05:00.118526963Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2026-06-10T02:05:00.118535008Z at java.base/java.lang.reflect.Method.invoke(Method.java:569)Danny Wilkins
07/20/2026, 8:34 PMaggregate() method is never called (I log when it's called and it never appears.) I also don't see the aggregator as an option if I choose to load data from the console, I'm not sure if that's an indicator of something going wrong? Where should I start looking to track this down?Danny Wilkins
08/05/2026, 2:38 PMShashikanth G K
08/11/2026, 5:13 PMMahesha Subrahamanya
08/19/2026, 6:22 AMMahesha Subrahamanya
08/19/2026, 4:52 PMSELECT ...
FROM druid_datasource d
JOIN glue_catalog.some_database.some_iceberg_table i
ON d.id = i.id
without first ingesting the Iceberg table into a Druid datasource.
From the current Druid documentation, it appears that the Iceberg extension supports AWS Glue Catalog, but primarily through the IcebergInputSource, where the Iceberg data is read and ingested into Druid.
We also see that MSQ supports JOIN operations and can read external data through EXTERN, but we are not clear whether an Iceberg/Glue Catalog table can be used directly as a queryable table source in an MSQ query.
Could you please clarify:
1. Does Druid 37.0.0 support direct SQL/MSQ queries against Iceberg tables registered in AWS Glue Catalog?
2. If not, is this supported in any newer Druid version?
3. Is there currently a way to perform a JOIN between a Druid datasource and an Iceberg/Glue Catalog table without first ingesting the Iceberg data into Druid?
4. If this is not currently supported, is there an alternative approach or planned feature that would enable this type of federated query?
Our use case is to avoid an additional ingestion step where possible and directly leverage the existing Iceberg/Glue Catalog data for joins and transformations.
Reference: Druid Iceberg Ingest Extension Documentation
- druid.apache.org/docs/…/iceberg#…JRob
08/22/2026, 1:35 AM/taskSlot/used/count would report 10 but on MM-less it is reporting 50.
I can't tell if this saturated our available slots in the past but it seems to be saturating all of our available slots now. Is this a change in how MM-less works?
Our MM instance ran 33.0.0 and our MM-less instance is running 37.0.0.
How many k8s pods am I going to need to scale this up?!?Abhishek Balaji Radhakrishnan
09/07/2026, 7:04 PM