[JBoss JIRA] (ISPN-9940) CoordinatorStopTest.testCoordinatorLeaving random failures
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-9940?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9940:
-------------------------------
Status: Open (was: Pull Request Sent)
> CoordinatorStopTest.testCoordinatorLeaving random failures
> ----------------------------------------------------------
>
> Key: ISPN-9940
> URL: https://issues.jboss.org/browse/ISPN-9940
> Project: Infinispan
> Issue Type: Bug
> Reporter: Dan Berindei
> Priority: Major
> Labels: testsuite_stability
> Attachments: short_ISPN-9588_reproducer_20190206-1100_CoordinatorStopTest-infinispan-core.log
>
>
> There appear to be multiple failure modes:
> {noformat}
> 11:32:17,920 ERROR (jgroups-4,NodeB-49595:[]) [DelayedViewJGroupsTransport] Timed out waiting for view to be unblocked: [NodeB-49595|3] (2) [NodeB-49595, NodeC-2725]
> 11:32:17,925 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed: org.infinispan.scattered.statetransfer.CoordinatorStopTest.testCoordinatorLeaves[bias=NEVER]
> org.infinispan.test.TestException: java.util.concurrent.TimeoutException
> at org.infinispan.util.ControlledRpcManager.uncheckedGet(ControlledRpcManager.java:257) ~[test-classes/:?]
> at org.infinispan.util.ControlledRpcManager$SentRequest.expectAllResponses(ControlledRpcManager.java:580) ~[test-classes/:?]
> at org.infinispan.util.ControlledRpcManager$SentRequest.receiveAll(ControlledRpcManager.java:596) ~[test-classes/:?]
> at org.infinispan.scattered.statetransfer.CoordinatorStopTest.testCoordinatorLeaves(CoordinatorStopTest.java:162) ~[test-classes/:?]
> {noformat}
> {noformat}
> org.infinispan.util.concurrent.TimeoutException: Timed out waiting for a response for StateRequestCommand{cache=___defaultcache, origin=CoordinatorStopTest-NodeC-51924, type=CONFIRM_REVOKED_SEGMENTS, topologyId=9, segments={0}}
> at org.infinispan.util.ControlledRpcManager$InternalRequest.peekResponse(ControlledRpcManager.java:334)
> at org.infinispan.util.ControlledRpcManager$SentRequest.receiveAll(ControlledRpcManager.java:610)
> at org.infinispan.scattered.statetransfer.CoordinatorStopTest.testCoordinatorLeaves(CoordinatorStopTest.java:161)
> at org.infinispan.commons.test.TestNGLongTestsHook.run(TestNGLongTestsHook.java:24)
> 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)
> Suppressed: org.infinispan.util.logging.TraceException
> at org.infinispan.remoting.rpc.RpcManagerImpl.blocking(RpcManagerImpl.java:277)
> at org.infinispan.util.AbstractDelegatingRpcManager.blocking(AbstractDelegatingRpcManager.java:112)
> at org.infinispan.scattered.impl.ScatteredStateConsumerImpl.handleSegments(ScatteredStateConsumerImpl.java:159)
> at org.infinispan.statetransfer.StateConsumerImpl.onTopologyUpdate(StateConsumerImpl.java:364)
> at org.infinispan.scattered.impl.ScatteredStateConsumerImpl.onTopologyUpdate(ScatteredStateConsumerImpl.java:101)
> at org.infinispan.statetransfer.StateTransferManagerImpl.doTopologyUpdate(StateTransferManagerImpl.java:198)
> at org.infinispan.statetransfer.StateTransferManagerImpl.access$000(StateTransferManagerImpl.java:57)
> at org.infinispan.statetransfer.StateTransferManagerImpl$1.rebalance(StateTransferManagerImpl.java:116)
> at org.infinispan.topology.LocalTopologyManagerImpl.doHandleRebalance(LocalTopologyManagerImpl.java:519)
> at org.infinispan.topology.LocalTopologyManagerImpl.lambda$handleRebalance$3(LocalTopologyManagerImpl.java:477)
> {noformat}
> Initially I thought it was related to ISPN-9588 and JGRP-2293, but the failure seems to be related to the way the test blocks the view installation and sometimes does not unblock it.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (ISPN-10099) Some modules disable execution default-test but not java8-test
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-10099?page=com.atlassian.jira.plugin... ]
Dan Berindei updated ISPN-10099:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Some modules disable execution default-test but not java8-test
> --------------------------------------------------------------
>
> Key: ISPN-10099
> URL: https://issues.jboss.org/browse/ISPN-10099
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 9.4.11.Final, 10.0.0.Beta3
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.13.Final
>
>
> ISPN-9959 introduced executions {{java8-test}} and {{java10-test}}, but some modules (e.g. {{jcache/tck-runner}}) only disable the {{default-test}} execution when they want to skip Surefire completely.
> When profile {{java8-test}} is activated, Surefire tries to run the tests for those modules and fails:
> {noformat}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (java8-test) on project infinispan-jcache-tck-runner: Illegal parallel='tests' -> [Help 1]
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (ISPN-10029) Transactional invalidation cache with shared store prone to stale reads, even with FORCE_WRITE_LOCK
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-10029?page=com.atlassian.jira.plugin... ]
Dan Berindei edited comment on ISPN-10029 at 4/11/19 10:29 AM:
---------------------------------------------------------------
* Lock tx keys on the primary owner
* Keep locking non-tx keys only on the originator
* InvalidationSharedStoreTest tests that global locks protect the shared store with pessimistic and optimistic locking
* Require partition handling to be disabled in invalidation mode
was (Author: dan.berindei):
* Lock tx keys on the primary owner
* Keep locking non-tx keys only on the originator
* InvalidationSharedStoreTest tests that global locks protect the shared store with pessimistic and optimistic locking
> Transactional invalidation cache with shared store prone to stale reads, even with FORCE_WRITE_LOCK
> ---------------------------------------------------------------------------------------------------
>
> Key: ISPN-10029
> URL: https://issues.jboss.org/browse/ISPN-10029
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.3.6.Final, 9.4.11.Final
> Reporter: Paul Ferraro
> Assignee: Dan Berindei
> Priority: Critical
> Attachments: InvalidationLockingTest.java
>
>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months