X Tutup
Skip to content

Decouple read buffer from connector#5462

Closed
NinoFloris wants to merge 3 commits intomainfrom
refactor-read-buffer
Closed

Decouple read buffer from connector#5462
NinoFloris wants to merge 3 commits intomainfrom
refactor-read-buffer

Conversation

@NinoFloris
Copy link
Copy Markdown
Member

@NinoFloris NinoFloris commented Nov 27, 2023

In #5454 I had to make a fairly unappealing test as I needed a connector to be able to use the column stream.

Additionally we had some unresolved uglyness around LongRunningConnection/commandscope after doing #5123.

So after we recently discussed improving localized recovery in #5440 I decided it was time for me to understand the cancellation mechanisms in place more deeply and improve separation.

This is one step towards recovering from timeouts/OCEs in a more localized fashion as all control is now situated in the connector. Future work would be to allow Cancel to withhold breaking the connection and instead just cancel the current operation.

@NinoFloris NinoFloris added this to the 9.0.0 milestone Nov 30, 2023
@NinoFloris NinoFloris marked this pull request as draft December 2, 2023 13:15
@vonzshik vonzshik modified the milestones: 9.0.0, 10.0.0 Oct 21, 2024
@roji roji removed the enhancement label Jun 14, 2025
@NinoFloris
Copy link
Copy Markdown
Member Author

This did not pan out.

@NinoFloris NinoFloris closed this Oct 29, 2025
@vonzshik vonzshik removed this from the 10.0.0 milestone Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup