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

slbotbm pushed a change to branch cpp-high-level-client-1
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 785ae28b1 fixes
     add f87ef77c3 chore(deps): Bump js-yaml from 4.3.1 to 4.3.2 in 
/foreign/node (#4107)
     add e37396b1c chore(deps): Bump joi from 17.13.4 to 17.13.7 in /web (#4106)
     add 73a0bed8b fix(consensus): count an unservable header as a nack (#4109)
     add ff2e7481c fix(shard): refuse a frame no consensus plane claims (#4103)
     add 91c3ca54b test(simulator): cover durability failures no existing test 
can reach (#4132)
     add dc2b38209 fix(integration): pull MinIO fixtures from quay instead of 
Docker Hub (#4148)
     add 23f32b8d9 Merge branch 'master' into cpp-high-level-client-1

No new revisions were added by this update.

Summary of changes:
 core/binary_protocol/src/consensus/operation.rs    |  40 +++
 core/configs/src/configs_impl/file_provider.rs     |  60 ++++
 core/consensus/src/dvc_merge.rs                    |  86 ++++--
 core/consensus/src/impls.rs                        |  82 +++--
 core/consensus/src/plane_helpers.rs                | 150 +++++++++-
 core/integration/tests/cluster/crash_durability.rs |  37 +++
 .../tests/connectors/fixtures/delta/fixture.rs     |   4 +-
 .../tests/connectors/fixtures/iceberg/container.rs |   4 +-
 .../connectors/fixtures/redshift/container.rs      |   2 +-
 .../tests/connectors/fixtures/redshift/sink.rs     |   4 +-
 .../tests/connectors/fixtures/s3/fixture.rs        |   2 +-
 core/metadata/src/impls/metadata.rs                |  19 +-
 core/partitions/src/iggy_partition.rs              | 122 ++++++--
 core/partitions/src/persistence.rs                 |  43 +++
 core/server/src/dispatch/partition.rs              | 118 +++++++-
 core/shard/src/lib.rs                              | 136 ++++++++-
 core/shard/src/metrics.rs                          |  43 +++
 core/simulator/src/lib.rs                          | 131 ++++++++
 core/simulator/src/storage.rs                      |  96 +++++-
 core/simulator/src/storage/tests.rs                | 332 ++++++++++++++++++++-
 core/simulator/src/workload/invariants.rs          |  30 ++
 foreign/node/package-lock.json                     |   6 +-
 web/package-lock.json                              |   6 +-
 23 files changed, 1430 insertions(+), 123 deletions(-)

Reply via email to