-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
roachtest: kv95/enc=false/nodes=3/cpu=32/size=64kb/no-admission failed #99610
Comments
Error when closing the http listener in
@cockroachdb/obs-inf-prs please take a look. [1] cockroach/pkg/server/server_http.go Lines 222 to 224 in 86279b0
|
I looked through the logs from the test artifacts where this error is initially logged, and could not find anything suggesting why this happened "use of closed network connection" (suggests that we are trying to close Looking through the code surrounding the block here, the only other place where this http listener is closed is https://github.com/cockroachdb/cmux/blob/master/cmux.go#L157-L159. The error handler by default is a function that always returns true so not really sure how this failure happened https://github.com/cockroachdb/cmux/blob/master/cmux.go#L66. It also seems like this test has not failed since first reported so could have been flake. I will try to repro myself using roachprod but if I cannot repro and it doesn't fail here again in the next few days, I think we can remove the release blocker tag. |
@dhartunian feel free to close this issue once #98600 is backported to 22.2. |
Do we want to fix this in time for 22.2.8 (see release announcement email)? |
I am tempted to say this is not a release blocker. @dhartunian should confirm |
Not a release blocker. Removed the labels. |
Fix was successfully backported into [1] #100772 |
roachtest.kv95/enc=false/nodes=3/cpu=32/size=64kb/no-admission failed with artifacts on release-22.2 @ 86279b015967e35804ba03036259e77999981d74:
Parameters:
ROACHTEST_cloud=gce
,ROACHTEST_cpu=32
,ROACHTEST_encrypted=false
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-25976
The text was updated successfully, but these errors were encountered: