You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/12/24 06:02:49 UTC

[iotdb] branch master updated: remove useless coeds

This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 1981766  remove useless coeds
     new 852fbb9  Merge pull request #2302 from neuyilan/apache_master_1222_remove_useless_code
1981766 is described below

commit 1981766e648126ea1292ca19ab8094f747461965
Author: HouliangQi <ne...@163.com>
AuthorDate: Tue Dec 22 09:19:06 2020 +0800

    remove useless coeds
---
 .../main/java/org/apache/iotdb/cluster/client/async/AsyncClientPool.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cluster/src/main/java/org/apache/iotdb/cluster/client/async/AsyncClientPool.java b/cluster/src/main/java/org/apache/iotdb/cluster/client/async/AsyncClientPool.java
index 4127af7..8e6bcc8 100644
--- a/cluster/src/main/java/org/apache/iotdb/cluster/client/async/AsyncClientPool.java
+++ b/cluster/src/main/java/org/apache/iotdb/cluster/client/async/AsyncClientPool.java
@@ -185,7 +185,6 @@ public class AsyncClientPool {
           ((AsyncMetaClient) client).close();
         }
       }
-      clientStack.clear();
       nodeClientNumMap.put(clusterNode, 0);
       this.notifyAll();
     }