We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0-dev
1f3926e
- Hardware parameters: - OS type: - Others:
CN has over 100K wait active queue size.
But there are only 200 goroutines waiting in waitActive stack:
profile: gorutines.txt
Also, there is no explicit goroutine hold txn handler in the goroutine list.
Wait active queue size should be correct.
see https://grafana.cn-dev.matrixone.tech/goto/CTg6Gq7Ng?orgId=1
No response
The text was updated successfully, but these errors were encountered:
从goroutine文件看,(*MOServer).handleConn( 的个数 与 (*waiter).wait(的个数相同。大概100个。 初步看不是fe的线程导致的active queue size异常。
(*MOServer).handleConn(
(*waiter).wait(
Sorry, something went wrong.
fixed
升级后未再复现
aylei
No branches or pull requests
Is there an existing issue for the same bug?
Branch Name
2.0-dev
Commit ID
1f3926e
Other Environment Information
Actual Behavior
CN has over 100K wait active queue size.
But there are only 200 goroutines waiting in waitActive stack:
profile: gorutines.txt
Also, there is no explicit goroutine hold txn handler in the goroutine list.
Expected Behavior
Wait active queue size should be correct.
Steps to Reproduce
see https://grafana.cn-dev.matrixone.tech/goto/CTg6Gq7Ng?orgId=1
Additional information
No response
The text was updated successfully, but these errors were encountered: