mivanac commented on a change in pull request #7347: URL: https://github.com/apache/geode/pull/7347#discussion_r837734313
########## File path: geode-core/src/main/java/org/apache/geode/cache/client/internal/pooling/ConnectionManagerImpl.java ########## @@ -355,6 +385,54 @@ public Connection borrowConnection(ServerLocation server, long acquireTimeout, throw new AllConnectionsInUseException(); } + + @Override + public Connection borrowConnection(ServerLocationAndMemberId serverLocationAndMemberId, Review comment: updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org