You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/EndpointLifecycleManager.java
+25-7Lines changed: 25 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,8 @@ static final class EndpointState {
111
111
* stable database-id key instead of a strong ChannelFinder reference. KeyAwareChannel unregisters
112
112
* stale entries when a finder is cleared.
113
113
*
114
-
* <p>All reads and writes to this map, and stale-endpoint eviction based on it, are synchronized
115
-
* on {@link #activeAddressLock}.
114
+
* <p>All reads and writes to this map, and all updates to {@link
115
+
* #transientFailureEvictedAddresses}, are synchronized on {@link #activeAddressLock}.
0 commit comments