dsmiley commented on code in PR #3524:
URL: https://github.com/apache/solr/pull/3524#discussion_r2320822212
##########
solr/core/src/java/org/apache/solr/cloud/ZkController.java:
##########
@@ -389,6 +389,12 @@ public ZkController(
if (overseerEnabled == null) {
overseerEnabled =
EnvUtils.getPropertyAsBool("solr.cloud.overseer.enabled", true);
}
+ if (overseerEnabled) {
+ log.info("The Overseer is enabled. It will process all cluster commands
& state updates.");
+ } else {
+ log.info(
+ "The Overseer is disabled. Cluster commands & state updates will
happen on any/all nodes.");
+ }
Review Comment:
@psalagnac I updated this PR to log in one spot and to not log in the
constructors of the distributed components.
--
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]