xyuanlu commented on code in PR #2121:
URL: https://github.com/apache/helix/pull/2121#discussion_r882178950
##########
helix-core/src/main/java/org/apache/helix/manager/zk/ZKHelixManager.java:
##########
@@ -832,7 +832,10 @@ public void connect() throws Exception {
if (helixCloudProperty != null &&
helixCloudProperty.isCloudEventCallbackEnabled()) {
_cloudEventListener =
new
HelixCloudEventListener(helixCloudProperty.getCloudEventCallbackProperty(),
this);
-
CloudEventHandlerFactory.getInstance().registerCloudEventListener(_cloudEventListener);
+ LOG.info("Using handler: " +
helixCloudProperty.getCloudEventHandlerClassName());
Review Comment:
I prefer to keep the info level as this log will only be write once when new
Helix manager is created. Not logging anything will add a lot complexity in
debug.
--
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]