]
Radim Vansa updated ISPN-7578:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
EntryWrappingInterceptor should not invoke tx commands synchronously
--------------------------------------------------------------------
Key: ISPN-7578
URL:
https://issues.jboss.org/browse/ISPN-7578
Project: Infinispan
Issue Type: Bug
Reporter: Radim Vansa
Assignee: Radim Vansa
{{EntryWrappingInterceptor.wrapEntriesForPrepare}} invokes sub-commands synchronously, as
we expect that these will be non-blocking. However if the sub-command needs to fetch
remote value (as ReadWrite* commands or PutKeyValueCommand with DELTA_WRITE does), we
block the thread in the meantime.