sfc-gh-rliu opened a new issue, #1345: URL: https://github.com/apache/polaris/issues/1345
### Describe the bug `@PreMatching` filters run on Vertx event loop threads. In some cases, we make a blocking call to persistence in a filter, hence blocking the event loop thread, which is strongly discouraged. This occurs in ``` PolarisPrincipalAuthenticatorFilter PolarisPrincipalRolesProviderFilter ``` and potentially other filters. ### To Reproduce _No response_ ### Actual Behavior _No response_ ### Expected Behavior _No response_ ### Additional context _No response_ ### System information _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org