Fryuni commented on issue #13277: URL: https://github.com/apache/druid/issues/13277#issuecomment-1295285274
Okay, the issue was a combination of factors. Multiple layers of configurations modified the configuration. At one point in the chain, `druid.indexer.runner.type=remote` was being appended to one of the files loaded by Druid to ensure it was not using the local runner when running as a cluster. This should be either prepended or conditionally appended, so we fixed that. It would be nice to have in the docs a troubleshooting step mentioning that this error is related to the `druid.indexer.runner.type` configuration so others won't have to look into the source :) I'm now facing some problems regarding authentication between coordinators and historicals when using K8s discovery, but I'll do some more digging before opening another issue. -- 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]
