Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutboundTcpConnection retries #472

Open
wants to merge 24 commits into
base: palantir-cassandra-2.2.18
Choose a base branch
from

Conversation

wi11dey
Copy link
Contributor

@wi11dey wi11dey commented Mar 13, 2024

See CASSANDRA-12192

We can't just backport apache/cassandra@c26bd91#diff-c046af874a6d4e07ac5f07f7ac54ae90d2b293dd1ccd06a47bbb9e2b4e5d59dbL585 because we need to retry immediately at least once when the we get a connection reset or broken pipe; retrying by putting back at the end of the queue is too late and the client messages will get expired/cleared just sitting in the queue

@wi11dey wi11dey changed the title Cross VPC testing branch Cross VPC retries Mar 13, 2024
@wi11dey wi11dey changed the title Cross VPC retries OutboundTcpConnection retries Mar 18, 2024
@wi11dey wi11dey marked this pull request as ready for review March 18, 2024 19:44
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.

None yet

3 participants