You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Geode Integration (Jira)" <ji...@apache.org> on 2021/11/05 23:00:00 UTC

[jira] [Commented] (GEODE-8727) CI Failure: RollingUpgradeQueryReturnsCorrectResultsAfterClientAndServersAreRolledOverAllBucketsCreated test[from_v1.2.0

    [ https://issues.apache.org/jira/browse/GEODE-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439557#comment-17439557 ] 

Geode Integration commented on GEODE-8727:
------------------------------------------

Seen in [upgrade-test-openjdk8 #338|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/upgrade-test-openjdk8/builds/338] ... see [test results|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0644/test-results/upgradeTest/1636128095/] or download [artifacts|http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0644/test-artifacts/1636128095/upgradetestfiles-openjdk8-1.15.0-build.0644.tgz].

> CI Failure: RollingUpgradeQueryReturnsCorrectResultsAfterClientAndServersAreRolledOverAllBucketsCreated test[from_v1.2.0
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-8727
>                 URL: https://issues.apache.org/jira/browse/GEODE-8727
>             Project: Geode
>          Issue Type: Bug
>          Components: lucene
>    Affects Versions: 1.14.0
>            Reporter: Ray Ingles
>            Priority: Major
>              Labels: caching-applications
>
> This test hung in an upgradeTest run.  Stack traces show it interacting with a Locator and making progress over the 15 seconds between traces.
> CI webpage:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/UpgradeTestOpenJDK11/builds/589
> Artifacts are here:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.14.0-build.0500/test-artifacts/1605733271/upgradetestfiles-OpenJDK11-1.14.0-build.0500.tgz
> Here is the main test thread:
> {code:java}
> "Test worker" #27 prio=5 os_prio=0 cpu=4900.15ms elapsed=2902.12s tid=0x00007fe70cbd4800 nid=0x1b runnable  [0x00007fe6d8894000]
>    java.lang.Thread.State: RUNNABLE
> 	at java.net.SocketInputStream.socketRead0(java.base@11.0.9.1/Native Method)
> 	at java.net.SocketInputStream.socketRead(java.base@11.0.9.1/SocketInputStream.java:115)
> 	at java.net.SocketInputStream.read(java.base@11.0.9.1/SocketInputStream.java:168)
> 	at java.net.SocketInputStream.read(java.base@11.0.9.1/SocketInputStream.java:140)
> 	at java.io.BufferedInputStream.fill(java.base@11.0.9.1/BufferedInputStream.java:252)
> 	at java.io.BufferedInputStream.read(java.base@11.0.9.1/BufferedInputStream.java:271)
> 	- locked <0x00000000f6487988> (a java.io.BufferedInputStream)
> 	at java.io.DataInputStream.readByte(java.base@11.0.9.1/DataInputStream.java:270)
> 	at sun.rmi.transport.StreamRemoteCall.executeCall(java.rmi@11.0.9.1/StreamRemoteCall.java:240)
> 	at sun.rmi.server.UnicastRef.invoke(java.rmi@11.0.9.1/UnicastRef.java:164)
> 	at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(java.rmi@11.0.9.1/RemoteObjectInvocationHandler.java:217)
> 	at java.rmi.server.RemoteObjectInvocationHandler.invoke(java.rmi@11.0.9.1/RemoteObjectInvocationHandler.java:162)
> 	at com.sun.proxy.$Proxy53.executeMethodOnObject(Unknown Source)
> 	at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:620)
> 	at org.apache.geode.test.dunit.VM.invoke(VM.java:447)
> 	at org.apache.geode.cache.lucene.LuceneSearchWithRollingUpgradeTestBase.rollServerToCurrent(LuceneSearchWithRollingUpgradeTestBase.java:347)
> 	at org.apache.geode.cache.lucene.LuceneSearchWithRollingUpgradeTestBase.rollServerToCurrentCreateLuceneIndexAndCreateRegion(LuceneSearchWithRollingUpgradeTestBase.java:359)
> 	at org.apache.geode.cache.lucene.RollingUpgradeQueryReturnsCorrectResultsAfterClientAndServersAreRolledOverAllBucketsCreated.test(RollingUpgradeQueryReturnsCorrectResultsAfterClientAndServersAreRolledOverAllBucketsCreated.java:108)
> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@11.0.9.1/Native Method)
> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@11.0.9.1/NativeMethodAccessorImpl.java:62)
> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@11.0.9.1/DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(java.base@11.0.9.1/Method.java:566)
> 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
> 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
> 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)