This is an automated email from the ASF dual-hosted git repository.
xuekaifeng pushed a change to branch virtual_partition_2_merge
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from d79f309 refactor
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 59a861b Merge branch 'master' of https://github.com/apache/iotdb into
virtual_partition_2_merge
The 1 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 | 6 +-
.../iotdb/cluster/client/DataClientProvider.java | 17 +-
.../cluster/client/async/AsyncClientPool.java | 11 +-
.../iotdb/cluster/client/sync/SyncClientPool.java | 21 ++-
.../cluster/query/fill/ClusterPreviousFill.java | 11 +-
.../iotdb/cluster/query/reader/DataSourceInfo.java | 2 +-
.../cluster/server/member/MetaGroupMember.java | 12 +-
.../cluster/client/DataClientProviderTest.java | 12 +-
.../Ecosystem Integration/Zeppelin-IoTDB.md | 184 ++++++++++++++++++++
.../Ecosystem Integration/Zeppelin-IoTDB.md | 186 +++++++++++++++++++++
.../iotdb/db/engine/memtable/AbstractMemTable.java | 4 +-
.../engine/storagegroup/StorageGroupProcessor.java | 5 +-
zeppelin-interpreter/README.md | 186 ---------------------
zeppelin-interpreter/pom.xml | 32 +++-
15 files changed, 461 insertions(+), 230 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