This is an automated email from the ASF dual-hosted git repository.
gkoszyk pushed a change to branch metadata-refactor
in repository https://gitbox.apache.org/repos/asf/iggy.git
from d492b12c2 refactor(server): add metadata module foundation
add 54153ee34 feat(cluster): Impl VSR `view_change` (#2546)
new bf93c6b53 Merge branch 'master' into metadata-refactor
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
core/common/src/types/consensus/header.rs | 202 ++++++++++++
core/consensus/src/impls.rs | 532 +++++++++++++++++++++++++++++-
core/consensus/src/lib.rs | 2 +
core/consensus/src/view_change_quorum.rs | 102 ++++++
core/consensus/src/vsr_timeout.rs | 7 +
5 files changed, 842 insertions(+), 3 deletions(-)
create mode 100644 core/consensus/src/view_change_quorum.rs