This is an automated email from the ASF dual-hosted git repository.
lta pushed a change to branch cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from f07dc37 add show timeseries in json query case
new f92bd3c fix serve cluster create ts function
new d02e9ef fix conflicts
new cd5f160 fix a bug
The 1696 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/iotdb/cluster/callback/BatchQPTask.java | 7 ++-
.../iotdb/cluster/callback/SingleQPTask.java | 12 ++---
.../cluster/entity/raft/DataStateMachine.java | 44 +++---------------
.../apache/iotdb/cluster/qp/ClusterQPExecutor.java | 4 +-
.../cluster/qp/executor/NonQueryExecutor.java | 27 ++++++++++-
.../cluster/qp/executor/QueryMetadataExecutor.java | 18 ++------
.../cluster/rpc/impl/RaftNodeAsClientManager.java | 12 +++--
.../QueryMetadataInStringAsyncProcessor.java | 4 +-
.../processor/QueryTimeSeriesAsyncProcessor.java | 4 +-
.../cluster/rpc/service/TSServiceClusterImpl.java | 29 +++++++-----
.../org/apache/iotdb/cluster/utils/RaftUtils.java | 52 ++++++++++++++++++++--
.../org/apache/iotdb/db/service/TSServiceImpl.java | 10 ++---
12 files changed, 129 insertions(+), 94 deletions(-)