You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barry Oglesby (Jira)" <ji...@apache.org> on 2019/09/10 23:49:00 UTC

[jira] [Created] (GEODE-7187) CI Failure: RollingUpgradeQueryReturnsCorrectResultsAfterClientAndServersAreRolledOverAllBucketsCreated.test[from_v120, with reindex=false] hung

Barry Oglesby created GEODE-7187:
------------------------------------

             Summary: CI Failure: RollingUpgradeQueryReturnsCorrectResultsAfterClientAndServersAreRolledOverAllBucketsCreated.test[from_v120, with reindex=false] hung
                 Key: GEODE-7187
                 URL: https://issues.apache.org/jira/browse/GEODE-7187
             Project: Geode
          Issue Type: Bug
          Components: lucene
            Reporter: Barry Oglesby


UpgradeTestOpenJDK8 #1052:

https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/UpgradeTestOpenJDK8/builds/1052

All three stack traces contain this thread closing the cache and waiting for replies:
{noformat}
"RMI TCP Connection(2)-172.17.0.43" #33 daemon prio=5 os_prio=0 tid=0x00007f75f4001800 nid=0x867 waiting on condition [0x00007f762a17f000]
   java.lang.Thread.State: TIMED_WAITING (parking)
	at sun.misc.Unsafe.park(Native Method)
	- parking to wait for  <0x00000000e120d5b0> (a java.util.concurrent.CountDownLatch$Sync)
	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
	at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
	at org.apache.geode.internal.util.concurrent.StoppableCountDownLatch.await(StoppableCountDownLatch.java:64)
	at org.apache.geode.distributed.internal.ReplyProcessor21.basicWait(ReplyProcessor21.java:718)
	at org.apache.geode.distributed.internal.ReplyProcessor21.waitForReplies(ReplyProcessor21.java:644)
	at org.apache.geode.distributed.internal.ReplyProcessor21.waitForReplies(ReplyProcessor21.java:624)
	at org.apache.geode.distributed.internal.ReplyProcessor21.waitForReplies(ReplyProcessor21.java:519)
	at org.apache.geode.internal.cache.GemFireCacheImpl.close(GemFireCacheImpl.java:2314)
	- locked <0x00000000e001b568> (a java.lang.Class for org.apache.geode.internal.cache.GemFireCacheImpl)
	at org.apache.geode.internal.cache.GemFireCacheImpl.close(GemFireCacheImpl.java:1937)
	at org.apache.geode.internal.cache.GemFireCacheImpl.close(GemFireCacheImpl.java:1927)
	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.cache.lucene.LuceneSearchWithRollingUpgradeDUnit.closeCache(LuceneSearchWithRollingUpgradeDUnit.java:859)
	at org.apache.geode.cache.lucene.LuceneSearchWithRollingUpgradeDUnit.access$1100(LuceneSearchWithRollingUpgradeDUnit.java:67)
	at org.apache.geode.cache.lucene.LuceneSearchWithRollingUpgradeDUnit$12.run2(LuceneSearchWithRollingUpgradeDUnit.java:672)
	at org.apache.geode.cache30.CacheSerializableRunnable.run(CacheSerializableRunnable.java:53)
{noformat}
I don't see anything processing that CloseCacheMessage.




--
This message was sent by Atlassian Jira
(v8.3.2#803003)