You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Quarkus try live reload, there's a exception: java.util.concurrent.RejectedExecutionException: Task io.smallrye.mutiny.infrastructure.MutinyScheduler$DecoratedRunnableTask@7a0339fc rejected from io.quarkus.mutiny.runtime.MutinyInfrastructure$1@41de07f[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0].
Apparently it's when loading the settings on startup. I have tried with: Vault 1.8.4 and Vault 1.12.2.
I opened this issue in the Quarkus repository, but I think this might be a good place as well.
Vault extension is preventing reload of quarkus.
I have one reproducer: https://github.com/quarkusio/quarkus/files/10221453/proj1.zip
It's a simple project, nothing of code, just basic Vault config.
When Quarkus try live reload, there's a exception:
java.util.concurrent.RejectedExecutionException: Task io.smallrye.mutiny.infrastructure.MutinyScheduler$DecoratedRunnableTask@7a0339fc rejected from io.quarkus.mutiny.runtime.MutinyInfrastructure$1@41de07f[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
.Apparently it's when loading the settings on startup. I have tried with: Vault 1.8.4 and Vault 1.12.2.
More details: quarkusio/quarkus#29841
The text was updated successfully, but these errors were encountered: