[infinispan-issues] [JBoss JIRA] (ISPN-2142) APPLY_STATE in StateTransferControlCommand uses an InvocationContext having local=true
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Fri Sep 21 10:04:36 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12720654#comment-12720654 ]
Adrian Nistor commented on ISPN-2142:
-------------------------------------
Yes Galder this is still relevant because the new ST code still uses CACHE_MODE_LOCAL flag for the put commands during apply state.
Maybe we can remove CACHE_MODE_LOCAL flag and add SKIP_INDEXING to avoid the side effect in Query module? Not sure if this is a legal move.
> APPLY_STATE in StateTransferControlCommand uses an InvocationContext having local=true
> --------------------------------------------------------------------------------------
>
> Key: ISPN-2142
> URL: https://issues.jboss.org/browse/ISPN-2142
> Project: Infinispan
> Issue Type: Bug
> Components: Querying, State transfer
> Affects Versions: 5.1.5.FINAL
> Reporter: Sanne Grinovero
> Assignee: Adrian Nistor
> Priority: Critical
> Fix For: 5.2.0.Beta1, 5.2.0.Final
>
>
> This causes nasty side effects on Query as it listens to write operations and needs to strictly discard those not originating locally.
> InvocationContext used with the APPLY_STATE command should have local=false.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list