You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2021/02/04 13:22:59 UTC

[iotdb] branch master updated (b793ada -> 8a56871)

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

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


    from b793ada  add slides in 2020 (#2615)
     add 8a56871  [Github Issue 2624, 2625]Avoid OOM if user don't close Statement and Session manually (#2629)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/cluster/ClientMain.java |  2 +-
 .../apache/iotdb/jdbc/AbstractIoTDBJDBCResultSet.java  |  5 ++---
 .../java/org/apache/iotdb/jdbc/IoTDBStatement.java     |  4 ++++
 .../org/apache/iotdb/db/service/TSServiceImpl.java     | 18 +++++++++++++-----
 .../java/org/apache/iotdb/rpc/IoTDBRpcDataSet.java     |  5 ++++-
 .../org/apache/iotdb/session/SessionConnection.java    |  4 ++--
 .../java/org/apache/iotdb/session/SessionDataSet.java  |  8 ++++----
 7 files changed, 30 insertions(+), 16 deletions(-)