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/channels/ChannelPoolDpImpl.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@
57
57
importjavax.annotation.Nullable;
58
58
importjavax.annotation.concurrent.GuardedBy;
59
59
60
+
// TODO: more aggressively create new channels to catch new AFEs
61
+
60
62
/**
61
63
* Proof of concept channel pool that avoids parallel channels to the same afe. The pool is
62
64
* dynamically sized based on outstanding streams and tries to limit each channel to at most 10
@@ -76,7 +78,7 @@ public class ChannelPoolDpImpl implements ChannelPool {
Copy file name to clipboardExpand all lines: java-bigtable/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/session/DynamicPicker.java
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -53,20 +53,21 @@ public void updateConfig(SessionClientConfiguration.SessionPoolConfiguration con
Copy file name to clipboardExpand all lines: java-bigtable/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/session/LeastInFlightPicker.java
Copy file name to clipboardExpand all lines: java-bigtable/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/session/PoolSizer.java
0 commit comments