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 0d4a98530795ef9cf37d186f3f22d6506ef1216e Merge: d10c2f1 99ffb6b Author: lta <[email protected]> AuthorDate: Tue May 21 17:34:28 2019 +0800 Merge branch 'cluster' of github.com:apache/incubator-iotdb into cluster .../org/apache/iotdb/cluster/entity/Server.java | 2 + .../cluster/qp/executor/AbstractQPExecutor.java | 2 +- .../cluster/qp/executor/NonQueryExecutor.java | 2 +- .../apache/iotdb/cluster/qp/task/BatchQPTask.java | 2 +- .../nonquery/DataGroupNonQueryAsyncProcessor.java | 2 +- .../nonquery/MetaGroupNonQueryAsyncProcessor.java | 2 +- .../querymetric/QueryLeaderAsyncProcessor.java | 45 ++++++++++++++++ .../request/querymetric/QueryLeaderRequest.java | 31 +++++++++++ .../response/querymetric/QueryLeaderResponse.java | 47 +++++++++++++++++ .../iotdb/cluster/utils/QPExecutorUtils.java | 2 +- .../org/apache/iotdb/cluster/utils/RaftUtils.java | 60 ++++++++++++++++++++-- .../apache/iotdb/cluster/utils/RaftUtilsTest.java | 6 +-- 12 files changed, 189 insertions(+), 14 deletions(-)
