This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch command-handler-impr
in repository https://gitbox.apache.org/repos/asf/iggy.git
discard 0e4a98838 fix(server): delete oldest segments instead of newest in
DeleteSegments API
discard d521d529b refactor(server): serialize all partition mutations through
message pump
discard 8ab7da36e refactor(server): streamline command handlers with
centralized execution
add 8cb4805db deps: bump workspace dependencies and migrate to rand 0.10
(#2727)
add 6e27a87ac refactor(server): streamline command handlers with
centralized execution
add f64283e31 refactor(server): serialize all partition mutations through
message pump
add 4aac62216 fix(server): delete oldest segments instead of newest in
DeleteSegments API
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 (0e4a98838)
\
N -- N -- N refs/heads/command-handler-impr (4aac62216)
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 | 573 +++++++++++++++--------
Cargo.toml | 64 +--
DEPENDENCIES.md | 64 ++-
core/bench/report/src/types/numeric_parameter.rs | 2 +-
core/bench/src/utils/batch_generator.rs | 2 +-
core/connectors/sources/random_source/src/lib.rs | 2 +-
core/consensus/src/vsr_timeout.rs | 2 +-
core/integration/src/harness/handle/server.rs | 2 +-
core/server/Cargo.toml | 4 +-
core/server/src/shard/execution.rs | 9 +-
core/server/src/shard/system/segments.rs | 2 +-
core/server/src/streaming/utils/crypto.rs | 2 +-
core/tools/src/data-seeder/seeder.rs | 2 +-
examples/rust/src/shared/messages_generator.rs | 2 +-
examples/rust/src/sink-data-producer/main.rs | 2 +-
15 files changed, 471 insertions(+), 263 deletions(-)