This is an automated email from the ASF dual-hosted git repository.
numinnex pushed a change to branch peer_shard_read_stale_state
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 66677fc68 Merge branch 'master' into peer_shard_read_stale_state
add 456c38a01 address review comments
No new revisions were added by this update.
Summary of changes:
.../tests/server/http_read_your_writes.rs | 104 ++++++++++--
core/metadata/src/applied_frontier.rs | 132 +++++++++++++--
core/server/src/boot/mod.rs | 7 +-
core/server/src/dispatch/mod.rs | 77 ++++++++-
core/server/src/dispatch/reads.rs | 184 ++++++++++++++-------
core/server/src/dispatch/submit.rs | 38 +----
core/server/src/http/forward.rs | 59 ++++++-
core/server/src/http/handlers.rs | 88 ++++++----
core/server/src/http/reads.rs | 110 +++++++-----
core/server/src/http/state.rs | 28 ++++
core/server/src/lib.rs | 6 +-
core/server/src/responses.rs | 82 ++++++---
core/server/src/session_manager.rs | 39 +++++
core/shard/src/metrics.rs | 52 ++++++
core/simulator/src/lib.rs | 123 +++++++++++---
15 files changed, 870 insertions(+), 259 deletions(-)