This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch deserialization-hardening
in repository https://gitbox.apache.org/repos/asf/iggy.git
from e1f116b0b Merge branch 'master' into deserialization-hardening
add 51cb96951 refactor(partitions): add plane trait and refactor
partitions module (#2744)
add aeb02fbaa Merge branch 'master' into deserialization-hardening
No new revisions were added by this update.
Summary of changes:
core/consensus/src/impls.rs | 4 +
core/consensus/src/lib.rs | 18 ++
core/consensus/src/plane_helpers.rs | 271 +++++++++++++++++++++
core/metadata/src/impls/metadata.rs | 296 +++--------------------
core/metadata/src/lib.rs | 4 +-
core/partitions/src/iggy_partition.rs | 76 +++++-
core/partitions/src/iggy_partitions.rs | 425 +++++++--------------------------
core/partitions/src/lib.rs | 52 ++--
core/simulator/src/lib.rs | 3 +-
9 files changed, 522 insertions(+), 627 deletions(-)
create mode 100644 core/consensus/src/plane_helpers.rs