keith-turner commented on code in PR #4814:
URL: https://github.com/apache/accumulo/pull/4814#discussion_r1723980965


##########
core/src/main/java/org/apache/accumulo/core/spi/scan/ConfigurableScanServerSelector.java:
##########
@@ -249,7 +249,7 @@ protected static class Profile {
     int busyTimeoutMultiplier;
     String maxBusyTimeout;
     String group = ScanServerSelector.DEFAULT_SCAN_SERVER_GROUP_NAME;
-    String timeToWaitForScanServers = "0s";
+    String timeToWaitForScanServers = "100d";

Review Comment:
   100 days was too short.  I changed the default to 100 years and updated the 
docs in 6251f49.  
   
   For logging the current code will indirectly call the following code when 
waiting for scan servers.  The Retry code will log something, so we should 
already be getting logging.
   
   
https://github.com/apache/accumulo/blob/eda39bb1c1cf868062743ccc76848c18f62f4916/core/src/main/java/org/apache/accumulo/core/clientImpl/ThriftScanner.java#L269



-- 
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