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

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


    from 2709ad817 Merge branch 'master' into fix_rust_sdk_reconnection
     add 6df20bbca fix(ci): disable Go caching to eliminate duplicate-restore 
errors (#2877)
     add cc5dedfb7 chore(consensus): enable pedantic and nursery clippy lints 
(#2870)
     add 734264945 chore(clock, journal): enable pedantic and nursery clippy 
lints (#2874)
     add bf460c3ae chore(partitions): enable pedantic and nursery clippy lints 
(#2876)
     add 512522dab Merge branch 'master' into fix_rust_sdk_reconnection

No new revisions were added by this update.

Summary of changes:
 .github/actions/go/pre-merge/action.yml            |   7 +-
 .../actions/utils/setup-go-with-cache/action.yml   |  37 ++---
 .github/workflows/_common.yml                      |   5 +-
 .github/workflows/_test_examples.yml               |   4 +-
 .github/workflows/post-merge.yml                   |   2 +-
 core/clock/Cargo.toml                              |   5 +
 core/consensus/Cargo.toml                          |   5 +
 core/consensus/src/impls.rs                        | 169 ++++++++++++++-------
 core/consensus/src/lib.rs                          |   2 +-
 core/consensus/src/namespaced_pipeline.rs          |  17 ++-
 core/consensus/src/plane_helpers.rs                |  44 +++++-
 core/consensus/src/plane_mux.rs                    |  14 +-
 core/consensus/src/view_change_quorum.rs           |  30 ++--
 core/consensus/src/vsr_timeout.rs                  |  35 +++--
 core/journal/Cargo.toml                            |   5 +
 core/partitions/Cargo.toml                         |   5 +
 core/partitions/src/iggy_partition.rs              |  13 +-
 core/partitions/src/iggy_partitions.rs             |  55 ++++---
 core/partitions/src/journal.rs                     |   4 +-
 core/partitions/src/lib.rs                         |   4 +
 core/partitions/src/log.rs                         |  22 +--
 core/partitions/src/types.rs                       |  38 +++--
 22 files changed, 344 insertions(+), 178 deletions(-)

Reply via email to