]
Will Burns updated ISPN-11832:
------------------------------
Fix Version/s: 12.0.0.CR1
(was: 12.0.0.Final)
ProtobufMetadataManagerInterceptor is blocking
----------------------------------------------
Key: ISPN-11832
URL:
https://issues.redhat.com/browse/ISPN-11832
Project: Infinispan
Issue Type: Bug
Components: Indexing
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 12.0.0.CR1
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.