Skip to content

Commit

Permalink
Changed Log level to DEBUG for the top-state metrics logs, to avoid l…
Browse files Browse the repository at this point in the history
…ogging for every partition.(#2611)



---------

Co-authored-by: Himanshu Kandwal <[email protected]>
  • Loading branch information
himanshukandwal and himanshukandwal authored Sep 6, 2023
1 parent fbefa64 commit d00a37c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.logInfo(LOG, _eventId, String.format(
LogUtil.logDebug(LOG, _eventId, String.format(
"Missing top state for partition %s beyond %s time. Graceful: %s",
partitionName, missingDuration, false));
if (clusterStatusMonitor != null) {
Expand Down

0 comments on commit d00a37c

Please sign in to comment.