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

mmiller pushed a commit to branch 2.0
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/2.0 by this push:
     new 1c19584  Disable FileSystemMonitor checks by default (#1332)
1c19584 is described below

commit 1c19584e5491d6b084dc25b4e45c331ff416f877
Author: belugabehr <12578579+belugab...@users.noreply.github.com>
AuthorDate: Fri Aug 30 09:47:38 2019 -0500

    Disable FileSystemMonitor checks by default (#1332)
---
 core/src/main/java/org/apache/accumulo/core/conf/Property.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java 
b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
index 302ce06..87f2451 100644
--- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
@@ -416,7 +416,7 @@ public enum Property {
   TSERV_BLOOM_LOAD_MAXCONCURRENT("tserver.bloom.load.concurrent.max", "4", 
PropertyType.COUNT,
       "The number of concurrent threads that will load bloom filters in the 
background. "
           + "Setting this to zero will make bloom filters load in the 
foreground."),
-  TSERV_MONITOR_FS("tserver.monitor.fs", "true", PropertyType.BOOLEAN,
+  TSERV_MONITOR_FS("tserver.monitor.fs", "false", PropertyType.BOOLEAN,
       "When enabled the tserver will monitor file systems and kill itself when"
           + " one switches from rw to ro. This is usually and indication that 
Linux has"
           + " detected a bad disk."),

Reply via email to