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] Symptom: A single machine occasionally a large area of dubbo call timeout, only one machine a problem, for a few seconds, too late to view the thread blocking information, the problem passed, after the past all indicators are normal, the problem occurred within the time of cpu and memory and disk indicators are normal, traffic is not high. The Dubbo provider service uses jdk 11 and the garbage collector is G1. The log shows that the request has entered the dubbo provider service, but the next step is performed 3 seconds later. No log is found during these 3 seconds. safepoint shows that no exception is found and there are many biased locks #15043

Open
3 of 4 tasks
yangshaotuo opened this issue Jan 9, 2025 · 2 comments
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@yangshaotuo
Copy link

Pre-check

  • I am sure that all the content I provide is in English.

Search before asking

  • I had searched in the issues and found no similar issues.

Apache Dubbo Component

Java SDK (apache/dubbo)

Dubbo Version

Dubbo:2.7.17
JDK:11

Steps to reproduce this issue

A single machine occasionally a large area of dubbo call timeout, only one machine a problem, for a few seconds, too late to view the thread blocking information, the problem passed, after the past all indicators are normal, the problem occurred within the time of cpu and memory and disk indicators are normal, traffic is not high

What you expected to happen

The Dubbo provider service uses jdk 11 and the garbage collector is G1. The log shows that the request has entered the dubbo provider service, but the next step is performed 3 seconds later. No log is found during these 3 seconds. safepoint shows that no exception is found and there are many biased locks

Anything else

No response

Are you willing to submit a pull request to fix on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@yangshaotuo yangshaotuo added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Jan 9, 2025
@AlbumenJ
Copy link
Member

Check if there are some huge request / response. This will block your I/O thread.

@songxiaosheng
Copy link
Member

If it can be reproduced, try packet capture analysis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Status: Todo
Development

No branches or pull requests

3 participants