Fryuni opened a new issue, #13277:
URL: https://github.com/apache/druid/issues/13277

   ### Affected Version
   
   24.0.0
   
   ### Description
   
   This is the exact same problem as #12083, but the cause mentioned in the 
comments does not apply to us.
   
   - Cluster size: 5 coordinators+overlords, 4 brokers, 4 routers, 20 
middle-managers, 6 historicals
   - Configurations in use:  
     The configuration is exactly as described by the 
[docs](https://druid.apache.org/docs/latest/development/extensions-core/kubernetes.html):
     ```
     druid.zk.service.enabled=false
     druid.serverview.type=http
     druid.coordinator.loadqueuepeon.type=http
     druid.indexer.runner.type=httpRemote
     druid.discovery.type=k8s
     ```
   - Steps to reproduce the problem: Just follow the docs
   - The error message or stack traces encountered: The logs are getting 
truncated in our version, but debugging gets us the same stack as #12083
   - Any debugging that you have already done: It seems the CuratorModule 
should not be called when `druid.zk.service.enabled=false`, but it is being 
called by the huge stack of dynamic dependency injection. I could not figure 
out why, or even how it wouldn't be.
   
   If anyone got this extension working, I'd appreciate the help.
   


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