This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a change to branch durable-offset-watermark
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit 7bd04e661 Merge branch 'master' into durable-offset-watermark
omit 3b0d2c880 fix(partitions): reserve offsets before confirming them
new ef0c73ccf fix(partitions): reserve offsets before confirming them
new 4be4ac52e fix(partitions): claim the first offset block at partition
create
new c22e79817 fix(partitions): refuse a create whose first offset claim
fails
new 71a5672b1 refactor(partitions): drop the redundant first-claim gate
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 (7bd04e661)
\
N -- N -- N refs/heads/durable-offset-watermark (71a5672b1)
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 4 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:
core/integration/tests/server/http_vsr.rs | 89 ++++++++++++++++
core/partitions/src/iggy_partition.rs | 157 +++++------------------------
core/server/src/partition_helpers.rs | 162 ++++++++++++++++++++++++------
core/server/src/server_error.rs | 15 +++
core/simulator/src/lib.rs | 41 --------
5 files changed, 258 insertions(+), 206 deletions(-)