[ https://issues.apache.org/jira/browse/GEODE-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17542713#comment-17542713 ]
Jianxia Chen commented on GEODE-10305: -------------------------------------- The artifacts at [http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.1153/test-artifacts/1651794753/upgradetestfiles-openjdk8-1.15.0-build.1153.tgz] does not contain the failing server log. Because it is in a tmp directory /tmp/junit439159077415808630/server and the test infrastructure does not collect the logs to the final artifacts. So we are not sure why The Cache Server process terminated unexpectedly with exit status 1. Looking at the stack trace, the ServerLauncher is still in the process of starting. And the startup process is incomplete. gfsh start server command does not have all the output of a successful start. And because of this, there is no further test running for this particular iteration. i.e. this test iteration failed at the setup stage. I ran this test locally on my machine. All passed. So it's something flaky on the infrastructure I suspect. > CI Failure: > TomcatSessionBackwardsCompatibilityTomcat8WithOldModulesMixedWithCurrentCanDoPutFromOldModuleTest > failed > --------------------------------------------------------------------------------------------------------------------- > > Key: GEODE-10305 > URL: https://issues.apache.org/jira/browse/GEODE-10305 > Project: Geode > Issue Type: Bug > Components: tests > Affects Versions: 1.16.0 > Reporter: Eric Shu > Assignee: Jianxia Chen > Priority: Major > Labels: needsTriage > > {noformat} > org.gradle.internal.exceptions.DefaultMultiCauseException: Multiple Failures > (2 failures) > org.opentest4j.AssertionFailedError: [The Cache Server process > terminated unexpectedly with exit status 1. Please refer to the log file in > /tmp/junit439159077415808630/server for full details. > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in > [jar:file:/tmp/geode_container_install8549633813411705254/cargo_containers/Tomcat8AndCurrentModules/tomcat-8.5.66/apache-tomcat-8.5.66/lib/slf4j-jdk14-1.7.32.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/home/geode/geode/geode-assembly/build/install/apache-geode/lib/log4j-slf4j-impl-2.17.2.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > explanation. > SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory] > {noformat} > This is caused by ForcedDisconnectException during cache creation. > {noformat} > Exception in thread "main" > org.apache.geode.distributed.DistributedSystemDisconnectedException: > Distribution manager on > heavy-lifter-e2fd6dd2-c530-54ef-ab7c-b95e0e8cca34(server:240126)<v1>:41036 > started at Thu May 05 21:36:30 UTC 2022: Member isn't responding to heartbeat > requests, caused by org.apache.geode.ForcedDisconnectException: Member isn't > responding to heartbeat requests > at > org.apache.geode.distributed.internal.ClusterDistributionManager$Stopper.generateCancelledException(ClusterDistributionManager.java:2899) > at > org.apache.geode.distributed.internal.InternalDistributedSystem$Stopper.generateCancelledException(InternalDistributedSystem.java:1183) > at > org.apache.geode.internal.cache.GemFireCacheImpl$Stopper.generateCancelledException(GemFireCacheImpl.java:5201) > at > org.apache.geode.CancelCriterion.checkCancelInProgress(CancelCriterion.java:83) > at > org.apache.geode.cache.query.cq.internal.CqServiceImpl.<init>(CqServiceImpl.java:166) > at > org.apache.geode.cache.query.cq.internal.CqServiceFactoryImpl.create(CqServiceFactoryImpl.java:59) > at > org.apache.geode.cache.query.internal.cq.CqServiceProvider.create(CqServiceProvider.java:63) > at > org.apache.geode.internal.cache.GemFireCacheImpl.<init>(GemFireCacheImpl.java:1004) > at > org.apache.geode.internal.cache.GemFireCacheImpl.<init>(GemFireCacheImpl.java:864) > at > org.apache.geode.internal.cache.InternalCacheBuilder.create(InternalCacheBuilder.java:187) > 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.distributed.internal.DefaultServerLauncherCacheProvider.createCache(DefaultServerLauncherCacheProvider.java:52) > at > org.apache.geode.distributed.ServerLauncher.createCache(ServerLauncher.java:913) > at > org.apache.geode.distributed.ServerLauncher.start(ServerLauncher.java:814) > at > org.apache.geode.distributed.ServerLauncher.run(ServerLauncher.java:740) > at > org.apache.geode.distributed.ServerLauncher.main(ServerLauncher.java:259) > Caused by: org.apache.geode.ForcedDisconnectException: Member isn't > responding to heartbeat requests > at > org.apache.geode.distributed.internal.DistributionImpl$LifecycleListenerImpl.forcedDisconnect(DistributionImpl.java:941) > at > org.apache.geode.distributed.internal.membership.gms.GMSMembership$ManagerImpl.lambda$uncleanShutdownDS$0(GMSMembership.java:1792) > at java.lang.Thread.run(Thread.java:750) > {noformat} > Artifacts can be found here: > https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/upgrade-test-openjdk8/builds/331 -- This message was sent by Atlassian Jira (v8.20.7#820007)