This message was deleted.
# troubleshooting
s
This message was deleted.
a
Hi @Sujith Kumar.S, is the
druid-multi-stage-query
extension added to
druid.extensions.loadList
in common.runtime.properties file? If you’ve info logs enabled, I’d check the overlord logs to see if you see something like:
Copy code
2023-05-29T02:54:32,499 INFO [main] org.apache.druid.cli.CliCoordinator - * druid.extensions.loadList: ["druid-kafka-indexing-service", "druid-datasketches", "druid-multi-stage-query"]
Each process should log something like the above when they come up
s
Loaded it to the common extentions list # Extensions druid.extensions.loadList=["druid-histogram", "druid-datasketches", "druid-lookups-cached-global", "postgresql-metadata-storage", "druid-basic-security", "druid-hdfs-storage", "druid-kafka-indexing-service", "druid-datasketches", "druid-azure-extensions", "druid-parquet-extensions", "druid-avro-extensions", "druid-kubernetes-extensions", "druid-kafka-extraction-namespace", "druid-multi-stage-query"]
It got resolved after adding the extension specifically to overload in addition to common properties
👍 1
a
It should suffice to add the loadList to
common.runtime.properties
— all processes will have access to the common properties. Unless this is something specific to your k8 deployment that I’m not familiar with. But I’m glad to hear that it’s resolved!
s
Okay