This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch fix_reconnect_panic
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 169b41866 Merge branch 'master' into fix_reconnect_panic
add 34e771a16 address review nits
No new revisions were added by this update.
Summary of changes:
core/common/src/error/iggy_error.rs | 2 +
core/consensus/src/impls.rs | 70 ++++++++++++----
core/consensus/src/metadata_helpers.rs | 1 +
core/integration/tests/mod.rs | 33 ++------
core/integration/tests/server/mod.rs | 6 +-
core/integration/tests/server/scenarios/mod.rs | 2 -
.../server/scenarios/purge_delete_scenario.rs | 50 ++++++++---
.../scenarios/reconnect_after_restart_scenario.rs | 4 +
.../scenarios/restart_offset_skip_scenario.rs | 6 +-
core/integration/tests/server/specific.rs | 22 +++--
core/metadata/src/impls/metadata.rs | 53 ++++++++++--
core/metadata/src/impls/recovery.rs | 17 ++--
core/metadata/src/stm/result.rs | 9 ++
core/metadata/src/stm/stream.rs | 18 ++--
core/partitions/src/iggy_partition.rs | 98 ++++++++++++++--------
core/partitions/src/iggy_partitions.rs | 24 +++---
core/sdk/src/leader_aware.rs | 81 ++++++++++++------
core/sdk/src/quic/quic_client.rs | 24 +++++-
core/sdk/src/tcp/tcp_client.rs | 56 ++++++++++---
core/sdk/src/websocket/websocket_client.rs | 24 +++++-
core/server-ng/src/auth.rs | 5 +-
core/server-ng/src/bootstrap.rs | 47 ++++++++++-
core/server-ng/src/dispatch.rs | 79 +++++++++++------
core/server-ng/src/http/error.rs | 4 +-
core/server-ng/src/http/reads.rs | 19 +++--
core/server-ng/src/http/reply.rs | 7 +-
core/server-ng/src/responses.rs | 10 ++-
core/shard/src/lib.rs | 17 ++--
28 files changed, 564 insertions(+), 224 deletions(-)