This is an automated email from the ASF dual-hosted git repository.
liurui pushed a commit to branch file_size_monitor
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/file_size_monitor by this push:
new 9356fc0 defaultly disable stat monitor
9356fc0 is described below
commit 9356fc0e20515846eff2e1a43e5f816074861777
Author: liuruiyiyang <[email protected]>
AuthorDate: Sat Mar 9 17:25:20 2019 +0800
defaultly disable stat monitor
---
iotdb/iotdb/conf/iotdb-engine.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iotdb/iotdb/conf/iotdb-engine.properties
b/iotdb/iotdb/conf/iotdb-engine.properties
index 2ac6221..fe6d154 100644
--- a/iotdb/iotdb/conf/iotdb-engine.properties
+++ b/iotdb/iotdb/conf/iotdb-engine.properties
@@ -170,7 +170,7 @@ concurrent_flush_thread=0
# IoTDB just keeps statistics info within stat_monitor_retain_interval_sec
seconds before current time.
# Note: IoTDB requires stat_monitor_detect_freq_sec >= 600s and
stat_monitor_retain_interval_sec >= 600s.
# The monitor, which writes statistics info to IoTDB periodically, is disabled
by default.
-enable_stat_monitor=true
+enable_stat_monitor=false
# The period that StatMonitor stores statistics info
back_loop_period_sec=5