This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 64e22c2 use relative path in mod file serialization
new ca95763 pre-validate
new a17b6b2 insert plan pre-validate
new 379b2f2 use pullSchema
new 8621525 path cannot be root
new 6996c9b check schema cache
new 3e0ef92 use sql constant
new b2e9a5d Merge pull request #1230 from Ring-k/cluster_new
The 4068 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/server/ClientServer.java | 57 ++++++---
.../iotdb/cluster/server/DataClusterServer.java | 1 +
.../cluster/server/member/DataGroupMember.java | 1 -
.../cluster/server/member/MetaGroupMember.java | 137 +++++++++++++++++++--
.../apache/iotdb/cluster/utils/StatusUtils.java | 107 ++++++++--------
.../apache/iotdb/db/qp/constant/SQLConstant.java | 4 +-
.../org/apache/iotdb/db/utils/CommonUtils.java | 4 +-
.../apache/iotdb/db/utils/TypeInferenceUtils.java | 4 +-
service-rpc/src/main/thrift/cluster.thrift | 1 -
9 files changed, 232 insertions(+), 84 deletions(-)