[infinispan-issues] [JBoss JIRA] (ISPN-8786) Inconsistency if the WriteCommand isn't successful (triangle)
Pedro Ruivo (JIRA)
issues at jboss.org
Mon Mar 12 11:39:00 EDT 2018
[ https://issues.jboss.org/browse/ISPN-8786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pedro Ruivo updated ISPN-8786:
------------------------------
Description:
A stale read can happen in a backup owner if it performs a (conditional) write follow by a read operation.
If the write operation fails, it returns immediately but it may not have its local value updated. The read will return the old value.
Causes random failures:
{noformat}
*StrongCounter.compareAnd*()
{noformat}
was:
A stale read can happen in a backup owner if it performs a [conditional] write follow by a read operation.
If the write operation fails, it returns immediately but it may not have its local value updated. The read will return the old value.
Causes random failures in {{*StrongCounter.compareAnd*()}} tests.
> Inconsistency if the WriteCommand isn't successful (triangle)
> -------------------------------------------------------------
>
> Key: ISPN-8786
> URL: https://issues.jboss.org/browse/ISPN-8786
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
>
> A stale read can happen in a backup owner if it performs a (conditional) write follow by a read operation.
> If the write operation fails, it returns immediately but it may not have its local value updated. The read will return the old value.
> Causes random failures:
> {noformat}
> *StrongCounter.compareAnd*()
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list