accumulo
accumulo copied to clipboard
Handles RPC errors when requesting tablet unload
The tablet server group watcher loop will not make progress when it encounters an RPC error on a single tablet server. It should continue communicating with the tablet servers it can inorder to make progress in its loop that assigns and unassigns tablets.
Marked this as draft because I have not tested it yet.
Why was the logging left at warn? If that's appropriate, it's fine, just wanted to check that reducing the severity level was not overlooked.