You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/05/21 09:34:48 UTC

[incubator-iotdb] 04/04: Merge branch 'cluster' of github.com:apache/incubator-iotdb into cluster

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 <li...@163.com>
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(-)