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

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


    from 20aa060  add default test configuration for cluster module
     add 758c450  Fixed a section number in the sync tool document (#2296)
     add 923cf57  add new committer Xinyu Tan (#2297)
     add ebe335c  Remove extra commas to make the param annotation take effect 
(#2295)
     add b30cec2  fix some doc grammar issues in the cluster module  (#2287)
     add 59e9b9c  add missing information of javadoc in cluster module (#2285)
     add b75ceb0  Revert "using sonar secret token" (#2298)
     add 2bdae11  Fix dependency bug and add documents (#2299)
     add 2c88609  [IOTDB-1066] Code improvement (#2300)
     add eed2a4a  fix ArithmeticException (#2284)
     add 740e7c9  fix client is null caluse NullException
     add f51b7bf  remend the async client pool comment
     add 2acfd66  Merge pull request #2277 from 
neuyilan/apache_master_1217_fix_client_is_null
     new 49d7c40  Merge remote-tracking branch 'origin/master' into 
change_rpc_port
     new 770793f  change some log; fix iotdb rpc port error

The 2 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:
 .github/workflows/sonar_and_coverall.yml           |   2 +-
 .../java/org/apache/iotdb/cluster/ClusterMain.java |  19 ++-
 .../iotdb/cluster/client/DataClientProvider.java   |  17 +-
 .../cluster/client/async/AsyncClientPool.java      |  11 +-
 .../iotdb/cluster/client/sync/SyncClientPool.java  |  21 ++-
 .../apache/iotdb/cluster/metadata/CMManager.java   |   4 +-
 .../cluster/query/fill/ClusterPreviousFill.java    |  11 +-
 .../iotdb/cluster/query/reader/DataSourceInfo.java |   2 +-
 .../apache/iotdb/cluster/server/NodeReport.java    |   2 +-
 .../cluster/server/member/MetaGroupMember.java     |  18 +-
 .../iotdb/cluster/server/member/RaftMember.java    |   8 +-
 .../cluster/client/DataClientProviderTest.java     |  12 +-
 .../Ecosystem Integration/Zeppelin-IoTDB.md        | 184 ++++++++++++++++++++
 docs/UserGuide/System Tools/Sync Tool.md           |   2 +-
 .../Ecosystem Integration/Zeppelin-IoTDB.md        | 186 +++++++++++++++++++++
 docs/zh/UserGuide/System Tools/Sync Tool.md        |   2 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  15 ++
 .../iotdb/db/engine/memtable/AbstractMemTable.java |   4 +-
 .../engine/storagegroup/StorageGroupProcessor.java |   5 +-
 .../iotdb/db/metadata/logfile/MLogWriter.java      |   2 +-
 .../java/org/apache/iotdb/db/service/IoTDB.java    |   6 +-
 .../theme/global-components/Contributor.vue        |   7 +
 zeppelin-interpreter/README.md                     | 186 ---------------------
 zeppelin-interpreter/pom.xml                       |  32 +++-
 24 files changed, 511 insertions(+), 247 deletions(-)
 create mode 100644 docs/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md
 create mode 100644 docs/zh/UserGuide/Ecosystem Integration/Zeppelin-IoTDB.md
 delete mode 100644 zeppelin-interpreter/README.md

Reply via email to