[Rust] Preserve acknowledgement deadlines during Arrow Flight graceful close - #592
Draft
teodordelibasic-db wants to merge 1 commit into
Conversation
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-ack-deadlines
branch
from
July 27, 2026 16:22
44ed996 to
8f9f7c7
Compare
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-graceful-close-deadlines
branch
from
July 27, 2026 16:22
ea43ced to
1aeda06
Compare
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-ack-deadlines
branch
from
July 27, 2026 16:34
8f9f7c7 to
280cfe5
Compare
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-graceful-close-deadlines
branch
from
July 27, 2026 16:34
1aeda06 to
52117f3
Compare
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-ack-deadlines
branch
from
July 27, 2026 16:39
280cfe5 to
1203a2f
Compare
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-graceful-close-deadlines
branch
from
July 27, 2026 16:39
52117f3 to
d57185d
Compare
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-ack-deadlines
branch
from
July 28, 2026 09:32
1203a2f to
0fc8c1a
Compare
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-graceful-close-deadlines
branch
from
July 28, 2026 09:32
d57185d to
3e6e1a2
Compare
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-ack-deadlines
branch
from
July 28, 2026 09:36
0fc8c1a to
1203a2f
Compare
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-graceful-close-deadlines
branch
from
July 28, 2026 09:36
3e6e1a2 to
d57185d
Compare
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-ack-deadlines
branch
from
July 28, 2026 13:33
1203a2f to
45e6faf
Compare
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
teodordelibasic-db
force-pushed
the
effort/zerobus-sdk-graceful-close-deadlines
branch
from
July 28, 2026 14:10
d57185d to
ef9641a
Compare
teodordelibasic-db
changed the base branch from
effort/zerobus-sdk-ack-deadlines
to
effort/zerobus-sdk-per-batch-ack-deadlines
July 28, 2026 14:11
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.
What changes are proposed in this pull request?
This is the final change in the stack and depends on the per-batch acknowledgement-deadline change.
This PR preserves Arrow Flight acknowledgement deadlines while a server-initiated graceful close is in progress.
Without this change, entering graceful close suppresses the acknowledgement timeout until the close wait ends. A server close signal can therefore extend the time an unacknowledged batch remains pending, and repeated signals can move that recovery bound further into the future.
How is this tested?