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/04/30 13:36:52 UTC

[incubator-iotdb] branch cluster_new updated (4366531 -> df04de1)

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

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


    from 4366531  preventing a DataClient from being put back twice
     add df04de1  do not cache DataClient outside pool

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/client/DataClient.java    | 24 +++------
 .../apache/iotdb/cluster/client/MetaClient.java    |  4 ++
 .../iotdb/cluster/query/reader/DataSourceInfo.java | 24 ++++-----
 .../reader/RemoteSeriesReaderByTimestamp.java      | 14 ++---
 .../query/reader/RemoteSimpleSeriesReader.java     | 17 +++----
 .../reader/RemoteSeriesReaderByTimestampTest.java  | 54 +++++++-------------
 .../query/reader/RemoteSimpleSeriesReaderTest.java | 59 ++++++++--------------
 7 files changed, 69 insertions(+), 127 deletions(-)