Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
catch onBookieRackChange exception (#3060)
### Motivation When we update the bookie rack info, it will use all the bookie list to update rack topology. However If one bookie update failed and throw exception out, it will throw the exception out and the remains bookie info won't be updated into the rack topology, which will affect the ledger ensemble selection. ### Changes Catch the bookie topology update exception to ensure the remaining bookies' info can be updated into the rack topology.
- Loading branch information