bookkeeper-visual-manager icon indicating copy to clipboard operation
bookkeeper-visual-manager copied to clipboard

Ability to trigger manual recovery of bookies using the HTTP REST API

Open aluccaroni opened this issue 3 years ago • 0 comments

FEATURE REQUEST use the HTTP REST API of the Bookie (v3.0+) to trigger the recovery of bookies data if autorecover is disable on the cluster.

https://bookkeeper.apache.org/docs/latest/admin/http/#endpoint-apiv1autorecoverybookie

The recovery should start from the card of a specific bookie and should ask on which bookie to perform the recover. If no bookie is selected as target of the recover this should be performed on all the remaining available services.

Similarly we should also evaluate to add the possibility to decommisioning a bookie.

For both function we should add a confirmation box. We should also add a global property to disable the possibility of decommisioning bookie since it's a dangerous operations (enabled by default).

aluccaroni avatar Nov 12 '21 06:11 aluccaroni