wip: ingest - #1407
Open
AntiO2 wants to merge 14 commits into
Open
Conversation
…urable local journal Define immutable batch identities and exact stream seals without requiring business primary keys. Add a bounded local journal with synced durable-prefix markers, restart replay, content-conflict detection, and authoritative-abort fencing. Keep staging independent of existing row allocation and indexes. Add 17 contract cases, JUnit wrappers, and a dependency-free verification script. This is the staging foundation; it does not enable SQL INSERT or implement participant registration, transaction decisions, or committed installation.
…pshot-safe buffer reads Add column-batch RPC, durable decisions, private preparation, idempotent installation through existing indexes, and query publication. Repair buffer prefetch completion, bitmap association, and native reader buffer ownership. Add real-storage and separate-process SQL fixtures. The matching connector E2E passed three independent runs; deployment and GC limitations remain documented.
…ingestion writers Assign independent transaction-local writer IDs to concrete PageSink instances, even when they share a Trino task ID. Persist allocation request tokens for idempotent responses across coordinator restart; bound allocations and fence new writers after transaction sealing or abort. Add seven regression tests including concurrent allocation, replay, conflicting request identities, capacity limits, and existing stream compatibility.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.