You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Steve Yurong Su (Jira)" <ji...@apache.org> on 2021/08/24 09:23:00 UTC

[jira] [Created] (IOTDB-1587) SessionPool optimization: a more aggressive Session creation strategy

Steve Yurong Su created IOTDB-1587:
--------------------------------------

             Summary: SessionPool optimization: a more aggressive Session creation strategy
                 Key: IOTDB-1587
                 URL: https://issues.apache.org/jira/browse/IOTDB-1587
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: Client/Java
            Reporter: Steve Yurong Su
             Fix For: master branch, 0.12.2


# new Session creation strategy in SessionPool: removeSession -> tryConstructNewSession
 # new Session creation strategy in SessionPool: when the Session cannot be obtained and the thread enters the waiting loop, it will always judge whether a new Session can be created first in each loop, instead of waiting in each loop after judging whether a new Session can be created only once.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)