OneSizeFitsQuorum commented on a change in pull request #5267:
URL: https://github.com/apache/iotdb/pull/5267#discussion_r828892190
##########
File path: session/src/main/java/org/apache/iotdb/session/pool/SessionPool.java
##########
@@ -108,6 +111,20 @@ public SessionPool(String host, int port, String user,
String password, int maxS
Config.DEFAULT_CONNECTION_TIMEOUT_MS);
}
+ public SessionPool(List<String> nodeUrls, String user, String password, int
maxSize) {
Review comment:
Please update the sessionPool documentation to show greater fault
tolerance when passing multiple endpoints like a session
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]