-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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: admission-control/tpcc-olap/nodes=3/cpu=8/w=50/c=96 failed #103692
Comments
All nodes were still running, but gRPC connections appeared to be failing on n1 and n2. The check itself is trying to fetch time series metrics via the gRPC JSON gateway for about 30 seconds: cockroach/pkg/cmd/roachtest/tests/admission_control_tpcc_overload.go Lines 124 to 136 in fc68b0f
cockroach/pkg/cmd/roachtest/tests/ts_util.go Lines 102 to 103 in d26f0c3
However, we're also seeing node readiness checks fail with the same error on n1 and n2:
@tbg The connection reuse errors seem suspect. I know you've been working in the RPC area lately, any of this seem related? |
103609: roachtest: fix drain test's log searching r=rafiss a=rafiss c4b6958 changed how the --drain-wait calculation is done, so we must update the test to account for that. fixes #103577 Release note: None 103716: tracingpb: fix missing return in `Recording.SafeFormat()` r=erikgrinaker a=erikgrinaker This led to out of bounds panics, e.g.: ``` <empty recording>%!v(PANIC=SafeFormat method: runtime error: index out of range [0] with length 0) ``` Follows #103034. Touches #103692. Epic: none Release note: None Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Erik Grinaker <[email protected]>
I'll have to double check but I don't think I merged any of my changes related to this already, so this is looking like a pre-existing bug, at least not newly introduced over the last few weeks but possibly new in 23.1, we'll have to investigate. |
roachtest.admission-control/tpcc-olap/nodes=3/cpu=8/w=50/c=96 failed with artifacts on master @ a226099dfee6ac0159c0c40a54aaa753d646cf6e:
Parameters:
ROACHTEST_cloud=gce
,ROACHTEST_cpu=8
,ROACHTEST_encrypted=true
,ROACHTEST_fs=ext4
,ROACHTEST_localSSD=true
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-28138
Epic: CRDB-28893
The text was updated successfully, but these errors were encountered: