[
https://issues.jboss.org/browse/ISPN-2522?page=com.atlassian.jira.plugin....
]
Dan Berindei commented on ISPN-2522:
------------------------------------
The writing thread starts executing txs while the first node is alone in the cluster
(topology id = 0). Because of ISPN-4519, prepare commands are not broadcasted between the
2nd node joining the JGroups view and the 1st starting the rebalance. But
TxCompletionNotificationCommands *are* broadcasted, and they are queued on the 2nd node
until it receives the REBALANCE_START command. After that, because of ISPN-4503, the
queued TxCompletedNotificationCommands delay the execution of the REBALANCE_START command,
and the test times out waiting for the rebalance to end.
The
org.infinispan.statetransfer.StateTransferCacheLoaderFunctionalTest
(StateTransferFunctionTest) tests fail periodically
---------------------------------------------------------------------------------------------------------------------------
Key: ISPN-2522
URL:
https://issues.jboss.org/browse/ISPN-2522
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Test Suite - Core
Reporter: Anna Manukyan
Assignee: Dan Berindei
Labels: testsuite_stability
The following tests of
org.infinispan.statetransfer.StateTransferCacheLoaderFunctionalTest class are failing
periodically during JDG 6.1.0.ER3 build testing:
org.infinispan.statetransfer.StateTransferCacheLoaderFunctionalTest.testSTWithWritingNonTxThread
org.infinispan.statetransfer.StateTransferCacheLoaderFunctionalTest.testSTWithWritingTxThread
You can find the failure logs here:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/edg-60-ispn-testsuite...
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/edg-60-ispn-testsuite...
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/edg-60-ispn-testsuite...
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/edg-60-ispn-testsuite...
The same issue happens to org.infinispan.statetranser.StateTransferFunctionTest tests(the
parent test class).
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/edg-60-ispn-testsuite...
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/edg-60-ispn-testsuite...
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)