You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ch...@apache.org on 2021/06/09 06:07:21 UTC

[iotdb] branch rel/0.12 updated (33ee473 -> 969fc0d)

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

chaow pushed a change to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 33ee473  [To rel/0.12][ISSUE-3378] Fix NPE when clear upgrade folder; Fix some upgraded pageHeader missing statistics (#3376)
     add 969fc0d  [To Rel/0.12]Remove the broken cached leader connection & optimize the insertRecords method in session  (#3373)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/rpc/RpcUtils.java   |   8 +-
 .../java/org/apache/iotdb/session/Session.java     |  78 +++-
 .../apache/iotdb/session/SessionConnection.java    |  14 +-
 .../apache/iotdb/session/SessionCacheLeaderUT.java | 434 ++++++++++++++++++++-
 4 files changed, 499 insertions(+), 35 deletions(-)