accumulo icon indicating copy to clipboard operation
accumulo copied to clipboard

Handles RPC errors when requesting tablet unload

Open keith-turner opened this issue 1 year ago • 1 comments

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.

keith-turner avatar Apr 26 '24 20:04 keith-turner

Marked this as draft because I have not tested it yet.

keith-turner avatar Apr 26 '24 20:04 keith-turner

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.

EdColeman avatar May 01 '24 23:05 EdColeman