himanshukandwal commented on code in PR #2708:
URL: https://github.com/apache/helix/pull/2708#discussion_r1418472789
##########
helix-core/src/main/java/org/apache/helix/controller/stages/TopStateHandoffReportStage.java:
##########
@@ -331,7 +331,7 @@ private void
reportTopStateHandoffFailIfNecessary(ResourceControllerDataProvider
missingTopStateMap.get(resourceName).put(partitionName, record);
// Since top state handoff has not completed yet we can't log helix top
state latency but can log since how long
// top state is missing.
- LogUtil.logDebug(LOG, _eventId, String.format(
+ LogUtil.logInfo(LOG, _eventId, String.format(
"Missing top state for partition %s beyond %s time. Graceful: %s",
partitionName, missingDuration, false));
Review Comment:
Yes Junkai, Thanks for the input. I have updated the code using map based
feature.
--
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]