You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Nabarun Nag (Jira)" <ji...@apache.org> on 2022/06/21 23:02:00 UTC

[jira] [Updated] (GEODE-10394) [CI Failure] : ConnectionManagerJUnitTest > testExclusiveConnectionAccess FAILED

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

Nabarun Nag updated GEODE-10394:
--------------------------------
    Issue Type: Bug  (was: Improvement)

> [CI Failure] : ConnectionManagerJUnitTest > testExclusiveConnectionAccess FAILED
> --------------------------------------------------------------------------------
>
>                 Key: GEODE-10394
>                 URL: https://issues.apache.org/jira/browse/GEODE-10394
>             Project: Geode
>          Issue Type: Bug
>    Affects Versions: 1.16.0
>            Reporter: Nabarun Nag
>            Priority: Major
>
> {noformat}
> > Task :geode-core:integrationTest
> ConnectionManagerJUnitTest > testExclusiveConnectionAccess FAILED
>     java.util.concurrent.ExecutionException: java.lang.RuntimeException: org.apache.geode.cache.client.AllConnectionsInUseException
>         at java.util.concurrent.FutureTask.report(FutureTask.java:122)
>         at java.util.concurrent.FutureTask.get(FutureTask.java:206)
>         at org.apache.geode.cache.client.internal.pooling.ConnectionManagerJUnitTest.testExclusiveConnectionAccess(ConnectionManagerJUnitTest.java:539)
>         Caused by:
>         java.lang.RuntimeException: org.apache.geode.cache.client.AllConnectionsInUseException
>             at org.apache.geode.cache.client.internal.pooling.ConnectionManagerJUnitTest$UpdaterThread.borrow(ConnectionManagerJUnitTest.java:813)
>             at org.apache.geode.cache.client.internal.pooling.ConnectionManagerJUnitTest$UpdaterThread.run(ConnectionManagerJUnitTest.java:795)
>             at org.apache.geode.test.junit.rules.ExecutorServiceRule.lambda$submit$3(ExecutorServiceRule.java:287)
>             at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>             at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>             at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>             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:
>             org.apache.geode.cache.client.AllConnectionsInUseException
>                 at org.apache.geode.cache.client.internal.pooling.ConnectionManagerImpl.borrowConnection(ConnectionManagerImpl.java:310)
>                 at org.apache.geode.cache.client.internal.pooling.ConnectionManagerJUnitTest$UpdaterThread.lambda$doBorrow$2(ConnectionManagerJUnitTest.java:821)
>                 at org.apache.geode.cache.client.internal.pooling.ConnectionManagerJUnitTest$Timer.measure(ConnectionManagerJUnitTest.java:769)
>                 at org.apache.geode.cache.client.internal.pooling.ConnectionManagerJUnitTest$UpdaterThread.doBorrow(ConnectionManagerJUnitTest.java:820)
>                 at org.apache.geode.cache.client.internal.pooling.ConnectionManagerJUnitTest$UpdaterThread.borrow(ConnectionManagerJUnitTest.java:811)
>                 ... 8 more{noformat}



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