-
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
sql: nil pointer error in crdb_internal.create_join_token() #63819
Comments
Here's a stack trace:
cc @yuzefovich any idea what might have happened here? |
Looks like the panic happened inside |
I couldn't reproduce this locally, but here's everything from the test logs you should need to try...
|
You might also need to run |
Hmm I was able to reproduce this once, but not deterministically. I tried with
Note that this error happened with cluster setting
|
I think I've hit the limit of my ability to help here, so I'll let others chime in. In the mean time, I am removing the release blocker label since |
63852: server: skip TestTelemetrySQLStatsIndependence r=tbg a=knz This test flakes if the reg server is temporarily unavailable. Informs #63844, #63851, #63848 63854: sqlsmith: don't use crdb_internal.create_join_token r=yuzefovich a=yuzefovich This is an internal builtin, and we probably don't get much when using it in the sqlsmith. Currently this builtin occasionally leads to an internal error. Addresses: #63819. Release note: None Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
Closing due to staleness. |
roachtest.sqlsmith/setup=seed/setting=no-mutations failed with artifacts on master @ 3aad3f8a372090ddaedad0ad58a945fb399ddbc6:
Reproduce
To reproduce, try:
# From https://go.crdb.dev/p/roachstress, perhaps edited lightly. caffeinate ./roachstress.sh sqlsmith/setup=seed/setting=no-mutations
This test on roachdash | Improve this report!
Jira issue: CRDB-6784
The text was updated successfully, but these errors were encountered: