]
Tristan Tarrant updated ISPN-11832:
-----------------------------------
Fix Version/s: 12.0.0.Final
(was: 12.0.0.CR1)
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.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.