dlmarion commented on a change in pull request #2186:
URL: https://github.com/apache/accumulo/pull/2186#discussion_r662207531



##########
File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
##########
@@ -221,8 +220,22 @@
   GENERAL_MAX_MESSAGE_SIZE("general.server.message.size.max", "1G", 
PropertyType.BYTES,
       "The maximum size of a message that can be sent to a server."),
   
GENERAL_SIMPLETIMER_THREADPOOL_SIZE("general.server.simpletimer.threadpool.size",
 "1",
-      PropertyType.COUNT, "The number of threads to use for " + 
"server-internal scheduled tasks"),
-  // If you update the default type, be sure to update the default used for 
initialization failures
+      PropertyType.COUNT, "The number of threads to use for " + 
"server-internal scheduled tasks"), // If
+                                                                               
                     // you
+                                                                               
                     // update
+                                                                               
                     // the
+                                                                               
                     // default
+                                                                               
                     // type,
+                                                                               
                     // be
+                                                                               
                     // sure
+                                                                               
                     // to
+                                                                               
                     // update
+                                                                               
                     // the
+                                                                               
                     // default
+                                                                               
                     // used
+                                                                               
                     // for
+                                                                               
                     // initialization
+                                                                               
                     // failures

Review comment:
       I'm not sure that this comment change is an improvement. Was this 
intended, or a formatting issue?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to