This is an automated email from the ASF dual-hosted git repository. lta pushed a commit to branch cluster in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 61e8452984f509f17a64001f3b5c1000cc447b03 Author: lta <[email protected]> AuthorDate: Tue May 21 21:01:54 2019 +0800 remove useless code --- .../main/java/org/apache/iotdb/cluster/qp/executor/NonQueryExecutor.java | 1 - 1 file changed, 1 deletion(-) 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 17d5604..515fb6a 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 @@ -355,7 +355,6 @@ public class NonQueryExecutor extends AbstractQPExecutor { RaftUtils.updateRaftGroupLeader(groupId, nextNode); } catch (RaftConnectionException e1) { LOGGER.debug("Non-query task for group {} to node {} fail.", groupId, nextNode); - continue; } } LOGGER.debug("The final result for non-query task is {}", success);
