This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch nonblocking-consensus
in repository https://gitbox.apache.org/repos/asf/iggy.git
discard 7dec4e9e6 feat(consensus): implement per-partition consensus
add f428078af refactor(consensus): couple message assoc type (#2761)
add 6d5233bbc fix(ci): skip stable Docker tags in check-tags during
auto-publish (#2759)
add f8566c546 feat(web): update benchmark dashboard dark mode to Iggy
brand colors (#2738)
add 84345802a refactor(consensus): enable independent commit progress
across namespaces
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7dec4e9e6)
\
N -- N -- N refs/heads/nonblocking-consensus (84345802a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/publish.yml | 11 +
core/bench/dashboard/frontend/assets/style.css | 93 +++--
.../frontend/src/components/chart/plot_trend.rs | 45 ++-
core/bench/report/src/plotting/chart.rs | 2 +-
core/consensus/src/impls.rs | 411 ++++++++++++++++++++-
core/consensus/src/lib.rs | 35 +-
core/consensus/src/plane_helpers.rs | 29 +-
core/metadata/src/impls/metadata.rs | 24 +-
core/partitions/src/iggy_partitions.rs | 143 ++++---
core/simulator/src/deps.rs | 5 +-
core/simulator/src/lib.rs | 17 +-
core/simulator/src/replica.rs | 42 +--
12 files changed, 651 insertions(+), 206 deletions(-)