Tian Jiang created IOTDB-361:
--------------------------------

             Summary: Refactor session management by inducing sessionId
                 Key: IOTDB-361
                 URL: https://issues.apache.org/jira/browse/IOTDB-361
             Project: Apache IoTDB
          Issue Type: Improvement
            Reporter: Tian Jiang


We are using ThreadLocals in TSServiceImpl to distinguish different clients, 
which rely on the underlined server pool to provide a thread for each client 
and blocks us from using more efficient pooling techs.

To resolve this, each client should be given a sessionId (or you may call it 
clientId) as an identifier to replace the usages of ThreadLocal.



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

Reply via email to