-
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
o11y: error 53200 when querying jobs table on DRT cluster #119384
Comments
There were 3 nodes down on the cluster at the time. Now that those nodes are back up, the page renders successfully. Would the above behaviour be expected in a cluster which is partially down? What's odd is that I was able to query the table directly when the cluster was partially down. |
This has also been discussed on slack. I agree with Steven that at this point we don't have profiles, logs, etc to say definitively what was using SQL memory, but the error seems expected given that some operation used up 7GiB of RAM on one node. What would have helped is if we had |
Thanks for the investigation @stevendanna and @yuzefovich. I'm closing this issue due to the lack of debug info. I've opened #119530 to track the enabling of the |
On node 4 of the DRT cluster, we're currently unable to query the jobs table:
In the logs we see
The table can be queried successfully from the sql shell.
I've saved off the logs on node 4 so they don't get overwritten (
cockroach.cct-232-0004.ubuntu.2024-02-20T13_03_18Z.1639320.log.saved
)Jira issue: CRDB-36175
The text was updated successfully, but these errors were encountered: