This is an automated email from the ASF dual-hosted git repository.

hubcio pushed a change to branch topic_durability
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 7343be420 Merge branch 'master' into topic_durability
     new b569985ac test(integration): deflake expiry, bootstrap and consumer 
group tests
     new df0d49ff7 fixes

The 2 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:
 Cargo.lock                                         |   1 +
 core/bench/src/args/examples.rs                    |   5 +-
 .../kinds/balanced/producer_and_consumer_group.rs  |   4 +-
 .../kinds/end_to_end/producing_consumer_group.rs   |   2 +-
 core/bench/src/args/kinds/pinned/consumer.rs       |   2 +-
 core/bench/src/utils/mod.rs                        |  50 ++++-
 core/consensus/src/impls.rs                        | 175 +++++++++++-----
 core/consensus/src/plane_helpers.rs                | 227 +++++++++++++++++++--
 core/integration/src/harness/disk.rs               |  13 +-
 .../tests/cluster/crash_recovery_corruption.rs     |  36 ++--
 .../tests/cluster/staggered_bootstrap.rs           |  49 ++---
 ...h_multiple_clients_polling_messages_scenario.rs |   6 +-
 .../server/scenarios/message_cleanup_scenario.rs   | 154 ++++++--------
 core/journal/Cargo.toml                            |   3 +
 core/journal/src/durable_storage.rs                |   6 +-
 core/journal/src/partition_journal.rs              | 155 ++++++++++++--
 core/journal/src/partition_journal/segments.rs     |  47 +++--
 core/metadata/src/stm/stream.rs                    |   9 +-
 core/partitions/src/iggy_partition.rs              | 185 +++++++++++++++--
 core/partitions/src/offset_storage.rs              |   4 +
 core/partitions/src/persistence.rs                 |  24 +--
 core/partitions/src/state_transfer.rs              |  30 ++-
 core/server/config.toml                            |   6 +-
 core/server/src/dispatch/partition.rs              | 108 ++++++++++
 core/server/src/partition_helpers.rs               |  93 ++++++++-
 core/server/src/responses.rs                       |   2 +-
 core/server/src/segment_recovery.rs                |   4 +-
 core/server/src/server_error.rs                    |  36 +++-
 core/server_common/src/fs_utils.rs                 |  19 +-
 core/shard/src/lib.rs                              |   6 +
 core/shard/src/metrics.rs                          |   6 +-
 core/shard/src/router.rs                           |  11 +-
 core/simulator/src/replica.rs                      |   2 +-
 core/simulator/src/storage.rs                      |  13 +-
 core/simulator/src/storage/tests.rs                | 108 ++++++++++
 35 files changed, 1263 insertions(+), 338 deletions(-)

Reply via email to