keith-turner commented on issue #4532:
URL: https://github.com/apache/accumulo/issues/4532#issuecomment-2101370056
> I think it makes sense for the ConfigurableScanServerSelector to wait for
ScanServers to be available instead of immediately falling back to
TabletServers. However, I think there should be a timeout set, I don't think
the client should wait forever.
Instead of the config being a boolean, it could be a timeout. Maybe
something like the following.
```
[
{
"isDefault":true,
"maxBusyTimeout":"5m",
"busyTimeoutMultiplier":4,
"timeToWaitForScanServers":"120s"
"attemptPlans":[
{"servers":"3", "busyTimeout":"33ms"},
{"servers":"100%", "busyTimeout":"100ms"}
]
}
]
```
Then if someone wants to wait forever they can set that config really high.
--
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]