linkedin / rest.li

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
rest.li
Other
2.51k stars 546 forks source link

Increase time between rate-limited logging from DualReadLoadBalancingMonitor #985

Closed jefflai2 closed 8 months ago

jefflai2 commented 8 months ago

Logging UriProperties diffs can cause frequent and very large log lines at the warn level due to large entries.

Since these logs are still valuable at warn level, increasing time for rate-limited logger

bohhyang commented 8 months ago

How about keep using warnByPropType (instead of LOG.debug) but tune the rate to a long time?