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

hubcio pushed a change to branch bump-edge-next
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit f28546ef3 Merge branch 'master' into bump-edge-next
    omit 0c0bfad0d chore(repo): bump versions (patch) to edge.1 after 0.8.0 
release
     add 7c00c5d8a fix(connectors): log underlying errors instead of discarding 
them in SDK poll/consume paths (#3200)
     add 00df60b05 feat(consensus): cache reply payload and notify subscriber 
on commit (#3223)
     add 3284f6fb4 chore(repo): bump versions (patch) to edge.1 after 0.8.0 
release

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f28546ef3)
            \
             N -- N -- N   refs/heads/bump-edge-next (3284f6fb4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                    |   2 +-
 Cargo.toml                                    |   1 +
 core/binary_protocol/src/consensus/command.rs |   3 +-
 core/binary_protocol/src/consensus/error.rs   |   3 +
 core/binary_protocol/src/consensus/header.rs  | 246 +++++++-
 core/binary_protocol/src/consensus/message.rs |   5 +
 core/binary_protocol/src/consensus/mod.rs     |   6 +-
 core/binary_protocol/src/lib.rs               |   9 +-
 core/connectors/sdk/src/sink.rs               |  89 +--
 core/connectors/sdk/src/source.rs             |  18 +-
 core/connectors/sinks/delta_sink/Cargo.toml   |   2 +
 core/consensus/Cargo.toml                     |   1 +
 core/consensus/src/client_table.rs            | 770 ++++++++++++--------------
 core/consensus/src/impls.rs                   | 568 ++++++++++++++++---
 core/consensus/src/lib.rs                     |  45 +-
 core/consensus/src/metadata_helpers.rs        | 729 ++++++++++++++++++++++++
 core/consensus/src/oneshot.rs                 | 407 ++++++++++++++
 core/consensus/src/plane_helpers.rs           | 191 ++-----
 core/metadata/src/impls/metadata.rs           | 517 +++++++++++++----
 core/metadata/src/lib.rs                      |   2 +-
 core/partitions/src/iggy_partition.rs         | 245 ++++----
 core/sdk/src/session.rs                       |   8 +-
 core/server-ng/Cargo.toml                     |   1 -
 core/server-ng/src/login_register.rs          | 564 +++++++++----------
 core/simulator/src/lib.rs                     | 173 ++++--
 core/simulator/src/ready_queue.rs             |   1 -
 scripts/bump-version.sh                       |  56 +-
 27 files changed, 3401 insertions(+), 1261 deletions(-)
 create mode 100644 core/consensus/src/metadata_helpers.rs
 create mode 100644 core/consensus/src/oneshot.rs

Reply via email to