You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ma...@apache.org on 2022/08/26 11:03:11 UTC

[iotdb] branch IOTDB-3164-O updated (9c4a3cc1d1 -> fa472d1037)

This is an automated email from the ASF dual-hosted git repository.

marklau99 pushed a change to branch IOTDB-3164-O
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 9c4a3cc1d1 add configuration for storage engine memory proportion
     add fa472d1037 remove config item cross_space_compaction_memory_budget

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-datanode.properties       |   7 -
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  31 ++--
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  11 +-
 .../RewriteCrossSpaceCompactionSelector.java       |   1 -
 .../iotdb/db/rescon/PrimitiveArrayManager.java     |   2 +-
 .../org/apache/iotdb/db/rescon/SystemInfo.java     |   8 +-
 .../engine/compaction/CompactionSchedulerTest.java | 194 +++++++++++----------
 .../cross/RewriteCompactionFileSelectorTest.java   |  78 ++++++---
 8 files changed, 176 insertions(+), 156 deletions(-)