This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch Vector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from f10cbb3  fix smell
     add cea339d  [IOTDB-1282] fix C++ class SessionDataSet mem-leak
     add 63d08a2  [CLIENT-PY] Fixed Situation where non-timeseries queries 
cannot be cast to df.
     add 03f7f01  Alter upgrade tool instruction error (#2985)
     add 5c9da96  [Distributed] add cluster setup example doc (#2984)
     add d2b119c  Merge branch 'master' of https://github.com/apache/iotdb into 
Vector
     add 8b10a94  update the website for release 0.11.3 and 0.12.0
     add 4df5856  Optimize sync leader for meta (#2987)
     add e063f0e  Merge branch 'master' of https://github.com/apache/iotdb into 
Vector
     add 2b31e09  Merge branch 'Vector' of https://github.com/apache/iotdb into 
Vector

No new revisions were added by this update.

Summary of changes:
 client-cpp/src/main/Session.h                      |  9 ++-
 client-py/iotdb/utils/SessionDataSet.py            | 10 ++-
 client-py/tests/test_dataframe.py                  | 21 ++++++
 .../resources/conf/iotdb-cluster.properties        |  4 +-
 .../apache/iotdb/cluster/config/ClusterConfig.java | 10 ---
 .../iotdb/cluster/config/ClusterDescriptor.java    |  5 --
 .../iotdb/cluster/server/DataClusterServer.java    |  6 +-
 .../iotdb/cluster/server/MetaClusterServer.java    |  6 +-
 .../iotdb/cluster/server/member/RaftMember.java    | 77 +++++++++++++---------
 .../cluster/server/service/BaseAsyncService.java   | 19 +++++-
 .../cluster/server/service/BaseSyncService.java    | 23 +++++--
 .../query/ClusterDataQueryExecutorTest.java        |  3 -
 .../cluster/server/member/DataGroupMemberTest.java |  5 +-
 .../cluster/server/member/RaftMemberTest.java      |  9 +--
 docs/Download/README.md                            | 57 ++++++++++------
 docs/UserGuide/Cluster/Cluster-Setup-Example.md    | 47 +++++++++++++
 docs/UserGuide/Cluster/Cluster-Setup.md            | 11 +---
 docs/zh/Download/README.md                         | 55 ++++++++++------
 docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md | 46 +++++++++++++
 docs/zh/UserGuide/Cluster/Cluster-Setup.md         | 11 +---
 thrift-cluster/src/main/thrift/cluster.thrift      |  8 ++-
 21 files changed, 306 insertions(+), 136 deletions(-)
 create mode 100644 docs/UserGuide/Cluster/Cluster-Setup-Example.md
 create mode 100644 docs/zh/UserGuide/Cluster/Cluster-Setup-Example.md

Reply via email to