This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_premerge2
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 55d7fdc fix dead wait in SyncServerManager and add retry
add 6603dfe add insertStringRecord rpc method (#1450)
add 11e1f57 Fix logic of creating MTree snapshot (#1452)
add 5f08035 [IOTDB-787] set thrift and antlr as two independent module
(#1451)
add 6f8e68d Merge branch 'master' into cluster_premerge2
No new revisions were added by this update.
Summary of changes:
README.md | 2 +-
README_ZH.md | 2 +-
{example/mqtt => antlr}/pom.xml | 28 ++++--
.../org/apache/iotdb/db/qp/strategy/SqlBase.g4 | 0
client-py/compile.bat | 2 +-
client-py/compile.sh | 2 +-
client-py/readme.md | 2 +-
client-py/src/client_example.py | 2 +-
docs/Development/ContributeGuide.md | 6 +-
docs/SystemDesign/Client/RPC.md | 11 ++-
docs/SystemDesign/QueryEngine/Planner.md | 6 +-
.../Client/Programming - Other Languages.md | 2 +-
docs/UserGuide/Server/Download.md | 2 +-
docs/zh/Development/ContributeGuide.md | 4 +-
docs/zh/SystemDesign/Client/RPC.md | 12 ++-
docs/zh/SystemDesign/QueryEngine/Planner.md | 4 +-
.../Client/Programming - Other Languages.md | 2 +-
jdbc/src/main/feature/feature.xml | 1 +
pom.xml | 2 +
server/pom.xml | 21 +---
.../org/apache/iotdb/db/metadata/MManager.java | 51 ++++------
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 6 +-
.../iotdb/db/qp/physical/crud/InsertRowPlan.java | 15 +--
.../org/apache/iotdb/db/service/TSServiceImpl.java | 88 ++++++++++++++++-
service-rpc/pom.xml | 108 +--------------------
.../java/org/apache/iotdb/session/Session.java | 63 ++++--------
site/pom.xml | 4 +-
{service-rpc => thrift}/pom.xml | 69 +------------
{service-rpc => thrift}/rpc-changelist.md | 0
.../src/main/thrift/cluster.thrift | 0
{service-rpc => thrift}/src/main/thrift/rpc.thrift | 26 ++++-
.../src/main/thrift/sync.thrift | 0
{service-rpc => thrift}/src/pypi/README.md | 2 +-
{service-rpc => thrift}/src/pypi/setup.py | 0
34 files changed, 239 insertions(+), 306 deletions(-)
copy {example/mqtt => antlr}/pom.xml (64%)
rename {server =>
antlr}/src/main/antlr4/org/apache/iotdb/db/qp/strategy/SqlBase.g4 (100%)
copy {service-rpc => thrift}/pom.xml (77%)
rename {service-rpc => thrift}/rpc-changelist.md (100%)
rename {service-rpc => thrift}/src/main/thrift/cluster.thrift (100%)
rename {service-rpc => thrift}/src/main/thrift/rpc.thrift (92%)
rename {service-rpc => thrift}/src/main/thrift/sync.thrift (100%)
rename {service-rpc => thrift}/src/pypi/README.md (97%)
rename {service-rpc => thrift}/src/pypi/setup.py (100%)