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-bigtable/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/session/SessionPoolImpl.java
+21-10Lines changed: 21 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,9 @@ private enum PoolState {
115
115
@GuardedBy("this")
116
116
privateintconsecutiveFailures = 0;
117
117
118
+
@GuardedBy("this")
119
+
privatebooleanisDraining = false;
120
+
118
121
/**
119
122
* When the client fallback to a non-session AFE session creation will return unimplemented
120
123
* errors. In which case the requests should fallback to classic client instead of waiting for an
0 commit comments