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/03/31 03:51:22 UTC

[iotdb] branch master updated (43c4981 -> 9a05be4)

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

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


    from 43c4981  [ISSUE-2730] Add the number of unseq merge times in TsFile name. (#2939)
     add 9a05be4   [IOTDB-1257] Make a little bit improvement of config and fix some bugs for setting logic (#2904)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/jdbc/Config.java    | 12 ++--
 .../org/apache/iotdb/jdbc/IoTDBConnection.java     |  4 +-
 .../apache/iotdb/jdbc/IoTDBConnectionParams.java   | 22 ++++---
 .../src/main/java/org/apache/iotdb/jdbc/Utils.java | 11 ++--
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 15 +++--
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  4 +-
 .../iotdb/db/sync/sender/transfer/SyncClient.java  |  4 +-
 .../org/apache/iotdb/rpc/RpcTransportFactory.java  | 14 ++---
 .../main/java/org/apache/iotdb/rpc/RpcUtils.java   | 10 ++-
 .../rpc/TCompressedElasticFramedTransport.java     | 12 ++--
 .../apache/iotdb/rpc/TElasticFramedTransport.java  | 71 ++++++++++------------
 .../iotdb/rpc/TSnappyElasticFramedTransport.java   | 21 +++----
 .../rpc/TimeoutChangeableTFastFramedTransport.java | 13 ++--
 .../java/org/apache/iotdb/session/Session.java     | 12 ++--
 .../apache/iotdb/session/SessionConnection.java    |  4 +-
 15 files changed, 107 insertions(+), 122 deletions(-)