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

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

commit 113ca49ae4a86a4066c97ace12b0d13bf5708c77
Author: Ivan Bella <i...@bella.name>
AuthorDate: Tue Jun 23 12:00:51 2020 -0400

    re #1621: refine property description
---
 core/src/main/java/org/apache/accumulo/core/conf/Property.java | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

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 ab1b893..2216ea0 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
@@ -249,8 +249,7 @@ public enum Property {
   MASTER_BULK_THREADPOOL_SIZE("master.bulk.threadpool.size", "5", 
PropertyType.COUNT,
       "The number of threads to use when coordinating a bulk import."),
   
MASTER_BULK_THREADPOOL_ALLOW_TIMEOUT("master.bulk.threadpool.timeout.allowed", 
"false",
-      PropertyType.BOOLEAN,
-      "True if the bulk import threads are allowed to timeout with no work 
available."),
+      PropertyType.BOOLEAN, "Allow bulk import threads to timeout with no work 
available."),
   MASTER_BULK_TIMEOUT("master.bulk.timeout", "5m", PropertyType.TIMEDURATION,
       "The time to wait for a tablet server to process a bulk import request"),
   MASTER_RENAME_THREADS("master.rename.threadpool.size", "20", 
PropertyType.COUNT,
@@ -265,8 +264,7 @@ public enum Property {
   MASTER_MINTHREADS("master.server.threads.minimum", "20", PropertyType.COUNT,
       "The minimum number of threads to use to handle incoming requests."),
   MASTER_MINTHREADS_ALLOW_TIMEOUT("master.server.threads.timeout.allowed", 
"false",
-      PropertyType.BOOLEAN,
-      "True if the incoming request threads are allowed to timeout with no 
work available."),
+      PropertyType.BOOLEAN, "Allow incoming request threads to timeout with no 
work available."),
   MASTER_THREADCHECK("master.server.threadcheck.time", "1s", 
PropertyType.TIMEDURATION,
       "The time between adjustments of the server thread pool."),
   MASTER_RECOVERY_DELAY("master.recovery.delay", "10s", 
PropertyType.TIMEDURATION,
@@ -504,8 +502,7 @@ public enum Property {
   TSERV_MINTHREADS("tserver.server.threads.minimum", "20", PropertyType.COUNT,
       "The minimum number of threads to use to handle incoming requests."),
   TSERV_MINTHREADS_ALLOW_TIMEOUT("tserver.server.threads.timeout.allowed", 
"false",
-      PropertyType.BOOLEAN,
-      "True if the incoming request threads are allowed to timeout with no 
work available."),
+      PropertyType.BOOLEAN, "Allow incoming request threads to timeout with no 
work available."),
   TSERV_THREADCHECK("tserver.server.threadcheck.time", "1s", 
PropertyType.TIMEDURATION,
       "The time between adjustments of the server thread pool."),
   TSERV_MAX_MESSAGE_SIZE("tserver.server.message.size.max", "1G", 
PropertyType.BYTES,

Reply via email to