-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Bug] Report generation failure #367
Comments
Bisection shows that the first bad commit was #352 , interestingly enough. |
Generation works with Quarkus 3.2.6 and 3.2.7, but fails with 3.2.8-3.2.11. Nothing in the 3.2.8 release notes jumps out as an obvious cause. |
Could it be that the layered caching is no longer layering as expected and the memory cache layer is getting an instance of itself, instead of the storage layer to delegate to? |
Setting |
My closest finding so far is quarkusio/quarkus#35664 / quarkusio/quarkus#35674 . If I remove the |
Current Behavior
On latest main smoketest, try to generate a report by expanding a recording table row (active or archived).
Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: