frankgh commented on code in PR #160:
URL: https://github.com/apache/cassandra-sidecar/pull/160#discussion_r1883064356


##########
server/src/main/java/org/apache/cassandra/sidecar/cluster/CQLSessionProviderImpl.java:
##########
@@ -70,7 +70,7 @@ public class CQLSessionProviderImpl implements 
CQLSessionProvider
 {
     private static final Logger logger = 
LoggerFactory.getLogger(CQLSessionProviderImpl.class);
     private final List<InetSocketAddress> contactPoints;
-    private final int numConnections;
+    private final int numAdditionalConnections;

Review Comment:
   changing the name because when I was running tests I had issues, internally 
this is actually called numAdditionalConnections, so making the change here to 
reflect what it really signifies



-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to