Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debug-log when
RoundRobinLoadBalancer
closes connections to inactiv…
…e addresses (#1351) Motivation: When RRLB receives an inactive event from `ServiceDiscoverer`, it initiates graceful closure of all connections to the host that became inactive. Give some visibility to this logic. Modifications: - Add `DEBUG` log statement when RRLB closes connections to inactive host; Result: Users can debug when RRLB initiates connection closure.
- Loading branch information