You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/07/07 04:14:49 UTC

[GitHub] [iotdb] ijihang commented on a change in pull request #3434: [IOTDB-1399]Add a session interface to connect multiple nodes

ijihang commented on a change in pull request #3434:
URL: https://github.com/apache/iotdb/pull/3434#discussion_r665026510



##########
File path: session/src/main/java/org/apache/iotdb/session/SessionConnection.java
##########
@@ -722,20 +751,27 @@ protected void testInsertTablets(TSInsertTabletsReq request)
   private boolean reconnect() {
     boolean flag = false;
     for (int i = 1; i <= Config.RETRY_NUM; i++) {

Review comment:
       ok, in new commit,connect nodes randomly




-- 
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: reviews-unsubscribe@iotdb.apache.org

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