Barrett Oglesby created GEODE-8196:
--------------------------------------
Summary: CI failure:
RollingUpgradeQueryReturnsCorrectResultsAfterClientAndServersAreRolledOver >
luceneQueryReturnsCorrectResultsAfterClientAndServersAreRolledOver failed with
suspect string
Key: GEODE-8196
URL: https://issues.apache.org/jira/browse/GEODE-8196
Project: Geode
Issue Type: Bug
Components: tests
Reporter: Barrett Oglesby
UpgradeTestOpenJDK8 build 210:
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/UpgradeTestOpenJDK8/builds/210
Failed with:
{noformat}
org.apache.geode.cache.lucene.RollingUpgradeQueryReturnsCorrectResultsAfterClientAndServersAreRolledOver
>
luceneQueryReturnsCorrectResultsAfterClientAndServersAreRolledOver[from_v1.9.1,
with reindex=false, singleHopEnabled=true] FAILED
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 log4j at line 8536
/home/geode/.gradle/caches/modules-2/files-2.1/net.java.[info 2020/05/27
22:42:32.456 GMT <poolTimer-DEFAULT-6> tid=52] Communication with locator
/172.17.0.32:21836 failed with java.io.EOFException: Locator at
/172.17.0.32:21836 did not respond. This is normal if the locator was shutdown.
If it wasn't check its log for exceptions..
java.io.EOFException: Locator at /172.17.0.32:21836 did not respond. This
is normal if the locator was shutdown. If it wasn't check its log for
exceptions.
at
org.apache.geode.distributed.internal.tcpserver.TcpClient.requestToServer(TcpClient.java:232)
at
org.apache.geode.cache.client.internal.AutoConnectionSourceImpl.queryOneLocatorUsingConnection(AutoConnectionSourceImpl.java:209)
at
org.apache.geode.cache.client.internal.AutoConnectionSourceImpl.queryOneLocator(AutoConnectionSourceImpl.java:199)
at
org.apache.geode.cache.client.internal.AutoConnectionSourceImpl.queryLocators(AutoConnectionSourceImpl.java:287)
at
org.apache.geode.cache.client.internal.AutoConnectionSourceImpl$UpdateLocatorListTask.run2(AutoConnectionSourceImpl.java:500)
at
org.apache.geode.cache.client.internal.PoolImpl$PoolTask.run(PoolImpl.java:1371)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at
org.apache.geode.internal.ScheduledThreadPoolExecutorWithKeepAlive$DelegatingScheduledFuture.run(ScheduledThreadPoolExecutorWithKeepAlive.java:276)
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)
Caused by: java.io.EOFException
at java.io.DataInputStream.readByte(DataInputStream.java:267)
at
org.apache.geode.internal.InternalDataSerializer.basicReadObject(InternalDataSerializer.java:2775)
at org.apache.geode.DataSerializer.readObject(DataSerializer.java:2978)
at
org.apache.geode.distributed.internal.tcpserver.TcpClient.requestToServer(TcpClient.java:227)
... 11 more
{noformat}
This issue is the same as GEODE-7982 but in a different test. The fix is to
stop the client and server before stopping the locator.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)