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)