-
Notifications
You must be signed in to change notification settings - Fork 36
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
Micronaut 4.3.0+ and Micronaut GCP 5.4.0 Causes Stackoverflow on Startup #1045
Comments
we encountered the same issue. can't update to micronaut 4.3 |
@jeremyg484 Wondering if you think this issue could be related at all to the changes with the auth interceptor work you did? |
Based on the stack trace, I'm guessing Stackdriver is somehow incompatible with #1015 which was the follow-on to #1014, but this is a bit puzzling. You've tested without Stackdriver and this doesn't happen? With Stackdriver enabled, can you try setting |
Correct, disabling
Can confirm that this also gets passed the error. Happy to do more troubleshooting but I'm a bit at a loss as to what exactly is taking place. |
Thanks for confirming. I'll see if I can reproduce it in a local test. Using |
Expected Behavior
Application which starts correctly with GCP tracing enabled.
Actual Behaviour
With an application using Micronaut GCP 5.4.0 that has Stackdriver tracing enabled will receive a stack overflow at startup.
Stacktrace:
Removed a lot of the stack trace for brevity.
Is it possible it's related to: #1014 ?
Steps To Reproduce
Run a Micronaut 4.3.2 and Micronaut GCP 5.4.0 application with Google Stackdriver tracing enabled.
Environment Information
GCP Cloud Run
Example Application
No response
Version
4.3.1
The text was updated successfully, but these errors were encountered: