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 2021/01/22 02:09:36 UTC

[iotdb] branch master updated (f44d8b9 -> af20b89)

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 f44d8b9  [IOTDB-1055] Support data compression type GZIP (#2264)
     add af20b89  [Distributed] fix session cache leader interface and docs  (#2222)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/partition/PartitionTable.java    |   3 +-
 docs/UserGuide/Client/Programming - Native API.md  |   8 +
 docs/UserGuide/Server/Cluster Setup.md             |   3 -
 .../UserGuide/Client/Programming - Native API.md   |  10 +-
 docs/zh/UserGuide/Server/Cluster Setup.md          |   3 -
 .../main/java/org/apache/iotdb/session/Config.java |   2 +-
 .../java/org/apache/iotdb/session/Session.java     |  79 ++-
 .../apache/iotdb/session/SessionConnection.java    |   4 +
 .../org/apache/iotdb/session/pool/SessionPool.java |  52 +-
 .../apache/iotdb/session/SessionCacheLeaderUT.java | 769 +++++++++++++++++++++
 .../apache/iotdb/session/pool/SessionPoolTest.java |   8 +-
 11 files changed, 878 insertions(+), 63 deletions(-)
 create mode 100644 session/src/test/java/org/apache/iotdb/session/SessionCacheLeaderUT.java