Tian Jiang created IOTDB-854:
--------------------------------
Summary: [Distributed] Limit the memory foorprint of the committed
log cache
Key: IOTDB-854
URL: https://issues.apache.org/jira/browse/IOTDB-854
Project: Apache IoTDB
Issue Type: Improvement
Components: Core/Cluster
Reporter: Tian Jiang
Different from other K-V systems using the raft algorithm, Distributed IoTDB
store significantly larger amounts of data in a raft log (as data ingestion of
IoTDB is usually suggested in a batched manner). As a result, normal log
management which concerns the number of log entries may not work very well, and
risks in OOM.
So, it is important that we calculate the memory occupation of committed logs
and put a limit on them.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)