You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2020/11/16 04:04:27 UTC

[iotdb] 01/01: Merge pull request #2050 from apache/fix_session_pool_for_0.11

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

jackietien pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 2440505f143b9da40b6e9c9f4eb5fb654caa94b8
Merge: d929b73 f7f6fad
Author: Jackie Tien <Ja...@foxmail.com>
AuthorDate: Mon Nov 16 12:04:08 2020 +0800

    Merge pull request #2050 from apache/fix_session_pool_for_0.11
    
    [IOTDB-1007] [To rel/0.11] Fix session pool concurrency and leakage issue when pool.close is called

 .../org/apache/iotdb/session/pool/SessionPool.java | 133 ++++++++++++++++-----
 .../apache/iotdb/session/pool/SessionPoolTest.java |  18 +++
 2 files changed, 120 insertions(+), 31 deletions(-)