]
Nistor Adrian updated ISPN-11832:
---------------------------------
Status: Open (was: New)
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: 11.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.