Skip to content
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

mms should return 500 if triplestore times out #102

Closed
dlamoris opened this issue Dec 6, 2022 · 2 comments
Closed

mms should return 500 if triplestore times out #102

dlamoris opened this issue Dec 6, 2022 · 2 comments
Assignees

Comments

@dlamoris
Copy link
Contributor

dlamoris commented Dec 6, 2022

there seems to be some intermittent auth check failure when doing a model/lock query:
current config includes 2 groups that have admin cluster policy
when a user that's in both groups does a query, it sometimes responds with
org.openmbee.mms5.Http403Exception: User user (group1, group2) is not authorized to perform specified action on resource: User user does not exist or does not belong to any authorized groups.

@dlamoris dlamoris self-assigned this Dec 6, 2022
@dlamoris
Copy link
Contributor Author

dlamoris commented Dec 7, 2022

i think the 403 was just a red herring due to the triplestore returning 500 for a different reason (in this case timed out) - i believe what happened was the first query timedout with a 500, we then check the auth again and that also timed out

@dlamoris dlamoris changed the title investigate occasional 403 error mms should return 500 if triplestore times out Dec 12, 2022
@dlamoris
Copy link
Contributor Author

dlamoris commented Nov 3, 2023

obsolete

@dlamoris dlamoris closed this as completed Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant