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

fix indis null guard log #991

Closed brycezhongqing closed 8 months ago

brycezhongqing commented 8 months ago

Summary

As the title said, fix indis null guard log issue for dual-read mode.

Test

toki-war-before_change.log

Before we could find this log during some d2 request

2024/03/20 18:13:37.108 INFO [SimpleLoadBalancer] [INDIS DualReadNewLbExecutor-5-3] [toki-war] [] getClusterAndUriProperties for DataVaultAclService timed out, used cached value instead.

Now, this log has been mitigated toki-war.log

Followup

create a Depex ticket to bump up this version for all services.