Haonan Hou created IOTDB-5498:
---------------------------------
Summary: SessionPool OOM when the number of devices is large
Key: IOTDB-5498
URL: https://issues.apache.org/jira/browse/IOTDB-5498
Project: Apache IoTDB
Issue Type: Bug
Affects Versions: 1.0.0
Reporter: Haonan Hou
In current code of sessionPool, each session has an independent
ConcurrentHashMap to record the device -> endPoint informations.
However, when SessionPool has large number of session and each session need to
insert a large number of devices, the ConcurrentHashMaps will take a lot of
memory, which may lead to OOM.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)