-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
OIDC 1.10.0.CR1 - event loop thread blocked #13249
Comments
@sberyozkin We need to eliminate all the "await". It's working by accident as the Uni items are cached, but it's not a good pattern to use these methods. It may end up blocking the event loop indefinitely if the retrieval hangs. CC @jponge |
@cescoffier yeah, I'm very sure the last enhancement is not at fault, it is @missourian55 If you are using Keycloak then you don't need |
Hi @gsmet, I think quarkus-bot is a bit too active here :-), |
@sberyozkin yeah, so it reacts exactly as the old GH action. The issue here is that we have the list of installed extensions which triggered a lot of rules. I'm not sure if we want to limit it to the title or not. |
@cescoffier @sberyozkin I consider this one blocking for the release so please make sure it is fixed soon. |
@gsmet Yeah, I'm on it right now; FYI, it has been a dormant issue; I have a very quick fix which I'll open later today if I get stuck with a proper Uni fix |
Describe the bug
Upgraded an existing app from 1.9.2.Final to 1.10.0.CR and I am getting below error
Expected behavior
OIDC hybrid auth should work
Actual behavior
Getting the above stacktrace
Configuration
Environment (please complete the following information):
uname -a
orver
: mac os & Linuxjava -version
: Java 11mvnw --version
orgradlew --version
): mvnwAdditional context
@sberyozkin Let me know if you need any additional details
The text was updated successfully, but these errors were encountered: