[infinispan-issues] [JBoss JIRA] (ISPN-7578) EntryWrappingInterceptor should not invoke tx commands synchronously
Radim Vansa (JIRA)
issues at jboss.org
Wed Mar 8 08:01:00 EST 2017
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)
More information about the infinispan-issues
mailing list