You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/12/22 00:57:04 UTC

[iotdb] branch master updated (eed2a4a -> 2acfd66)

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

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


    from eed2a4a  fix ArithmeticException (#2284)
     new 740e7c9  fix client is null caluse NullException
     new f51b7bf  remend the async client pool comment
     new 2acfd66  Merge pull request #2277 from neuyilan/apache_master_1217_fix_client_is_null

The 4355 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:
 .../iotdb/cluster/client/DataClientProvider.java    | 17 ++++++++++++++---
 .../iotdb/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 ++++++++++--
 7 files changed, 59 insertions(+), 27 deletions(-)