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
- Version or commit-id (e.g. v0.1.0 or 8b23a93): 1.0-dev - Hardware parameters: - OS type: - Others:
DN failed to start:
panic: timeout goroutine 1 [running]: main.main() /go/src/github.com/matrixorigin/matrixone/cmd/mo-service/main.go:108 +0x436
raw log: Explore-logs-2023-10-12 12_23_40.txt
No response
The text was updated successfully, but these errors were encountered:
还没有明显进展,本地和eks上都无法复现。
主要的错误是 use of closed network connection,这个应该是超时的panic把程序停掉时,context 机制把协程停掉,然后报的。所以根本原因还是Read读操作 hang 住了。
use of closed network connection
Sorry, something went wrong.
fixed
closing as no longer reproduced
aylei
No branches or pull requests
Is there an existing issue for the same bug?
Environment
Actual Behavior
DN failed to start:
raw log:
Explore-logs-2023-10-12 12_23_40.txt
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: