-
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
Error when viewing DB in UI #103501
Comments
Hello, I am Blathers. I am here to help you get the issue triaged. It looks like you have not filled out the issue in the format of any of our templates. To best assist you, we advise you to use one of these templates. I have CC'd a few people who may be able to assist you:
If we have not gotten back to your issue within a few business days, you can try the following:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
cc @cockroachdb/disaster-recovery |
I think this is related to #103443 |
cc @kevin-v-ngo for triage
From the Console:
This is a regression, because in 22.2.9, I get the info message:
|
Are you able to load the page successfully as admin/root user or a user with My suspicion is that this isn't related to #103443 but would like to see if that is the case. Additionally, if you could share the response being sent back on the console, that would be helpful. |
@THardy98 i'm logged in as an admin and am seeing the following error in the console
Also i'm only getting this error for a specific DB the rest are working okay, if there's any over information I can provide please just let me know |
It looks like this is the offending statement as it's statement 7 in the list, but i'll confirm by running it when I get back later
|
@florence-crl my mistake, non-admin users need at least both @jrote1 Yes this is what I was thinking was causing the problem, this is not a privilege issue. @jbowens this looks similar to the key-range ordering issue we encountered before. Key ordering issues would occur when we tried to get disk size, though it could also be occuring when we try to get mvcc stats. |
@THardy98 the bug fix was only backported to the release-23.1 branch and not release.23.1.0, so it won’t be fixed until 23.1.2 |
Yes, release date is May 30th |
@THardy98 i've updated to the latest version and the issue is fixed. Thanks for your help |
I'm getting an error when trying to view the database page, i'm not sure what's causing this but i'm happy to provide any log files that are required. All other databases can be viewed in the UI, it's just this one with the error
Please describe the issue you observed, and any steps we can take to reproduce it:
To Reproduce
I'm not sure what caused this error I just created a database and imported a postgres backup
Additional data / screenshots
All nodes are live with no errors
If a node in your cluster encountered a fatal error, supply the contents of the
log directories (at minimum of the affected node(s), but preferably all nodes).
Note that log files can contain confidential information. Please continue
creating this issue, but contact [email protected] to submit the log
files in private.
If applicable, add screenshots to help explain your problem.
Environment:
Additional context
Unable to view the DB page
Add any other context about the problem here.
Jira issue: CRDB-28035
The text was updated successfully, but these errors were encountered: