Radim Vansa created ISPN-7578:
---------------------------------
Summary: 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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)