[
https://issues.jboss.org/browse/ISPN-8431?page=com.atlassian.jira.plugin....
]
Radim Vansa edited comment on ISPN-8431 at 6/14/18 10:28 AM:
-------------------------------------------------------------
It seems that this happens only when the node already has the {{RemoteMetadata}} with the
proper version: -if it does not the command is retried as the value in DC has changed in
the meantime, but if we have the metadata the version matches.-
However it can happen even if the full value is not updated yet, as setting the value in
put-from-prefetch does not call {{RepeatableReadEntry.updatePreviousValue()}} and this is
what the command returns.
was (Author: rvansa):
It seems that this happens only when the node already has the {{RemoteMetadata}} with the
proper version: -if it does not the command is retried as the value in DC has changed in
the meantime, but if we have the metadata the version matches.-
However it can happen even if the full value is not updated yet, as setting the value in
put-from-prefetch does not call RepeatableReadEntry.updatePreviousValue() and this is what
the command returns.
ScatteredSplitAndMergeTest random failures
------------------------------------------
Key: ISPN-8431
URL:
https://issues.jboss.org/browse/ISPN-8431
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.2.0.Alpha1
Environment: Jenkins
Reporter: Tristan Tarrant
Assignee: Radim Vansa
Labels: testsuite_stability
Attachments: ScatteredSplitAndMergeTest_20180129.log.gz,
ScatteredSplitAndMergeTest_ISPN-7919_RpcManager_ResponseCollector_20171212.log.gz
http://ci.infinispan.org/job/Infinispan/job/master/214/testReport/junit/o...
java.lang.AssertionError: expected [null] but found [v0]
at
org.infinispan.partitionhandling.ScatteredSplitAndMergeTest.testSplitAndMerge(ScatteredSplitAndMergeTest.java:80)
at
org.infinispan.partitionhandling.ScatteredSplitAndMergeTest.testSplitAndMerge5(ScatteredSplitAndMergeTest.java:51)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
... Removed 20 stack frames
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)