315157973 commented on code in PR #23192: URL: https://github.com/apache/pulsar/pull/23192#discussion_r1732015317
########## pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/LinuxInfoUtils.java: ########## @@ -60,6 +62,7 @@ public class LinuxInfoUtils { private static Method getCpuQuotaMethod; private static Method getCpuPeriodMethod; private static Method getCpuUsageMethod; + private static Set<String> exposeNicLimitFaultCompleted = new HashSet<>(); Review Comment: Logs are always archived, so printing them only once is not conducive to troubleshooting. Maybe we can change it to ` if(++counter % 1000 == 0) log.error(...)` -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org