Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions rust/NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
`InvalidArgument` when ACK or recovery deadlines exceed the platform
monotonic-clock range. Server-advertised graceful-rotation periods are capped
at one year.
- Fixed Arrow Flight explicit close during recovery. Close now interrupts recovery
backoff, connection setup, ready-signal waiting, and replay; the supervisor finalizes
exactly once, preserves real peer/authentication errors, and retains only the correct
unacknowledged batch suffixes.
- Fixed Arrow Flight recovery sender lifetime: replacement senders are now published
only after pending replay succeeds, while initial supervisor handoff and failed or
cancelled replay promptly drop redundant senders instead of retaining incomplete
Expand Down
Loading
Loading