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/26 04:34:30 UTC

[iotdb] branch PR1257 updated (65948f2 -> afb5d99)

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

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


 discard 65948f2  [IOTDB-1257] Fix reset logic error for function call of resizeIfNecessary
     add afb5d99  [IOTDB-1257] Make a little bit improvement of config and fix some bugs for setting logic

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (65948f2)
            \
             N -- N -- N   refs/heads/PR1257 (afb5d99)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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  | 67 +++++++++++-----------
 .../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(+), 118 deletions(-)