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

[Bug] the client can not handle the closed tcp without rst/fin #872

Open
3 tasks done
absolute8511 opened this issue Nov 20, 2024 · 2 comments · May be fixed by #870
Open
3 tasks done

[Bug] the client can not handle the closed tcp without rst/fin #872

absolute8511 opened this issue Nov 20, 2024 · 2 comments · May be fixed by #870
Labels
type/bug Something isn't working

Comments

@absolute8511
Copy link

Before Creating the Bug Report

  • I found a bug, not just asking a question, which should be created in GitHub Discussions.

  • I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.

  • I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.

Programming Language of the Client

Java

Runtime Platform Environment

Any

RocketMQ Version of the Client/Server

Any

Run or Compiler Version

Any

Describe the Bug

If the tcp is closed abnormal without a fin or rst, the client will continue send request using the broken channel and will always timeout for a long time. We should turn on the keep alive for the grpc to detect this issue.

Steps to Reproduce

Drop the packets after tcp establish, the client will timeout for a long time.

What Did You Expect to See?

The client should try to create a new connection after keep alive timeout

What Did You See Instead?

the client will timeout for a long time and did not create a new connection

Additional Context

No response

@absolute8511 absolute8511 added the type/bug Something isn't working label Nov 20, 2024
Copy link

This issue is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs.

@github-actions github-actions bot added the stale Pull request is stale label Dec 21, 2024
Copy link

This issue was closed because it has been inactive for 3 days since being marked as stale.

@lizhimins lizhimins reopened this Jan 21, 2025
@github-actions github-actions bot removed the stale Pull request is stale label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
2 participants