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

hubcio pushed a change to branch feat/server-ng-perf
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 7bf57b250 smh
    omit 6baa4a97e refactor(server-ng): hash message checksum cover in single 
oneshot pass
    omit 1b8f3dbd5 perf(server-ng): reach single-node latency parity with 
legacy server
     add c5fec1ff6 test(integration): spec clients-table durability across node 
restart (#3736)
     new 3a944be28 perf(server-ng): reach single-node latency parity with 
legacy server

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   (7bf57b250)
            \
             N -- N -- N   refs/heads/feat/server-ng-perf (3a944be28)

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.

The 1 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:
 .../tests/cluster/client_table_restart.rs          | 382 +++++++++++++++++++++
 core/integration/tests/cluster/mod.rs              |  22 +-
 core/integration/tests/mod.rs                      |   5 +-
 .../tests/sdk/consumer_group_membership.rs         |  98 ------
 core/metadata/src/stm/consumer_group.rs            | 207 +----------
 core/metadata/src/stm/result.rs                    |  52 +--
 core/metadata/src/stm/snapshot.rs                  |   2 +-
 core/metadata/src/stm/stream.rs                    |  25 +-
 core/partitions/src/iggy_partition.rs              |  96 ++++--
 core/partitions/src/log.rs                         | 186 +++++++---
 core/partitions/src/poll_plan.rs                   |  20 +-
 core/server-ng/src/bootstrap.rs                    | 120 +------
 core/server-ng/src/partition_reconciler.rs         |  24 +-
 13 files changed, 684 insertions(+), 555 deletions(-)
 create mode 100644 core/integration/tests/cluster/client_table_restart.rs

Reply via email to