[JBoss JIRA] (ISPN-5146) all.embedded.EmbeddedAllTest.testAllEmbeddedClustered fails with AssertionError on Solaris
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-5146?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk closed ISPN-5146.
-----------------------------------
Resolution: Duplicate Issue
> all.embedded.EmbeddedAllTest.testAllEmbeddedClustered fails with AssertionError on Solaris
> ------------------------------------------------------------------------------------------
>
> Key: ISPN-5146
> URL: https://issues.jboss.org/browse/ISPN-5146
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 7.0.2.Final, 7.1.0.Beta1
> Environment: Solaris11 Sparc, Oracle JDK7
> Reporter: Vitalii Chepeliuk
> Labels: testsuite_stability
>
> {noformat}
> Stacktrace
> java.lang.AssertionError: expected:<value1> but was:<null>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at org.infinispan.all.embedded.EmbeddedAllTest.testAllEmbeddedClustered(EmbeddedAllTest.java:80)
> Standard Error
> Jan 13, 2015 5:19:04 PM org.infinispan.remoting.transport.jgroups.JGroupsTransport start
> INFO: ISPN000078: Starting JGroups Channel
> Jan 13, 2015 5:19:04 PM org.infinispan.remoting.transport.jgroups.JGroupsTransport buildChannel
> INFO: ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration!
> Jan 13, 2015 5:19:04 PM org.jgroups.logging.JDKLogImpl warn
> WARNING: JGRP000014: Discovery.num_initial_members has been deprecated: will be ignored
> Jan 13, 2015 5:19:05 PM org.jgroups.logging.JDKLogImpl warn
> WARNING: JGRP000015: the receive buffer of socket DatagramSocket was set to 20MB, but the OS only allocated 2.1MB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
> Jan 13, 2015 5:19:05 PM org.jgroups.logging.JDKLogImpl warn
> WARNING: JGRP000015: the receive buffer of socket MulticastSocket was set to 25MB, but the OS only allocated 2.1MB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
> Jan 13, 2015 5:19:20 PM org.infinispan.remoting.transport.jgroups.JGroupsTransport viewAccepted
> INFO: ISPN000094: Received new cluster view: [node2-61360|0] (1) [node2-61360]
> Jan 13, 2015 5:19:20 PM org.infinispan.remoting.transport.jgroups.JGroupsTransport startJGroupsChannelIfNeeded
> INFO: ISPN000079: Cache local address is node2-61360, physical addresses are [127.0.0.1:52001]
> {noformat}
> *JENKINS JOB:* https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (ISPN-5146) all.embedded.EmbeddedAllTest.testAllEmbeddedClustered fails with AssertionError on Solaris
by Vitalii Chepeliuk (JIRA)
Vitalii Chepeliuk created ISPN-5146:
---------------------------------------
Summary: all.embedded.EmbeddedAllTest.testAllEmbeddedClustered fails with AssertionError on Solaris
Key: ISPN-5146
URL: https://issues.jboss.org/browse/ISPN-5146
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 7.1.0.Beta1, 7.0.2.Final
Environment: Solaris11 Sparc, Oracle JDK7
Reporter: Vitalii Chepeliuk
{noformat}
Stacktrace
java.lang.AssertionError: expected:<value1> but was:<null>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.infinispan.all.embedded.EmbeddedAllTest.testAllEmbeddedClustered(EmbeddedAllTest.java:80)
Standard Error
Jan 13, 2015 5:19:04 PM org.infinispan.remoting.transport.jgroups.JGroupsTransport start
INFO: ISPN000078: Starting JGroups Channel
Jan 13, 2015 5:19:04 PM org.infinispan.remoting.transport.jgroups.JGroupsTransport buildChannel
INFO: ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration!
Jan 13, 2015 5:19:04 PM org.jgroups.logging.JDKLogImpl warn
WARNING: JGRP000014: Discovery.num_initial_members has been deprecated: will be ignored
Jan 13, 2015 5:19:05 PM org.jgroups.logging.JDKLogImpl warn
WARNING: JGRP000015: the receive buffer of socket DatagramSocket was set to 20MB, but the OS only allocated 2.1MB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
Jan 13, 2015 5:19:05 PM org.jgroups.logging.JDKLogImpl warn
WARNING: JGRP000015: the receive buffer of socket MulticastSocket was set to 25MB, but the OS only allocated 2.1MB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
Jan 13, 2015 5:19:20 PM org.infinispan.remoting.transport.jgroups.JGroupsTransport viewAccepted
INFO: ISPN000094: Received new cluster view: [node2-61360|0] (1) [node2-61360]
Jan 13, 2015 5:19:20 PM org.infinispan.remoting.transport.jgroups.JGroupsTransport startJGroupsChannelIfNeeded
INFO: ISPN000079: Cache local address is node2-61360, physical addresses are [127.0.0.1:52001]
{noformat}
*JENKINS JOB:* https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (ISPN-5054) EntryRetrieverReplPartitionHandlingTest.testRetrievalWhenPartitionIsDegrated fails intermittently
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-5054?page=com.atlassian.jira.plugin.... ]
Dan Berindei commented on ISPN-5054:
------------------------------------
The problem seems to be that the test doesn't wait for the partitions to actually enter degraded mode before starting the iteration. In replicated mode all the keys are local, so it can finish successfully between the JGroups view being installed and the cache topology being updated.
{noformat}
11:23:21,567 TRACE (testng-EntryRetrieverReplPartitionHandlingTest:) [BasePartitionHandlingTest] New views installed
11:23:21,567 TRACE (testng-EntryRetrieverReplPartitionHandlingTest:) [InvocationContextInterceptor] Invoked with command org.infinispan.commands.read.EntryRetrievalCommand@318802 and InvocationContext [org.infinispan.context.impl.NonTxInvocationContext@32a81ceb]
11:23:21,568 ERROR (testng-EntryRetrieverReplPartitionHandlingTest:) [UnitTestTestNGListener] Test testRetrievalWhenPartitionIsDegrated(org.infinispan.partitionhandling.EntryRetrieverReplPartitionHandlingTest) failed.
org.testng.TestException:
Method EntryRetrieverDistPartitionHandlingTest.testRetrievalWhenPartitionIsDegrated()[pri:0, instance:org.infinispan.partitionhandling.EntryRetrieverReplPartitionHandlingTest@4010d494] should have thrown an exception of class org.infinispan.partitionhandling.AvailabilityException
11:23:21,568 ERROR (transport-thread-NodeA-p30559-t4:) [PreferConsistencyStrategy] ISPN000318: Cache ___defaultcache lost at least half of the stable members, assuming a network split and entering degraded mode. Current members are [NodeA-23274, NodeB-35032], lost members are [NodeC-63977, NodeD-22740], stable members are [NodeA-23274, NodeB-35032, NodeC-63977, NodeD-22740]
{noformat}
> EntryRetrieverReplPartitionHandlingTest.testRetrievalWhenPartitionIsDegrated fails intermittently
> -------------------------------------------------------------------------------------------------
>
> Key: ISPN-5054
> URL: https://issues.jboss.org/browse/ISPN-5054
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Test Suite - Core
> Affects Versions: 7.0.2.Final
> Reporter: William Burns
> Priority: Blocker
> Labels: testsuite_stability
>
> This test has failed for a bit on an off.
> http://ci.infinispan.org/project.html?projectId=Infinispan&testNameId=502...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (ISPN-5065) Test org.infinispan.test.integration.as.HotRodClientIT.testCacheManager fails
by Martin Gencur (JIRA)
[ https://issues.jboss.org/browse/ISPN-5065?page=com.atlassian.jira.plugin.... ]
Martin Gencur resolved ISPN-5065.
---------------------------------
Resolution: Rejected
This bug does not appear in upstream Infinispan.
> Test org.infinispan.test.integration.as.HotRodClientIT.testCacheManager fails
> -----------------------------------------------------------------------------
>
> Key: ISPN-5065
> URL: https://issues.jboss.org/browse/ISPN-5065
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Reporter: Vojtech Juranek
> Assignee: Martin Gencur
>
> Test {{org.infinispan.test.integration.as.HotRodClientIT.testCacheManager}} fails on JDK6 with
> {{java.lang.NoClassDefFoundError: org/infinispan/client/hotrod/configuration/Configuration}}:
> {noformat}
> Caused by: java.lang.ClassNotFoundException: org.infinispan.client.hotrod.configuration.Configuration from [Module "deployment.remote-client.war:main" from Service Module Loader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213) [jboss-modules.jar:1.3.4.Final-redhat-1]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459) [jboss-modules.jar:1.3.4.Final-redhat-1]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408) [jboss-modules.jar:1.3.4.Final-redhat-1]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389) [jboss-modules.jar:1.3.4.Final-redhat-1]
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134) [jboss-modules.jar:1.3.4.Final-redhat-1]
> ... 55 more
> {noformat}
> for full stack trace see [this Jenkins job|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/j...]
> On JDK7 fails with {{Could not fetch transport}}:
> {noformat}
> org.infinispan.client.hotrod.exceptions.TransportException: Could not fetch transport
> at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
> at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
> at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:117)
> at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport.<init>(TcpTransport.java:67)
> at org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory.makeObject(TransportObjectFactory.java:36)
> at org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory.makeObject(TransportObjectFactory.java:16)
> at org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:1220)
> at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.borrowTransportFromPool(TcpTransportFactory.java:356)
> at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.getTransport(TcpTransportFactory.java:213)
> at org.infinispan.client.hotrod.impl.operations.FaultTolerantPingOperation.getTransport(FaultTolerantPingOperation.java:27)
> at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:49)
> at org.infinispan.client.hotrod.impl.RemoteCacheImpl.ping(RemoteCacheImpl.java:573)
> at org.infinispan.client.hotrod.RemoteCacheManager.ping(RemoteCacheManager.java:650)
> at org.infinispan.client.hotrod.RemoteCacheManager.createRemoteCache(RemoteCacheManager.java:631)
> at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:549)
> at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:544)
> at org.infinispan.test.integration.as.HotRodClientIT.testCacheManager(HotRodClientIT.java:42)
> {noformat}
> see e.g. [this Jenkins job|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/j...]
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months