[
https://issues.jboss.org/browse/ISPN-8786?page=com.atlassian.jira.plugin....
]
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)