Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c/members_manager: validate if node exists in the cluster before update
Previously `members_manager::handle_configuration_update_request` method did not validate if a node exists in the cluster. This lead to assertion being triggered when resulting cluster configuration was checked. Added validation of node existence in the `members_table`. Fixes: redpanda-data#13108 Signed-off-by: Michal Maslanka <michal@redpanda.com>
- Loading branch information