This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from e22619b [IOTDB-1077][rel/0.11]add insertOneDeviceRecords API in java
session (#2321)
add 9157d45 [To rel/0.11] [IOTDB-1069] restrict the flushing memtable
number to avoid OOM when mem_control is disabled (#2350)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 13 +++
.../engine/storagegroup/StorageGroupProcessor.java | 2 +-
.../db/engine/storagegroup/TsFileProcessor.java | 19 +++-
.../org/apache/iotdb/db/metadata/MManager.java | 8 ++
.../apache/iotdb/db/rescon/MemTableManager.java | 116 +++++++++++++++++++++
.../org/apache/iotdb/db/rescon/SystemInfo.java | 1 +
6 files changed, 156 insertions(+), 3 deletions(-)
create mode 100644
server/src/main/java/org/apache/iotdb/db/rescon/MemTableManager.java