Subhashini2610 commented on issue #15967: URL: https://github.com/apache/druid/issues/15967#issuecomment-1964471163
@abhishekagarwal87 How do I check that? The logs of the broker only contain the following: ``` 2024-02-26T14:50:22+00:00 startup service broker Setting druid.host=10.0.2.188 in /tmp/conf/druid/cluster/query/broker/runtime.properties Setting druid.auth.authenticator.BasicMetadataAuthenticator.skipOnFailure=false in /tmp/conf/druid/cluster/query/broker/runtime.properties Setting druid.broker.http.numThreads=15 in /tmp/conf/druid/cluster/query/broker/runtime.properties Setting druid.indexer.logs.type=file in /tmp/conf/druid/cluster/query/broker/runtime.properties Setting druid.emitter.statsd.port=8125 in /tmp/conf/druid/cluster/query/broker/runtime.properties ... ... ... ``` Also, the below is the broker container spec in my helm chart. <img width="575" alt="Screenshot 2024-02-26 at 9 14 06 PM" src="https://github.com/apache/druid/assets/54573581/8b574d2e-9953-4054-a64c-6a57be8f7e73"> All other nodes also have similar spec, except the args, which refer to the particular node type like coordinator, historical etc. -- 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]
