[JBoss JIRA] (ISPN-5198) FuturesTest.testCombineWithCompletionErrors random failures
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-5198:
---------------------------------------
Summary: FuturesTest.testCombineWithCompletionErrors random failures
Key: ISPN-5198
URL: https://issues.jboss.org/browse/ISPN-5198
Project: Infinispan
Issue Type: Feature Request
Components: Test Suite - Core
Affects Versions: 7.1.0.Final
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
{code}
[pri:0, instance:org.infinispan.commons.util.concurrent.FuturesTest@60e31054] should have thrown an exception of class java.util.concurrent.ExecutionException
at org.testng.internal.Invoker.handleInvocationResults(Invoker.java:1512)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:754)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
------- Stdout: -------
{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 10 months
[JBoss JIRA] (ISPN-5197) JGroupsTransport.getViewId() returns too soon
by Dan Berindei (JIRA)
Dan Berindei created ISPN-5197:
----------------------------------
Summary: JGroupsTransport.getViewId() returns too soon
Key: ISPN-5197
URL: https://issues.jboss.org/browse/ISPN-5197
Project: Infinispan
Issue Type: Bug
Components: Core, State Transfer
Affects Versions: 7.1.0.Final, 7.0.3.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 7.2.0.Alpha1
The method waits for the view to be updated in the underlying {{JChannel}}, but the {{JGroupsTransport}} fields containing the view information may not be updated yet. Callers of the method that try to read the view information (e.g. the coordinator address) from {{JGroupsTransport}} could then see the old values.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 10 months
[JBoss JIRA] (ISPN-5197) JGroupsTransport.getViewId() returns too soon
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-5197?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-5197:
-------------------------------
Status: Open (was: New)
> JGroupsTransport.getViewId() returns too soon
> ---------------------------------------------
>
> Key: ISPN-5197
> URL: https://issues.jboss.org/browse/ISPN-5197
> Project: Infinispan
> Issue Type: Bug
> Components: Core, State Transfer
> Affects Versions: 7.0.3.Final, 7.1.0.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 7.2.0.Alpha1
>
>
> The method waits for the view to be updated in the underlying {{JChannel}}, but the {{JGroupsTransport}} fields containing the view information may not be updated yet. Callers of the method that try to read the view information (e.g. the coordinator address) from {{JGroupsTransport}} could then see the old values.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 10 months