[infinispan-issues] [JBoss JIRA] (ISPN-2649) Extend PutMapCommandTest to test with optimistic caches and write skew check
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Mon Dec 17 11:17:08 EST 2012
[ https://issues.jboss.org/browse/ISPN-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-2649:
--------------------------------
Description:
There is no evidence yet that write skew check is properly performed for PutMapCommand in clustered mode. Need to cover this with a unit test.
What worries me is the BaseDistributionInterceptor.visitPutMapCommand() method calls handleWriteCommand() with parameter skipRemoteGet==true.
was:There is no evidence yet that write skew check is properly performed for PutMapCommand in clustered mode. Need to cover this with a unit test.
> Extend PutMapCommandTest to test with optimistic caches and write skew check
> ----------------------------------------------------------------------------
>
> Key: ISPN-2649
> URL: https://issues.jboss.org/browse/ISPN-2649
> Project: Infinispan
> Issue Type: Task
> Components: Core API
> Affects Versions: 5.2.0.Beta5
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 5.2.0.CR1
>
>
> There is no evidence yet that write skew check is properly performed for PutMapCommand in clustered mode. Need to cover this with a unit test.
> What worries me is the BaseDistributionInterceptor.visitPutMapCommand() method calls handleWriteCommand() with parameter skipRemoteGet==true.
--
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