This is an automated email from the ASF dual-hosted git repository.
jt2594838 pushed a change to branch add_rpc_memory_control
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from a875fee9b3c ver4
add 5b335e66ff3 ver4
add 0c344ed7aa1 update default config value
add 768f4e1ccd0 Disable when proportion <= 0
new 9501c61631f fix review
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../db/it/IoTDBAutoResizingBufferMemoryIT.java | 150 +++++++++++++++++++--
.../rpc/TCompressedElasticFramedTransport.java | 12 ++
.../apache/iotdb/rpc/TElasticFramedTransport.java | 16 ++-
.../apache/iotdb/rpc/AutoResizingBufferTest.java | 54 ++++++++
.../iotdb/confignode/service/ConfigNode.java | 2 +
.../apache/iotdb/consensus/ratis/utils/Utils.java | 11 +-
.../conf/iotdb-system.properties.template | 3 +-
.../apache/iotdb/commons/conf/CommonConfig.java | 7 +-
.../apache/iotdb/commons/memory/MemoryConfig.java | 13 ++
.../iotdb/commons/conf/CommonConfigTest.java | 49 +++++++
10 files changed, 301 insertions(+), 16 deletions(-)
create mode 100644
iotdb-core/node-commons/src/test/java/org/apache/iotdb/commons/conf/CommonConfigTest.java