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

[13.0.x] ISPN-13625 Scaling up 8.3 cluster with payload is slower compared to 8.2 #9804

Merged
merged 2 commits into from Jan 12, 2022

Conversation

wburns
Copy link
Member

@wburns wburns commented Jan 12, 2022

https://issues.redhat.com/browse/ISPN-13625

Increase xmit_timeout in TCP stacks to 200ms
Increasing xmit_timeout reduces the number of attempts to resend
LEAVE_RSP when the destination is no longer reachable.

TCP already retransmits messages, so the UNICAST3 retransmission
is only needed when the connection is unstable or the destination's
thread pool is full.

ISPN-13625 Reduce UNICAST3.conn_close_timeout to 5000ms
Reducing conn_close_timeout reduces the number of attempts to resend
LEAVE_RSP when the destination is no longer reachable.

Increasing xmit_timeout reduces the number of attempts to resend
LEAVE_RSP when the destination is no longer reachable.

TCP already retransmits messages, so the UNICAST3 retransmission
is only needed when the connection is unstable or the destination's
thread pool is full.
Reducing conn_close_timeout reduces the number of attempts to resend
LEAVE_RSP when the destination is no longer reachable.
@wburns
Copy link
Member Author

wburns commented Jan 12, 2022

Backport of #9799, just waiting on CI before integrating.

@wburns wburns merged commit a98a180 into infinispan:13.0.x Jan 12, 2022
@wburns
Copy link
Member Author

wburns commented Jan 12, 2022

Integrated into 13.0.x!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants