-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c/members_table: include members table version in the snapshot
Members table version is updated only when cluster membership is updated. The version must be included in the snapshot as it not always equal to the snapshot last applied offset. This PR makes the `members_table::version` consistent across the nodes even if controller snapshot was applied. The version is exposed to end users in `/v1/brokers/cluster_view` endpoint. Fixes: CORE-6783 Signed-off-by: Michał Maślanka <[email protected]>
- Loading branch information
1 parent
7086631
commit d496741
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters