This is an automated email from the ASF dual-hosted git repository.
east pushed a commit to branch cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/cluster by this push:
new e987556 update
new d5cfc14 Merge remote-tracking branch 'origin/cluster' into cluster
e987556 is described below
commit e9875568f903f712ad0dda80780c0238316bf298
Author: mdf369 <[email protected]>
AuthorDate: Fri Mar 29 14:20:51 2019 +0800
update
---
.../java/org/apache/iotdb/cluster/qp/executor/NonQueryExecutor.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/cluster/src/main/java/org/apache/iotdb/cluster/qp/executor/NonQueryExecutor.java
b/cluster/src/main/java/org/apache/iotdb/cluster/qp/executor/NonQueryExecutor.java
index 88edd0a..43683c3 100644
---
a/cluster/src/main/java/org/apache/iotdb/cluster/qp/executor/NonQueryExecutor.java
+++
b/cluster/src/main/java/org/apache/iotdb/cluster/qp/executor/NonQueryExecutor.java
@@ -209,10 +209,6 @@ public class NonQueryExecutor extends ClusterQPExecutor {
return response.isSuccess();
}
- public void shutdown() {
- cliClientService.shutdown();
- }
-
/**
* Request need to broadcast in metadata group.
*