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

JGRP-2838 Fix infinite loop in TCP when using use_acks #841

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

cfredri4
Copy link
Contributor

@cfredri4 cfredri4 commented Oct 1, 2024

2024-10-01 11:42:50.266+0000 [TQ-Bundler-7,app,app-5b57dcfd44-2n7wf-59692] TRACE org.jgroups.protocols.TCP [] [] - [trace] 10.244.8.175:7800: failed connecting to 10.244.15.77:7800: java.net.SocketTimeoutException: Connect timed out
2024-10-01 11:42:50.266+0000 [TQ-Bundler-7,app,app-5b57dcfd44-2n7wf-59692] TRACE org.jgroups.protocols.TCP [] [] - [trace] 10.244.8.175:7800: removed connection to 10.244.15.77:7800
2024-10-01 11:42:50.348+0000 [TQ-Bundler-7,app,app-5b57dcfd44-2n7wf-59692] TRACE org.jgroups.protocols.TCP [] [] - [trace] 10.244.8.175:7800: connecting to 10.244.15.77:7800
2024-10-01 11:42:52.351+0000 [TQ-Bundler-7,app,app-5b57dcfd44-2n7wf-59692] TRACE org.jgroups.protocols.TCP [] [] - [trace] 10.244.8.175:7800: failed connecting to 10.244.15.77:7800: java.net.SocketTimeoutException: Connect timed out
2024-10-01 11:42:52.351+0000 [TQ-Bundler-7,app,app-5b57dcfd44-2n7wf-59692] TRACE org.jgroups.protocols.TCP [] [] - [trace] 10.244.8.175:7800: removed connection to 10.244.15.77:7800
2024-10-01 11:42:52.395+0000 [TQ-Bundler-7,app,app-5b57dcfd44-2n7wf-59692] TRACE org.jgroups.protocols.TCP [] [] - [trace] 10.244.8.175:7800: connecting to 10.244.15.77:7800
2024-10-01 11:42:54.398+0000 [TQ-Bundler-7,app,app-5b57dcfd44-2n7wf-59692] TRACE org.jgroups.protocols.TCP [] [] - [trace] 10.244.8.175:7800: failed connecting to 10.244.15.77:7800: java.net.SocketTimeoutException: Connect timed out
2024-10-01 11:42:54.398+0000 [TQ-Bundler-7,app,app-5b57dcfd44-2n7wf-59692] TRACE org.jgroups.protocols.TCP [] [] - [trace] 10.244.8.175:7800: removed connection to 10.244.15.77:7800

@cfredri4 cfredri4 changed the title Fix infinite loop in TCP use_acks JGRP-2838 Fix infinite loop in TCP when using use_acks Oct 1, 2024
@belaban belaban merged commit 0154970 into belaban:master Oct 1, 2024
12 checks passed
@cfredri4 cfredri4 deleted the fix-infinite-loop-in-tcp-use_acks branch November 4, 2024 10:14
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.

2 participants