This is an automated email from the ASF dual-hosted git repository.
krishvishal pushed a change to branch vsr-dvc-headers
in repository https://gitbox.apache.org/repos/asf/iggy.git
from bb87450a7 Merge branch 'master' into vsr-dvc-headers
add 82fff6928 fix: address review comments
No new revisions were added by this update.
Summary of changes:
core/binary_protocol/src/consensus/error.rs | 10 +-
core/binary_protocol/src/consensus/header.rs | 133 ++++++---
core/configs/src/server_ng_config/metadata.rs | 6 +-
core/configs/src/server_ng_config/partition.rs | 6 +-
core/consensus/src/dvc_merge.rs | 106 +++++--
core/consensus/src/impls.rs | 55 +++-
core/consensus/src/plane_helpers.rs | 55 ++--
core/consensus/src/view_change_quorum.rs | 35 ++-
core/journal/src/lib.rs | 21 +-
core/journal/src/prepare_journal.rs | 4 +
core/partitions/src/iggy_partition.rs | 4 +-
core/partitions/src/journal.rs | 155 ++++++++++
core/partitions/src/log.rs | 8 +
core/partitions/src/offset_storage.rs | 200 ++++++++-----
core/partitions/src/poll_plan.rs | 30 +-
core/server-ng/config.toml | 10 +-
core/server-ng/src/offset_recovery.rs | 12 +-
core/server_common/src/send_messages2.rs | 54 ++--
core/shard/src/lib.rs | 397 ++++++++++++++++++++-----
core/shard/src/router.rs | 2 +-
core/simulator/src/deps.rs | 12 +-
21 files changed, 993 insertions(+), 322 deletions(-)