You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/07/15 09:03:31 UTC

[incubator-iotdb] branch dynamic_parameters updated (1a275a5 -> 1944999)

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

lta pushed a change to branch dynamic_parameters
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 1a275a5  add logs
     add 1944999  fix a type bug,change from long to int

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  6 ++---
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  4 ++--
 .../iotdb/db/conf/adapter/CompressionRatio.java    |  7 +++---
 .../db/conf/adapter/IoTDBConfigDynamicAdapter.java | 26 +++++++++++-----------
 .../db/engine/storagegroup/TsFileProcessor.java    |  2 +-
 .../db/conf/adapter/CompressionRatioTest.java      |  4 ++--
 .../adapter/IoTDBConfigDynamicAdapterTest.java     |  7 ++++--
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |  2 +-
 8 files changed, 31 insertions(+), 27 deletions(-)