[ 
https://issues.apache.org/jira/browse/GEODE-10265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hale Bales updated GEODE-10265:
-------------------------------
    Issue Type: Test  (was: Bug)

> DurableClientSimpleDUnitTest.testReadyForEventsNotCalledImplicitlyForRegisterInterestWithCacheXML
>  cannot be run in parallel with itself.
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-10265
>                 URL: https://issues.apache.org/jira/browse/GEODE-10265
>             Project: Geode
>          Issue Type: Test
>          Components: tests
>            Reporter: Mark Hanson
>            Priority: Major
>
> This test uses a hardcoded cache.xml with a server port inside that is 
> hardcoded. Basically, the second test started in parallel will have a bind 
> error because the port is already in use. We should consider generating the 
> file rather than using a static one.
>  
> Stress-new-test failure.
> [https://concourse.apachegeode-ci.info/builds/48751343]
>  
> This issue was discovered as part of the stress-new-test of GEODE-10228's PR
> {noformat}
> <client-cache>
>     <pool 
>     name="client" 
>     subscription-enabled="true" 
>     load-conditioning-interval="60000"
>     read-timeout="30000" retry-attempts="5" >
> The Problem ----> <server host="localhost" port="10188" /> <---- The Problem
>     </pool>
>     <region name="testReadyForEventsNotCalledImplicitlyWithCacheXML_region" >
>     <region-attributes 
> id="testReadyForEventsNotCalledImplicitlyWithCacheXML_region" 
> statistics-enabled="true"  pool-name="client" refid="PROXY">
>         
> <cache-listener><class-name>org.apache.geode.internal.cache.tier.sockets.CacheServerTestUtil$ControlListener</class-name></cache-listener>
>     </region-attributes>
>     </region>
> </client-cache> {noformat}
>  
> {noformat}
> DurableClientSimpleDUnitTest > 
> testReadyForEventsNotCalledImplicitlyForRegisterInterestWithCacheXML FAILED
>     org.gradle.internal.exceptions.DefaultMultiCauseException: Multiple 
> Failures (2 failures)
>       org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.tier.sockets.DurableClientSimpleDUnitTest$$Lambda$364/438711076.call
>  in VM 0 running on Host 
> heavy-lifter-f7bd4fb4-95bb-5e71-b25c-83f8d8a79c56.c.apachegeode-ci.internal 
> with 4 VMs
>       java.lang.AssertionError: Suspicious strings were written to the log 
> during this run.
>     Fix the strings or use IgnoredException.addIgnoredException to ignore.
>     -----------------------------------------------------------------------
>     Found suspect string in 'dunit_suspect-vm0.log' at line 450
>     [error 2022/04/28 00:39:54.901 UTC <RMI TCP Connection(1)-10.0.2.23> 
> tid=32] Cache initialization for GemFireCache[id = 1097663966; isClosing = 
> false; isShutDownAll = false; created = Thu Apr 28 00:37:54 UTC 2022; server 
> = true; copyOnRead = false; lockLease = 120; lockTimeout = 60] failed because:
>     org.apache.geode.GemFireIOException: While starting cache server 
> CacheServer on port=10188 client subscription config policy=entry client 
> subscription config capacity=1000 client subscription config overflow 
> directory=.
>       at 
> org.apache.geode.internal.cache.xmlcache.CacheCreation.startCacheServers(CacheCreation.java:801)
>       at 
> org.apache.geode.internal.cache.xmlcache.CacheCreation.create(CacheCreation.java:600)
>       at 
> org.apache.geode.internal.cache.xmlcache.CacheXmlParser.create(CacheXmlParser.java:339)
>       at 
> org.apache.geode.internal.cache.GemFireCacheImpl.loadCacheXml(GemFireCacheImpl.java:4202)
>       at 
> org.apache.geode.internal.cache.GemFireCacheImpl.initializeDeclarativeCache(GemFireCacheImpl.java:1620)
>       at 
> org.apache.geode.internal.cache.GemFireCacheImpl.initialize(GemFireCacheImpl.java:1445)
>       at 
> org.apache.geode.internal.cache.InternalCacheBuilder.create(InternalCacheBuilder.java:191)
>       at 
> org.apache.geode.internal.cache.InternalCacheBuilder.create(InternalCacheBuilder.java:158)
>       at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:142)
>       at 
> org.apache.geode.internal.cache.tier.sockets.CacheServerTestUtil.createCacheServerFromXmlN(CacheServerTestUtil.java:253)
>       at 
> org.apache.geode.internal.cache.tier.sockets.DurableClientSimpleDUnitTest.lambda$testReadyForEventsNotCalledImplicitlyForRegisterInterestWithCacheXML$515fd116$1(DurableClientSimpleDUnitTest.java:584)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:498)
>       at 
> org.apache.geode.test.dunit.internal.MethodInvoker.executeObject(MethodInvoker.java:123)
>       at 
> org.apache.geode.test.dunit.internal.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:78)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:498)
>       at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
>       at sun.rmi.transport.Transport$1.run(Transport.java:200)
>       at sun.rmi.transport.Transport$1.run(Transport.java:197)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
>       at 
> sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
>       at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
>       at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at 
> sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
>       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:750)
>     Caused by: java.net.BindException: Failed to create server socket on 
> 10.0.2.23[10188]
>       at 
> org.apache.geode.distributed.internal.tcpserver.ClusterSocketCreatorImpl.createServerSocket(ClusterSocketCreatorImpl.java:75)
>       at 
> org.apache.geode.internal.net.SCClusterSocketCreator.createServerSocket(SCClusterSocketCreator.java:55)
>       at 
> org.apache.geode.internal.net.SocketCreator.createServerSocket(SocketCreator.java:491)
>       at 
> org.apache.geode.internal.cache.tier.sockets.AcceptorImpl.<init>(AcceptorImpl.java:573)
>       at 
> org.apache.geode.internal.cache.tier.sockets.AcceptorBuilder.create(AcceptorBuilder.java:291)
>       at 
> org.apache.geode.internal.cache.CacheServerImpl.createAcceptor(CacheServerImpl.java:420)
>       at 
> org.apache.geode.internal.cache.CacheServerImpl.start(CacheServerImpl.java:377)
>       at 
> org.apache.geode.internal.cache.xmlcache.CacheCreation.startCacheServers(CacheCreation.java:797)
>       ... 33 more
>     Caused by: java.net.BindException: Address already in use (Bind failed)
>       at java.net.PlainSocketImpl.socketBind(Native Method)
>       at 
> java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
>       at java.net.ServerSocket.bind(ServerSocket.java:390)
>       at 
> org.apache.geode.distributed.internal.tcpserver.ClusterSocketCreatorImpl.createServerSocket(ClusterSocketCreatorImpl.java:72)
>       ... 40 more
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to