]
Will Burns updated ISPN-11832:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
ProtobufMetadataManagerInterceptor is blocking
----------------------------------------------
Key: ISPN-11832
URL:
https://issues.redhat.com/browse/ISPN-11832
Project: Infinispan
Issue Type: Bug
Components: Indexing
Reporter: Will Burns
Priority: Major
Fix For: 12.0.0.Final
The interceptor uses invoke on the AsyncInterceptorChain in multiple places. This
invocation can and will block. We should be using invokeAsync and chaining the stage.