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
omit 82db2b459 Merge branch 'master' into peer_shard_read_stale_state
omit 412014a7b docs(simulator): add a README for the deterministic harness
(#4047)
omit 7e98cabe4 Merge branch 'master' into peer_shard_read_stale_state
omit 05b3d74b9 test(java): add Pinot connector E2E coverage (#3922)
omit 873c6ce6a docs: mention the PHP SDK in the README (#4041)
omit a7fcf9282 chore(deps): Bump the python group across 2 directories with
1 update (#4039)
add 3d95831b0 address review comments
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 (82db2b459)
\
N -- N -- N refs/heads/peer_shard_read_stale_state (3d95831b0)
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:
.github/actions/java-gradle/pre-merge/action.yml | 6 -
README.md | 2 +-
.../org/apache/iggy/bdd/BasicMessagingSteps.java | 4 +-
bdd/python/uv.lock | 38 +-
core/integration/tests/server/http_client.rs | 75 +++-
.../tests/server/http_read_your_writes.rs | 137 ++++++
core/integration/tests/server/http_view_header.rs | 71 +---
core/integration/tests/server/mod.rs | 3 +
core/metadata/src/applied_frontier.rs | 300 +++++++++++++
core/metadata/src/impls/metadata.rs | 71 ++--
core/metadata/src/lib.rs | 5 +
core/server/src/boot/mod.rs | 23 +-
core/server/src/boot/threads.rs | 5 +-
core/server/src/dispatch/reads.rs | 348 ++++++++++++---
core/server/src/dispatch/submit.rs | 151 ++++++-
core/server/src/http.rs | 3 +-
core/server/src/http/extractor.rs | 20 +-
core/server/src/http/handlers.rs | 43 +-
core/server/src/http/reads.rs | 255 ++++++-----
core/server/src/http/reply.rs | 30 +-
core/server/src/http/session.rs | 72 +---
core/server/src/http/state.rs | 122 ++++--
core/server/src/http/submit.rs | 18 +-
core/server/src/lib.rs | 5 +
core/server/src/responses.rs | 50 ++-
core/server/src/session_manager.rs | 16 +-
core/shard/src/lib.rs | 6 +-
core/simulator/README.md | 236 -----------
core/simulator/src/client.rs | 99 ++---
core/simulator/src/lib.rs | 23 +-
core/simulator/src/replica.rs | 13 +-
examples/python/uv.lock | 38 +-
.../iggy-connector-pinot/build.gradle.kts | 25 +-
.../iggy-connector-pinot/integration-test.sh | 234 +++++++++++
.../connector/pinot/IggyPinotIntegrationTest.java | 465 ---------------------
35 files changed, 1664 insertions(+), 1348 deletions(-)
create mode 100644 core/integration/tests/server/http_read_your_writes.rs
create mode 100644 core/metadata/src/applied_frontier.rs
delete mode 100644 core/simulator/README.md
create mode 100755
foreign/java/external-processors/iggy-connector-pinot/integration-test.sh
delete mode 100644
foreign/java/external-processors/iggy-connector-pinot/src/test/java/org/apache/iggy/connector/pinot/IggyPinotIntegrationTest.java