-
Notifications
You must be signed in to change notification settings - Fork 208
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
Bootstrapped status not properly handled #560
Labels
bug
Something isn't working
Comments
I was not able to reproduce it with current master (5761b53) when running from the jar.
I get 500 all the time... Caused by: |
I was able to reproduce with #581 |
Fixed by #579. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The "bootstrapped" status is incorrectly assumed to be true after a single request, despite asking to run
bootstrap
.Repro:
polaris-dropwizard-service
./gradlew :polaris-dropwizard-service:runApp
curl http://127.0.0.1:8181/api/catalog/v1/config
--> HTTP/500 / "Error 500 java.lang.IllegalStateException: Realm is not bootstrapped, please run server in bootstrap mode." --> OKcurl http://127.0.0.1:8181/api/catalog/v1/config
--> HTTP/401 UnauthorizedTo Reproduce
No response
Actual Behavior
No response
Expected Behavior
No response
Additional context
No response
System information
No response
The text was updated successfully, but these errors were encountered: