This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a change to branch Vector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 06f08e7 Override methods in CMManager
add ea97ffd add template&&vector insert for cluster
No new revisions were added by this update.
Summary of changes:
.../iotdb/cluster/coordinator/Coordinator.java | 23 +++++++++++++++-------
.../iotdb/cluster/log/applier/BaseApplier.java | 4 +---
.../apache/iotdb/cluster/metadata/CMManager.java | 16 +++++++++------
.../iotdb/cluster/query/ClusterPlanRouter.java | 10 ----------
.../apache/iotdb/cluster/server/ClientServer.java | 6 +-----
.../cluster/server/member/DataGroupMember.java | 3 ++-
.../iotdb/cluster/server/member/RaftMember.java | 11 +++++++----
.../apache/iotdb/cluster/utils/PartitionUtils.java | 4 +++-
.../apache/iotdb/cluster/utils/StatusUtils.java | 1 +
.../org/apache/iotdb/VectorSessionExample.java | 10 +++-------
...ption.java => DuplicatedTemplateException.java} | 12 +++++------
...eption.java => UndefinedTemplateException.java} | 12 +++++------
.../org/apache/iotdb/db/metadata/MManager.java | 10 ++++++++--
.../iotdb/db/metadata/template/Template.java | 12 +++++++++++
.../java/org/apache/iotdb/rpc/TSStatusCode.java | 2 ++
15 files changed, 78 insertions(+), 58 deletions(-)
copy
server/src/main/java/org/apache/iotdb/db/exception/metadata/{AlignedTimeseriesException.java
=> DuplicatedTemplateException.java} (75%)
copy
server/src/main/java/org/apache/iotdb/db/exception/metadata/{AlignedTimeseriesException.java
=> UndefinedTemplateException.java} (75%)