dlmarion commented on code in PR #4814:
URL: https://github.com/apache/accumulo/pull/4814#discussion_r1723739875
##########
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:
I wonder if it would be better to use a negative number for the wait time
when disabling. This would allow the client code to print a log message when it
has been disabled, rather than wait for 100 days.
--
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]