Closed aaronbee closed 1 year ago
Patch coverage: 100.00%
and project coverage change: -0.01%
:warning:
Comparison is base (
4bda353
) 70.24% compared to head (782a5bf
) 70.24%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The clients cache can get out of sync with what regions are actually associated with a region server. A case has been seen where region points to a region client that doesn't exist in the clients map. When this occurs subsequent calls to clientDown are no-ops, and the bad region continues to point to the incorrect region server.
clientDown will now ensure that the given region is made unavailable, even if it is not found in the clients list of regions.
closes: #186