findingrish commented on code in PR #15817:
URL: https://github.com/apache/druid/pull/15817#discussion_r1568292093
##########
services/src/main/java/org/apache/druid/cli/CliMiddleManager.java:
##########
@@ -130,6 +130,8 @@ protected List<? extends Module> getModules()
@Override
public void configure(Binder binder)
{
+
CliCoordinator.validateCentralizedDatasourceSchemaConfig(getProperties());
Review Comment:
Peons use this config and since MM launches Peons, MM shouldn't start in
case of incompatible configs.
--
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]