[jira] [Assigned] (GEODE-7206) met exception when run "gfsh sh"
[ https://issues.apache.org/jira/browse/GEODE-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Kevo reassigned GEODE-7206: - Assignee: Mario Kevo > met exception when run "gfsh sh" > > > Key: GEODE-7206 > URL: https://issues.apache.org/jira/browse/GEODE-7206 > Project: Geode > Issue Type: Bug > Components: gfsh, management >Reporter: Gang Yan >Assignee: Mario Kevo >Priority: Minor > Attachments: Screen Shot 2019-09-13 at 10.05.46 AM.png > > > met exception , when run "sh ls -al" in gfsh as documentation > [https://gemfire.docs.pivotal.io/98/geode/tools_modules/gfsh/command-pages/sh.html] > > please refer to the attachment. > -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Resolved] (GEODE-7863) Reduce Contention on ServerCQImpl
[ https://issues.apache.org/jira/browse/GEODE-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juan Ramos resolved GEODE-7863. --- Fix Version/s: 1.13.0 Resolution: Fixed > Reduce Contention on ServerCQImpl > - > > Key: GEODE-7863 > URL: https://issues.apache.org/jira/browse/GEODE-7863 > Project: Geode > Issue Type: Bug > Components: cq >Reporter: Juan Ramos >Assignee: Juan Ramos >Priority: Major > Labels: GeodeCommons > Fix For: 1.13.0 > > Time Spent: 2h 10m > Remaining Estimate: 0h > > While looking at some performance issues recently introduced into {{Geode}} > I've noticed that the several methods from the {{ServerCQImpl}} class > internally lock an internal {{HashMap}}, it would be better to use a > {{ConcurrentMap}} instead. -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Assigned] (GEODE-7206) met exception when run "gfsh sh"
[ https://issues.apache.org/jira/browse/GEODE-7206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario Kevo reassigned GEODE-7206: - Assignee: (was: Mario Kevo) > met exception when run "gfsh sh" > > > Key: GEODE-7206 > URL: https://issues.apache.org/jira/browse/GEODE-7206 > Project: Geode > Issue Type: Bug > Components: gfsh, management >Reporter: Gang Yan >Priority: Minor > Attachments: Screen Shot 2019-09-13 at 10.05.46 AM.png > > > met exception , when run "sh ls -al" in gfsh as documentation > [https://gemfire.docs.pivotal.io/98/geode/tools_modules/gfsh/command-pages/sh.html] > > please refer to the attachment. > -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Updated] (GEODE-7810) Cannot form connection to alert listener should be logged at WARNING level
[ https://issues.apache.org/jira/browse/GEODE-7810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-7810: - Summary: Cannot form connection to alert listener should be logged at WARNING level (was: Cannot form connection to alert listener should be logged at WARNING level without Exception stack) > Cannot form connection to alert listener should be logged at WARNING level > -- > > Key: GEODE-7810 > URL: https://issues.apache.org/jira/browse/GEODE-7810 > Project: Geode > Issue Type: Bug > Components: logging, management >Reporter: Kirk Lund >Assignee: Kirk Lund >Priority: Major > Fix For: 1.13.0 > > Time Spent: 1h > Remaining Estimate: 0h > > The Cannot form connection to alert listener log message is currently being > logged at FATAL level. This should be logged as a WARNING (or ERROR) instead. > {noformat} > java.io.IOException: Cannot form connection to alert listener > 172.17.0.7(locator2:1:locator):41002 > at > org.apache.geode.internal.tcp.Connection.createSender(Connection.java:998) > at > org.apache.geode.internal.tcp.ConnectionTable.handleNewPendingConnection(ConnectionTable.java:288) > at > org.apache.geode.internal.tcp.ConnectionTable.getSharedConnection(ConnectionTable.java:392) > at > org.apache.geode.internal.tcp.ConnectionTable.get(ConnectionTable.java:567) > at > org.apache.geode.internal.tcp.TCPConduit.getConnection(TCPConduit.java:782) > at > org.apache.geode.distributed.internal.direct.DirectChannel.getConnections(DirectChannel.java:545) > at > org.apache.geode.distributed.internal.direct.DirectChannel.sendToMany(DirectChannel.java:334) > at > org.apache.geode.distributed.internal.direct.DirectChannel.sendToOne(DirectChannel.java:248) > at > org.apache.geode.distributed.internal.direct.DirectChannel.send(DirectChannel.java:604) > at > org.apache.geode.distributed.internal.DistributionImpl.directChannelSend(DistributionImpl.java:348) > at > org.apache.geode.distributed.internal.DistributionImpl.send(DistributionImpl.java:293) > at > org.apache.geode.distributed.internal.ClusterDistributionManager.sendViaMembershipManager(ClusterDistributionManager.java:2061) > at > org.apache.geode.distributed.internal.ClusterDistributionManager.sendOutgoing(ClusterDistributionManager.java:1988) > at > org.apache.geode.distributed.internal.ClusterDistributionManager.sendMessage(ClusterDistributionManager.java:2025) > at > org.apache.geode.distributed.internal.ClusterDistributionManager.putOutgoing(ClusterDistributionManager.java:1085) > at > org.apache.geode.alerting.internal.ClusterAlertMessaging.lambda$null$0(ClusterAlertMessaging.java:92) > at > org.apache.geode.alerting.internal.spi.AlertingAction.execute(AlertingAction.java:34) > at > org.apache.geode.alerting.internal.ClusterAlertMessaging.lambda$sendAlert$1(ClusterAlertMessaging.java:70) > at > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) > at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) > at java.base/java.lang.Thread.run(Thread.java:834) > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Resolved] (GEODE-7810) Cannot form connection to alert listener should be logged at WARNING level without Exception stack
[ https://issues.apache.org/jira/browse/GEODE-7810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund resolved GEODE-7810. -- Resolution: Fixed Will not remove stack trace > Cannot form connection to alert listener should be logged at WARNING level > without Exception stack > -- > > Key: GEODE-7810 > URL: https://issues.apache.org/jira/browse/GEODE-7810 > Project: Geode > Issue Type: Bug > Components: logging, management >Reporter: Kirk Lund >Assignee: Kirk Lund >Priority: Major > Fix For: 1.13.0 > > Time Spent: 1h > Remaining Estimate: 0h > > The Cannot form connection to alert listener log message is currently being > logged at FATAL level. This should be logged as a WARNING (or ERROR) instead. > {noformat} > java.io.IOException: Cannot form connection to alert listener > 172.17.0.7(locator2:1:locator):41002 > at > org.apache.geode.internal.tcp.Connection.createSender(Connection.java:998) > at > org.apache.geode.internal.tcp.ConnectionTable.handleNewPendingConnection(ConnectionTable.java:288) > at > org.apache.geode.internal.tcp.ConnectionTable.getSharedConnection(ConnectionTable.java:392) > at > org.apache.geode.internal.tcp.ConnectionTable.get(ConnectionTable.java:567) > at > org.apache.geode.internal.tcp.TCPConduit.getConnection(TCPConduit.java:782) > at > org.apache.geode.distributed.internal.direct.DirectChannel.getConnections(DirectChannel.java:545) > at > org.apache.geode.distributed.internal.direct.DirectChannel.sendToMany(DirectChannel.java:334) > at > org.apache.geode.distributed.internal.direct.DirectChannel.sendToOne(DirectChannel.java:248) > at > org.apache.geode.distributed.internal.direct.DirectChannel.send(DirectChannel.java:604) > at > org.apache.geode.distributed.internal.DistributionImpl.directChannelSend(DistributionImpl.java:348) > at > org.apache.geode.distributed.internal.DistributionImpl.send(DistributionImpl.java:293) > at > org.apache.geode.distributed.internal.ClusterDistributionManager.sendViaMembershipManager(ClusterDistributionManager.java:2061) > at > org.apache.geode.distributed.internal.ClusterDistributionManager.sendOutgoing(ClusterDistributionManager.java:1988) > at > org.apache.geode.distributed.internal.ClusterDistributionManager.sendMessage(ClusterDistributionManager.java:2025) > at > org.apache.geode.distributed.internal.ClusterDistributionManager.putOutgoing(ClusterDistributionManager.java:1085) > at > org.apache.geode.alerting.internal.ClusterAlertMessaging.lambda$null$0(ClusterAlertMessaging.java:92) > at > org.apache.geode.alerting.internal.spi.AlertingAction.execute(AlertingAction.java:34) > at > org.apache.geode.alerting.internal.ClusterAlertMessaging.lambda$sendAlert$1(ClusterAlertMessaging.java:70) > at > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) > at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) > at java.base/java.lang.Thread.run(Thread.java:834) > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Updated] (GEODE-7871) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInLocatorKey Failed
[ https://issues.apache.org/jira/browse/GEODE-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Godwin updated GEODE-7871: --- Labels: flaky (was: ) > CI Failure: > ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInLocatorKey > Failed > > > Key: GEODE-7871 > URL: https://issues.apache.org/jira/browse/GEODE-7871 > Project: Geode > Issue Type: Bug >Reporter: Ivan Godwin >Priority: Major > Labels: flaky > > ClientServerHostNameVerificationDistributedTest > > expectConnectionFailureWhenNoHostNameInLocatorKey failed with the following > output: > {code:java} > org.apache.geode.cache.client.internal.ClientServerHostNameVerificationDistributedTest > > expectConnectionFailureWhenNoHostNameInLocatorKey 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 3602 > [fatal 2020/03/12 02:42:26.780 GMT tid=94] Uncaught > exception in thread Thread[unused p2p reader,5,RMI Runtime] > org.apache.geode.distributed.DistributedSystemDisconnectedException: > Distribution manager on 172.17.0.14(server-2:95):41002 started at Thu Mar > 12 02:42:11 GMT 2020: Message distribution has terminated > at > org.apache.geode.distributed.internal.ClusterDistributionManager$Stopper.generateCancelledException(ClusterDistributionManager.java:2872) > at > org.apache.geode.internal.tcp.TCPConduit$Stopper.generateCancelledException(TCPConduit.java:1004) > at > org.apache.geode.CancelCriterion.checkCancelInProgress(CancelCriterion.java:83) > at > org.apache.geode.internal.tcp.Connection.readMessages(Connection.java:1666) > at org.apache.geode.internal.tcp.Connection.run(Connection.java:1446) > at java.base/java.lang.Thread.run(Thread.java:834) > {code} > https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1621 -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (GEODE-7881) Eliminate use of FairQueue class
Blake Bender created GEODE-7881: --- Summary: Eliminate use of FairQueue class Key: GEODE-7881 URL: https://issues.apache.org/jira/browse/GEODE-7881 Project: Geode Issue Type: Improvement Components: native client Reporter: Blake Bender This class has major dependencies on ACE, and doesn't appear to be serving any useful purpose. It's woven into a whole bunch of things, but we think it can be removed and replaced with something a lot simpler and more standard. -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Resolved] (GEODE-7825) can see exception info when I try to run rebalance by REST API
[ https://issues.apache.org/jira/browse/GEODE-7825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider resolved GEODE-7825. - Fix Version/s: 1.13.0 Resolution: Fixed > can see exception info when I try to run rebalance by REST API > -- > > Key: GEODE-7825 > URL: https://issues.apache.org/jira/browse/GEODE-7825 > Project: Geode > Issue Type: Bug > Components: management, rest (admin) >Reporter: Gang Yan >Assignee: Darrel Schneider >Priority: Major > Fix For: 1.13.0 > > Time Spent: 10m > Remaining Estimate: 0h > > as a user, when I try to run rebalance by [POST] > "http://127.0.0.1:7070/management/v1/operations/rebalances"; > , sometimes can get the following response: > {code:java} > { > "statusCode": "ACCEPTED", > "statusMessage": "Operation started. Use the URI to check its status.", > "links": { > "self": > "http://127.0.0.1:7070/management/v1/operations/rebalances/7c39a7f0-6b7e-4177-9269-bfa7ce42808d";, > "list": "http://127.0.0.1:7070/management/v1/operations/rebalances"; > }, > "operationStart": "2020-02-27T22:48:49.716Z", > "operationEnd": "2020-02-27T22:48:49.729Z", > "operationId": "7c39a7f0-6b7e-4177-9269-bfa7ce42808d", > "operation": { > "simulate": false > }, > "throwable": { > "stackTrace": [ > { > "methodName": "getMemberRegionList", > "fileName": "RebalanceOperationPerformer.java", > "lineNumber": 208, > "className": > "org.apache.geode.management.internal.operation.RebalanceOperationPerformer", > "nativeMethod": false > }, > { > "methodName": "executeRebalanceOnDS", > "fileName": "RebalanceOperationPerformer.java", > "lineNumber": 326, > "className": > "org.apache.geode.management.internal.operation.RebalanceOperationPerformer", > "nativeMethod": false > }, > { > "methodName": "perform", > "fileName": "RebalanceOperationPerformer.java", > "lineNumber": 91, > "className": > "org.apache.geode.management.internal.operation.RebalanceOperationPerformer", > "nativeMethod": false > }, > { > "methodName": "lambda$submit$0", > "fileName": "OperationManager.java", > "lineNumber": 67, > "className": > "org.apache.geode.management.internal.operation.OperationManager", > "nativeMethod": false > }, > { > "methodName": "run", > "fileName": "CompletableFuture.java", > "lineNumber": 1590, > "className": > "java.util.concurrent.CompletableFuture$AsyncSupply", > "nativeMethod": false > }, > { > "methodName": "run", > "fileName": "Thread.java", > "lineNumber": 748, > "className": "java.lang.Thread", > "nativeMethod": false > } > ] > } > } > {code} > if a post request of a-sync operation , as rebalance , is posted, the user > wants to see whether it is accepted or not. When the user want to know > detail info, he just needs to run > [GET] > http://127.0.0.1:7070/management/experimental/operations/rebalances/[operationID] > to get more information. > expected result: just show accepted or not, without throwable info -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (GEODE-7882) Add a new .NET Query test using ReflectionBasedAutoSerializer
Michael Martell created GEODE-7882: -- Summary: Add a new .NET Query test using ReflectionBasedAutoSerializer Key: GEODE-7882 URL: https://issues.apache.org/jira/browse/GEODE-7882 Project: Geode Issue Type: Test Components: native client Reporter: Michael Martell The existing query test for this (ThinClientPdxTest2 in the old framework) didn't actually do any Asserts. This was actually a useless test. We need to write a proper query test for autoserialized data of .NET classes. The test should be added to the new AutoSerializationTests in the new integration-test2 framework. -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (GEODE-7883) Need a test to validate handling of missing pool name in cache XML
Blake Bender created GEODE-7883: --- Summary: Need a test to validate handling of missing pool name in cache XML Key: GEODE-7883 URL: https://issues.apache.org/jira/browse/GEODE-7883 Project: Geode Issue Type: Improvement Components: native client Reporter: Blake Bender We've had a report that older versions of the native client would fault and core dump when given a cache.xml file containing a tag missing the name attribute. We believe this was fixed when we switched from libxml2 to xerces for parsing, but need a test to validate. Given: a cache xml file containing a tag with no name attribute When: an attempt is made to load said cache xml file Then: an exception of type apache::geode::client::CacheXmlException is thrown, with a message that indicates the source of the problem. Acceptance Criteria: A test exists in the cppcache/integration/test suite which attempts to load a cache xml with this problem, catches and validates the exception type. This test passes on all platforms. -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Assigned] (GEODE-7884) server hangs due to IllegalStateException
[ https://issues.apache.org/jira/browse/GEODE-7884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce J Schuchardt reassigned GEODE-7884: - Assignee: Bruce J Schuchardt > server hangs due to IllegalStateException > - > > Key: GEODE-7884 > URL: https://issues.apache.org/jira/browse/GEODE-7884 > Project: Geode > Issue Type: Improvement > Components: membership, messaging >Reporter: Bruce J Schuchardt >Assignee: Bruce J Schuchardt >Priority: Major > > An application hung on a cache operation: > {noformat} >java.lang.Thread.State: TIMED_WAITING (parking) > at sun.misc.Unsafe.park(Native Method) > - parking to wait for <0xf61617b8> (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:72) > at > org.apache.geode.distributed.internal.ReplyProcessor21.basicWait(ReplyProcessor21.java:731) > at > org.apache.geode.distributed.internal.ReplyProcessor21.waitForRepliesUninterruptibly(ReplyProcessor21.java:802) > at > org.apache.geode.distributed.internal.ReplyProcessor21.waitForRepliesUninterruptibly(ReplyProcessor21.java:779) > at > org.apache.geode.distributed.internal.ReplyProcessor21.waitForRepliesUninterruptibly(ReplyProcessor21.java:865) > at > org.apache.geode.internal.cache.DistributedCacheOperation.waitForAckIfNeeded(DistributedCacheOperation.java:779) > at > org.apache.geode.internal.cache.DistributedCacheOperation._distribute(DistributedCacheOperation.java:676) > at > org.apache.geode.internal.cache.DistributedCacheOperation.startOperation(DistributedCacheOperation.java:277) > at > org.apache.geode.internal.cache.DistributedCacheOperation.distribute(DistributedCacheOperation.java:318) > at > org.apache.geode.internal.cache.DistributedRegion.distributeUpdate(DistributedRegion.java:514) > at > org.apache.geode.internal.cache.DistributedRegion.basicPutPart3(DistributedRegion.java:492) > at > org.apache.geode.internal.cache.map.RegionMapPut.doAfterCompletionActions(RegionMapPut.java:307) > at > org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPut(AbstractRegionMapPut.java:185) > at > org.apache.geode.internal.cache.map.AbstractRegionMapPut$$Lambda$243/1152982325.run(Unknown > Source) > at > org.apache.geode.internal.cache.map.AbstractRegionMapPut.runWhileLockedForCacheModification(AbstractRegionMapPut.java:119) > at > org.apache.geode.internal.cache.map.RegionMapPut.runWhileLockedForCacheModification(RegionMapPut.java:161) > at > org.apache.geode.internal.cache.map.AbstractRegionMapPut.put(AbstractRegionMapPut.java:169) > at > org.apache.geode.internal.cache.AbstractRegionMap.basicPut(AbstractRegionMap.java:2044) > at > org.apache.geode.internal.cache.LocalRegion.virtualPut(LocalRegion.java:5602) > at > org.apache.geode.internal.cache.DistributedRegion.virtualPut(DistributedRegion.java:387) > at > org.apache.geode.internal.cache.LocalRegion.virtualPut(LocalRegion.java:5580) > at > org.apache.geode.internal.cache.LocalRegionDataView.putEntry(LocalRegionDataView.java:156) > at > org.apache.geode.internal.cache.LocalRegion.basicPut(LocalRegion.java:5038) > at > org.apache.geode.internal.cache.LocalRegion.validatedPut(LocalRegion.java:1637) > at > org.apache.geode.internal.cache.LocalRegion.put(LocalRegion.java:1624) > {noformat} > Logs show this same thread hitting an IllegalStateException when trying to > send a message: > {noformat} > (edited) > [fatal 2020/03/10 23:13:08.441 PDT tid=0x67] While pushing message <> > to recipients: <> > java.lang.IllegalStateException: Task already scheduled or cancelled > at java.util.Timer.sched(Timer.java:401) > at java.util.Timer.schedule(Timer.java:193) > at org.apache.geode.internal.SystemTimer.schedule(SystemTimer.java:347) > at > org.apache.geode.internal.tcp.Connection.scheduleAckTimeouts(Connection.java:1956) > at > org.apache.geode.internal.tcp.MsgStreamer.reserveConnections(MsgStreamer.java:225) > at > org.apache.geode.internal.tcp.MsgStreamerList.reserveConnections(MsgStreamerList.java:51) > at > org.apache.geode.distributed.internal.direct.DirectChannel.sendToMany(DirectChannel.java:303) >
[jira] [Created] (GEODE-7884) server hangs due to IllegalStateException
Bruce J Schuchardt created GEODE-7884: - Summary: server hangs due to IllegalStateException Key: GEODE-7884 URL: https://issues.apache.org/jira/browse/GEODE-7884 Project: Geode Issue Type: Improvement Components: membership, messaging Reporter: Bruce J Schuchardt An application hung on a cache operation: {noformat} java.lang.Thread.State: TIMED_WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for <0xf61617b8> (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:72) at org.apache.geode.distributed.internal.ReplyProcessor21.basicWait(ReplyProcessor21.java:731) at org.apache.geode.distributed.internal.ReplyProcessor21.waitForRepliesUninterruptibly(ReplyProcessor21.java:802) at org.apache.geode.distributed.internal.ReplyProcessor21.waitForRepliesUninterruptibly(ReplyProcessor21.java:779) at org.apache.geode.distributed.internal.ReplyProcessor21.waitForRepliesUninterruptibly(ReplyProcessor21.java:865) at org.apache.geode.internal.cache.DistributedCacheOperation.waitForAckIfNeeded(DistributedCacheOperation.java:779) at org.apache.geode.internal.cache.DistributedCacheOperation._distribute(DistributedCacheOperation.java:676) at org.apache.geode.internal.cache.DistributedCacheOperation.startOperation(DistributedCacheOperation.java:277) at org.apache.geode.internal.cache.DistributedCacheOperation.distribute(DistributedCacheOperation.java:318) at org.apache.geode.internal.cache.DistributedRegion.distributeUpdate(DistributedRegion.java:514) at org.apache.geode.internal.cache.DistributedRegion.basicPutPart3(DistributedRegion.java:492) at org.apache.geode.internal.cache.map.RegionMapPut.doAfterCompletionActions(RegionMapPut.java:307) at org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPut(AbstractRegionMapPut.java:185) at org.apache.geode.internal.cache.map.AbstractRegionMapPut$$Lambda$243/1152982325.run(Unknown Source) at org.apache.geode.internal.cache.map.AbstractRegionMapPut.runWhileLockedForCacheModification(AbstractRegionMapPut.java:119) at org.apache.geode.internal.cache.map.RegionMapPut.runWhileLockedForCacheModification(RegionMapPut.java:161) at org.apache.geode.internal.cache.map.AbstractRegionMapPut.put(AbstractRegionMapPut.java:169) at org.apache.geode.internal.cache.AbstractRegionMap.basicPut(AbstractRegionMap.java:2044) at org.apache.geode.internal.cache.LocalRegion.virtualPut(LocalRegion.java:5602) at org.apache.geode.internal.cache.DistributedRegion.virtualPut(DistributedRegion.java:387) at org.apache.geode.internal.cache.LocalRegion.virtualPut(LocalRegion.java:5580) at org.apache.geode.internal.cache.LocalRegionDataView.putEntry(LocalRegionDataView.java:156) at org.apache.geode.internal.cache.LocalRegion.basicPut(LocalRegion.java:5038) at org.apache.geode.internal.cache.LocalRegion.validatedPut(LocalRegion.java:1637) at org.apache.geode.internal.cache.LocalRegion.put(LocalRegion.java:1624) {noformat} Logs show this same thread hitting an IllegalStateException when trying to send a message: {noformat} (edited) [fatal 2020/03/10 23:13:08.441 PDT tid=0x67] While pushing message <> to recipients: <> java.lang.IllegalStateException: Task already scheduled or cancelled at java.util.Timer.sched(Timer.java:401) at java.util.Timer.schedule(Timer.java:193) at org.apache.geode.internal.SystemTimer.schedule(SystemTimer.java:347) at org.apache.geode.internal.tcp.Connection.scheduleAckTimeouts(Connection.java:1956) at org.apache.geode.internal.tcp.MsgStreamer.reserveConnections(MsgStreamer.java:225) at org.apache.geode.internal.tcp.MsgStreamerList.reserveConnections(MsgStreamerList.java:51) at org.apache.geode.distributed.internal.direct.DirectChannel.sendToMany(DirectChannel.java:303) at org.apache.geode.distributed.internal.direct.DirectChannel.send(DirectChannel.java:512) at org.apache.geode.distributed.internal.DistributionImpl.directChannelSend(DistributionImpl.java:344) at org.apache.geode.distributed.internal.DistributionImpl.send(DistributionImpl.java:289) at org.apache.geode.distributed.inter
[jira] [Updated] (GEODE-7884) server hangs due to IllegalStateException
[ https://issues.apache.org/jira/browse/GEODE-7884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce J Schuchardt updated GEODE-7884: -- Issue Type: Bug (was: Improvement) > server hangs due to IllegalStateException > - > > Key: GEODE-7884 > URL: https://issues.apache.org/jira/browse/GEODE-7884 > Project: Geode > Issue Type: Bug > Components: membership, messaging >Reporter: Bruce J Schuchardt >Assignee: Bruce J Schuchardt >Priority: Major > > An application hung on a cache operation: > {noformat} >java.lang.Thread.State: TIMED_WAITING (parking) > at sun.misc.Unsafe.park(Native Method) > - parking to wait for <0xf61617b8> (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:72) > at > org.apache.geode.distributed.internal.ReplyProcessor21.basicWait(ReplyProcessor21.java:731) > at > org.apache.geode.distributed.internal.ReplyProcessor21.waitForRepliesUninterruptibly(ReplyProcessor21.java:802) > at > org.apache.geode.distributed.internal.ReplyProcessor21.waitForRepliesUninterruptibly(ReplyProcessor21.java:779) > at > org.apache.geode.distributed.internal.ReplyProcessor21.waitForRepliesUninterruptibly(ReplyProcessor21.java:865) > at > org.apache.geode.internal.cache.DistributedCacheOperation.waitForAckIfNeeded(DistributedCacheOperation.java:779) > at > org.apache.geode.internal.cache.DistributedCacheOperation._distribute(DistributedCacheOperation.java:676) > at > org.apache.geode.internal.cache.DistributedCacheOperation.startOperation(DistributedCacheOperation.java:277) > at > org.apache.geode.internal.cache.DistributedCacheOperation.distribute(DistributedCacheOperation.java:318) > at > org.apache.geode.internal.cache.DistributedRegion.distributeUpdate(DistributedRegion.java:514) > at > org.apache.geode.internal.cache.DistributedRegion.basicPutPart3(DistributedRegion.java:492) > at > org.apache.geode.internal.cache.map.RegionMapPut.doAfterCompletionActions(RegionMapPut.java:307) > at > org.apache.geode.internal.cache.map.AbstractRegionMapPut.doPut(AbstractRegionMapPut.java:185) > at > org.apache.geode.internal.cache.map.AbstractRegionMapPut$$Lambda$243/1152982325.run(Unknown > Source) > at > org.apache.geode.internal.cache.map.AbstractRegionMapPut.runWhileLockedForCacheModification(AbstractRegionMapPut.java:119) > at > org.apache.geode.internal.cache.map.RegionMapPut.runWhileLockedForCacheModification(RegionMapPut.java:161) > at > org.apache.geode.internal.cache.map.AbstractRegionMapPut.put(AbstractRegionMapPut.java:169) > at > org.apache.geode.internal.cache.AbstractRegionMap.basicPut(AbstractRegionMap.java:2044) > at > org.apache.geode.internal.cache.LocalRegion.virtualPut(LocalRegion.java:5602) > at > org.apache.geode.internal.cache.DistributedRegion.virtualPut(DistributedRegion.java:387) > at > org.apache.geode.internal.cache.LocalRegion.virtualPut(LocalRegion.java:5580) > at > org.apache.geode.internal.cache.LocalRegionDataView.putEntry(LocalRegionDataView.java:156) > at > org.apache.geode.internal.cache.LocalRegion.basicPut(LocalRegion.java:5038) > at > org.apache.geode.internal.cache.LocalRegion.validatedPut(LocalRegion.java:1637) > at > org.apache.geode.internal.cache.LocalRegion.put(LocalRegion.java:1624) > {noformat} > Logs show this same thread hitting an IllegalStateException when trying to > send a message: > {noformat} > (edited) > [fatal 2020/03/10 23:13:08.441 PDT tid=0x67] While pushing message <> > to recipients: <> > java.lang.IllegalStateException: Task already scheduled or cancelled > at java.util.Timer.sched(Timer.java:401) > at java.util.Timer.schedule(Timer.java:193) > at org.apache.geode.internal.SystemTimer.schedule(SystemTimer.java:347) > at > org.apache.geode.internal.tcp.Connection.scheduleAckTimeouts(Connection.java:1956) > at > org.apache.geode.internal.tcp.MsgStreamer.reserveConnections(MsgStreamer.java:225) > at > org.apache.geode.internal.tcp.MsgStreamerList.reserveConnections(MsgStreamerList.java:51) > at > org.apache.geode.distributed.internal.direct.DirectChannel.sendToMany(DirectChannel.java:303) > a
[jira] [Commented] (GEODE-7843) CI test failures in HashesIntegrationTest
[ https://issues.apache.org/jira/browse/GEODE-7843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17060473#comment-17060473 ] Ernest Burghardt commented on GEODE-7843: - CI [again|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK11/builds/1325] org.apache.geode.redis.HashesIntegrationTest > testConcurrentHMSet_sameKeyPerClient FAILED > CI test failures in HashesIntegrationTest > - > > Key: GEODE-7843 > URL: https://issues.apache.org/jira/browse/GEODE-7843 > Project: Geode > Issue Type: Bug > Components: redis >Reporter: Jens Deppe >Priority: Major > > Failing intermittently with: > {noformat} > org.apache.geode.redis.HashesIntegrationTest > testConcurrentHSetNX FAILED > java.lang.AssertionError: > Expecting: > <0> > to be greater than: > <0> > at > org.apache.geode.redis.HashesIntegrationTest.testConcurrentHSetNX(HashesIntegrationTest.java:549) > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Assigned] (GEODE-6008) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey failed
[ https://issues.apache.org/jira/browse/GEODE-6008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund reassigned GEODE-6008: Assignee: Kirk Lund (was: Bruce J Schuchardt) > CI Failure: > ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey > failed > --- > > Key: GEODE-6008 > URL: https://issues.apache.org/jira/browse/GEODE-6008 > Project: Geode > Issue Type: Bug >Reporter: Jinmei Liao >Assignee: Kirk Lund >Priority: Major > Labels: flaky, pull-request-available > Fix For: 1.9.0 > > Time Spent: 20m > Remaining Estimate: 0h > > java.lang.AssertionError: Suspicious strings were written to the log during > this run. > {noformat} > Fix the strings or use IgnoredException.addIgnoredException to ignore. > --- > Found suspect string in log4j at line 1872 > y: java.security.cert.CertificateException: No name matching 88deff82cd47 > found > at org.junit.Assert.fail(Assert.java:88) > at > org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:412) > at > org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:172) > at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:566) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:566) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) > at > org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137) > at > org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404) > at > org.gradle.internal.concurren
[jira] [Assigned] (GEODE-6008) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey failed
[ https://issues.apache.org/jira/browse/GEODE-6008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund reassigned GEODE-6008: Assignee: Bruce J Schuchardt (was: Kirk Lund) > CI Failure: > ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey > failed > --- > > Key: GEODE-6008 > URL: https://issues.apache.org/jira/browse/GEODE-6008 > Project: Geode > Issue Type: Bug >Reporter: Jinmei Liao >Assignee: Bruce J Schuchardt >Priority: Major > Labels: flaky, pull-request-available > Fix For: 1.9.0 > > Time Spent: 20m > Remaining Estimate: 0h > > java.lang.AssertionError: Suspicious strings were written to the log during > this run. > {noformat} > Fix the strings or use IgnoredException.addIgnoredException to ignore. > --- > Found suspect string in log4j at line 1872 > y: java.security.cert.CertificateException: No name matching 88deff82cd47 > found > at org.junit.Assert.fail(Assert.java:88) > at > org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:412) > at > org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:172) > at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:566) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:566) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) > at > org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137) > at > org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404) > at > org.gradle.internal.
[jira] [Assigned] (GEODE-7474) NetSearchMessagingDUnitTest.testNetSearchFailoverFromReplicate
[ https://issues.apache.org/jira/browse/GEODE-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund reassigned GEODE-7474: Assignee: Kirk Lund (was: Ivan Godwin) > NetSearchMessagingDUnitTest.testNetSearchFailoverFromReplicate > -- > > Key: GEODE-7474 > URL: https://issues.apache.org/jira/browse/GEODE-7474 > Project: Geode > Issue Type: Bug > Components: tests >Reporter: Mark Hanson >Assignee: Kirk Lund >Priority: Major > Labels: flaky > Fix For: 1.12.0 > > Time Spent: 20m > Remaining Estimate: 0h > > [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/1665] > > {noformat} > org.apache.geode.internal.cache.NetSearchMessagingDUnitTest > > testNetSearchFailoverFromReplicate FAILED > 19:13:08java.lang.AssertionError: Suspicious strings were written to the > log during this run. > 19:13:08Fix the strings or use IgnoredException.addIgnoredException to > ignore. > 19:13:08 > --- > 19:13:08Found suspect string in log4j at line 2385 > 19:13:08 > 19:13:08[fatal 2019/11/18 03:13:06.977 GMT thread 2> tid=207] Uncaught exception in thread Thread[Geode Failure > Detection thread 2,5,RMI Runtime] > 19:13:08java.util.concurrent.RejectedExecutionException: Task > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor$$Lambda$226/1317859019@1274aba9 > rejected from java.util.concurrent.ThreadPoolExecutor@100274c7[Shutting > down, pool size = 3, active threads = 3, queued tasks = 0, completed tasks = > 7] > 19:13:08 at > java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) > 19:13:08 at > java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) > 19:13:08 at > java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379) > 19:13:08 at > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.checkIfAvailable(GMSHealthMonitor.java:1295) > 19:13:08 at > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.processMessage(GMSHealthMonitor.java:1232) > 19:13:08 at > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.sendSuspectRequest(GMSHealthMonitor.java:1478) > 19:13:08 at > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.initiateSuspicion(GMSHealthMonitor.java:477) > 19:13:08 at > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.lambda$checkMember$0(GMSHealthMonitor.java:461) > 19:13:08 at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > 19:13:08 at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > 19:13:08 at java.lang.Thread.run(Thread.java:748) > 19:13:08 > 19:13:08 > --- > 19:13:08Found suspect string in log4j at line 2399 > 19:13:08 > 19:13:08[fatal 2019/11/18 03:13:06.976 GMT thread 4> tid=226] Uncaught exception in thread Thread[Geode Failure > Detection thread 4,5,RMI Runtime] > 19:13:08java.util.concurrent.RejectedExecutionException: Task > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor$$Lambda$226/1317859019@143de298 > rejected from java.util.concurrent.ThreadPoolExecutor@100274c7[Shutting > down, pool size = 3, active threads = 3, queued tasks = 0, completed tasks = > 7] > 19:13:08 at > java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) > 19:13:08 at > java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) > 19:13:08 at > java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379) > 19:13:08 at > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.checkIfAvailable(GMSHealthMonitor.java:1295) > 19:13:08 at > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.processMessage(GMSHealthMonitor.java:1232) > 19:13:08 at > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.sendSuspectRequest(GMSHealthMonitor.java:1478) > 19:13:08 at > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.initiateSuspicion(GMSHealthMonitor.java:477) > 19:13:08 at > org.apache.geode.distributed.internal.membership.gms.fd.GMSHealthMonitor.lambda$checkMember$0(GMSHealthMonitor.java:461) > 19:13:08 at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > 19:13:08 at > java.util.concurrent.Thr
[jira] [Commented] (GEODE-6008) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey failed
[ https://issues.apache.org/jira/browse/GEODE-6008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17060476#comment-17060476 ] Kirk Lund commented on GEODE-6008: -- 2 out of 4 tests in ClientServerHostNameVerificationDistributedTest fail on my Mac, so I'm going to reassign back to Bruce and work on a different test. This test probably requires some Hosts or DNS configuration that isn't present on my Mac. > CI Failure: > ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey > failed > --- > > Key: GEODE-6008 > URL: https://issues.apache.org/jira/browse/GEODE-6008 > Project: Geode > Issue Type: Bug >Reporter: Jinmei Liao >Assignee: Bruce J Schuchardt >Priority: Major > Labels: flaky, pull-request-available > Fix For: 1.9.0 > > Time Spent: 20m > Remaining Estimate: 0h > > java.lang.AssertionError: Suspicious strings were written to the log during > this run. > {noformat} > Fix the strings or use IgnoredException.addIgnoredException to ignore. > --- > Found suspect string in log4j at line 1872 > y: java.security.cert.CertificateException: No name matching 88deff82cd47 > found > at org.junit.Assert.fail(Assert.java:88) > at > org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:412) > at > org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:172) > at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:566) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:566) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) > at > org.gradle.internal.remote.
[jira] [Assigned] (GEODE-7885) Improve RedisLockService - fix synchronization and memory leak
[ https://issues.apache.org/jira/browse/GEODE-7885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Deppe reassigned GEODE-7885: - Assignee: Jens Deppe > Improve RedisLockService - fix synchronization and memory leak > -- > > Key: GEODE-7885 > URL: https://issues.apache.org/jira/browse/GEODE-7885 > Project: Geode > Issue Type: Bug > Components: redis >Reporter: Jens Deppe >Assignee: Jens Deppe >Priority: Major > -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Created] (GEODE-7885) Improve RedisLockService - fix synchronization and memory leak
Jens Deppe created GEODE-7885: - Summary: Improve RedisLockService - fix synchronization and memory leak Key: GEODE-7885 URL: https://issues.apache.org/jira/browse/GEODE-7885 Project: Geode Issue Type: Bug Components: redis Reporter: Jens Deppe -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (GEODE-4177) CI failure: org.apache.geode.internal.cache.PutAllCSDUnitTest > testEventIdMisorderInPRSingleHop FAILED
[ https://issues.apache.org/jira/browse/GEODE-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17060498#comment-17060498 ] Ernest Burghardt commented on GEODE-4177: - and another [one|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1632] > CI failure: org.apache.geode.internal.cache.PutAllCSDUnitTest > > testEventIdMisorderInPRSingleHop FAILED > --- > > Key: GEODE-4177 > URL: https://issues.apache.org/jira/browse/GEODE-4177 > Project: Geode > Issue Type: Bug > Components: client queues >Affects Versions: 1.4.0 >Reporter: Lynn Hughes-Godfrey >Assignee: Lynn Hughes-Godfrey >Priority: Major > > This failure occurred in a geode nightly ci: > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/54 > {noformat} > org.apache.geode.internal.cache.PutAllCSDUnitTest > > testEventIdMisorderInPRSingleHop FAILED > java.lang.AssertionError: expected:<100> but was:<30> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:834) > at org.junit.Assert.assertEquals(Assert.java:645) > at org.junit.Assert.assertEquals(Assert.java:631) > at > org.apache.geode.internal.cache.PutAllCSDUnitTest.testEventIdMisorderInPRSingleHop(PutAllCSDUnitTest.java:2976) > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Assigned] (GEODE-7669) Test coverage for Partitioned Region clear with Overflow enabled
[ https://issues.apache.org/jira/browse/GEODE-7669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jianxia Chen reassigned GEODE-7669: --- Assignee: Jianxia Chen > Test coverage for Partitioned Region clear with Overflow enabled > > > Key: GEODE-7669 > URL: https://issues.apache.org/jira/browse/GEODE-7669 > Project: Geode > Issue Type: Sub-task > Components: regions >Reporter: Nabarun Nag >Assignee: Jianxia Chen >Priority: Major > Labels: GeodeCommons > > Using TDD ensure that clear operations are successful when the partitioned > regions have overflow enabled. > Make the code changes required to enable this. > > Acceptance : > * Passing DUnit tests where clear operations are successful on partitioned > region with overflow enabled. > * Ensure that data has overflown when the clear operation is executed and in > the end everything is cleared. > * These tests should have redundancy of more than zero > * Test coverage to when a member departs in this scenario > * Test coverage to when a member restarts in this scenario > * Unit tests with complete code coverage for the newly written code. > Note: > analyze if these tests are needed for offheap? > -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (GEODE-4177) CI failure: org.apache.geode.internal.cache.PutAllCSDUnitTest > testEventIdMisorderInPRSingleHop FAILED
[ https://issues.apache.org/jira/browse/GEODE-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17060499#comment-17060499 ] Ernest Burghardt commented on GEODE-4177: - jdk8 [also|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1650] > CI failure: org.apache.geode.internal.cache.PutAllCSDUnitTest > > testEventIdMisorderInPRSingleHop FAILED > --- > > Key: GEODE-4177 > URL: https://issues.apache.org/jira/browse/GEODE-4177 > Project: Geode > Issue Type: Bug > Components: client queues >Affects Versions: 1.4.0 >Reporter: Lynn Hughes-Godfrey >Assignee: Lynn Hughes-Godfrey >Priority: Major > > This failure occurred in a geode nightly ci: > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/54 > {noformat} > org.apache.geode.internal.cache.PutAllCSDUnitTest > > testEventIdMisorderInPRSingleHop FAILED > java.lang.AssertionError: expected:<100> but was:<30> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:834) > at org.junit.Assert.assertEquals(Assert.java:645) > at org.junit.Assert.assertEquals(Assert.java:631) > at > org.apache.geode.internal.cache.PutAllCSDUnitTest.testEventIdMisorderInPRSingleHop(PutAllCSDUnitTest.java:2976) > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (GEODE-7871) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInLocatorKey Failed
[ https://issues.apache.org/jira/browse/GEODE-7871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17060502#comment-17060502 ] Ernest Burghardt commented on GEODE-7871: - and another [one|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1637] > CI Failure: > ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInLocatorKey > Failed > > > Key: GEODE-7871 > URL: https://issues.apache.org/jira/browse/GEODE-7871 > Project: Geode > Issue Type: Bug >Reporter: Ivan Godwin >Priority: Major > Labels: flaky > > ClientServerHostNameVerificationDistributedTest > > expectConnectionFailureWhenNoHostNameInLocatorKey failed with the following > output: > {code:java} > org.apache.geode.cache.client.internal.ClientServerHostNameVerificationDistributedTest > > expectConnectionFailureWhenNoHostNameInLocatorKey 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 3602 > [fatal 2020/03/12 02:42:26.780 GMT tid=94] Uncaught > exception in thread Thread[unused p2p reader,5,RMI Runtime] > org.apache.geode.distributed.DistributedSystemDisconnectedException: > Distribution manager on 172.17.0.14(server-2:95):41002 started at Thu Mar > 12 02:42:11 GMT 2020: Message distribution has terminated > at > org.apache.geode.distributed.internal.ClusterDistributionManager$Stopper.generateCancelledException(ClusterDistributionManager.java:2872) > at > org.apache.geode.internal.tcp.TCPConduit$Stopper.generateCancelledException(TCPConduit.java:1004) > at > org.apache.geode.CancelCriterion.checkCancelInProgress(CancelCriterion.java:83) > at > org.apache.geode.internal.tcp.Connection.readMessages(Connection.java:1666) > at org.apache.geode.internal.tcp.Connection.run(Connection.java:1446) > at java.base/java.lang.Thread.run(Thread.java:834) > {code} > https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1621 -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (GEODE-6426) CI failure: org.apache.geode.internal.cache.PersistentPartitionedRegionJUnitTest.testValuesAreNotRecoveredForEntryLruRegionWithRegionClose failed with NPE
[ https://issues.apache.org/jira/browse/GEODE-6426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17060504#comment-17060504 ] Ernest Burghardt commented on GEODE-6426: - and another [one|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsCoreIntegrationTestOpenJDK8/builds/850] > CI failure: > org.apache.geode.internal.cache.PersistentPartitionedRegionJUnitTest.testValuesAreNotRecoveredForEntryLruRegionWithRegionClose > failed with NPE > -- > > Key: GEODE-6426 > URL: https://issues.apache.org/jira/browse/GEODE-6426 > Project: Geode > Issue Type: Bug >Reporter: Lynn Gallinat >Assignee: Anilkumar Gingade >Priority: Major > > org.apache.geode.internal.cache.PersistentPartitionedRegionJUnitTest > > testValuesAreNotRecoveredForEntryLruRegionWithRegionClose FAILED > java.lang.NullPointerException > at > org.apache.geode.internal.cache.PersistentPartitionedRegionJUnitTest.createLRURegionAndValidateRecovery(PersistentPartitionedRegionJUnitTest.java:304) > at > org.apache.geode.internal.cache.PersistentPartitionedRegionJUnitTest.testValuesAreNotRecoveredForEntryLruRegionWithRegionClose(PersistentPartitionedRegionJUnitTest.java:263) > =-=-=-=-=-=-=-=-=-=-=-=-=-=-= Test Results URI > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-SNAPSHOT.0451/test-results/integrationTest/1550283608/ > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Test report artifacts from this job are available at: > http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-SNAPSHOT.0451/test-artifacts/1550283608/windows-integrationtestfiles-OpenJDK8-1.9.0-SNAPSHOT.0451.tgz -- This message was sent by Atlassian Jira (v8.3.4#803005)
[jira] [Commented] (GEODE-7604) QueryConfigurationServiceConstraintsDistributedTest
[ https://issues.apache.org/jira/browse/GEODE-7604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17060505#comment-17060505 ] Ernest Burghardt commented on GEODE-7604: - and another [one|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/1651] > QueryConfigurationServiceConstraintsDistributedTest > --- > > Key: GEODE-7604 > URL: https://issues.apache.org/jira/browse/GEODE-7604 > Project: Geode > Issue Type: Bug > Components: tests >Reporter: Mark Hanson >Assignee: Juan Ramos >Priority: Major > Labels: GeodeCommons > Time Spent: 2h 40m > Remaining Estimate: 0h > > QueryConfigurationServiceConstraintsDistributedTest had two failures in the > mass test run... > [2] > https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2252 > [6] > [https://concourse.apachegeode-ci.info/teams/main/pipelines/mhansonp-mhanson-mass-test-ru-main/jobs/DistributedTestOpenJDK8/builds/2211] > > {noformat} > 01:28:56org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest > > [2] > cqsShouldSucceedDuringEventProcessingAfterRegionOperationWhenMethodAuthorizerIsChangedAndQueryContainsMethodsAllowedByTheNewAuthorizer(RegionType:REPLICATE;Operation:CREATE,ExecuteWithInitialResults:true) > FAILED > 01:28:56org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest$$Lambda$57/2082907347.run > in VM 2 running on Host 8cbcba2ac2b2 with 4 VMs > 01:28:56at > org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610) > 01:28:56at org.apache.geode.test.dunit.VM.invoke(VM.java:437) > 01:28:56at > org.apache.geode.test.junit.rules.VMProvider.invoke(VMProvider.java:94) > 01:28:56at > org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest.cqsShouldSucceedDuringEventProcessingAfterRegionOperationWhenMethodAuthorizerIsChangedAndQueryContainsMethodsAllowedByTheNewAuthorizer(QueryConfigurationServiceConstraintsDistributedTest.java:260) > 01:28:56 > 01:28:56Caused by: > 01:28:56org.awaitility.core.ConditionTimeoutException: Assertion > condition defined as a > org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest > expected:<[7]> but was:<[4]> within 300 seconds. > 01:28:56at > org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145) > 01:28:56at > org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122) > 01:28:56at > org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32) > 01:28:56at > org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902) > 01:28:56at > org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723) > 01:28:56at > org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest.lambda$cqsShouldSucceedDuringEventProcessingAfterRegionOperationWhenMethodAuthorizerIsChangedAndQueryContainsMethodsAllowedByTheNewAuthorizer$868d1d80$1(QueryConfigurationServiceConstraintsDistributedTest.java:264) > 01:28:56 > 01:28:56Caused by: > 01:28:56org.junit.ComparisonFailure: expected:<[7]> but was:<[4]> > 01:28:56at > sun.reflect.GeneratedConstructorAccessor207.newInstance(Unknown Source) > 01:28:56at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > 01:28:56at > org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest.lambda$null$13(QueryConfigurationServiceConstraintsDistributedTest.java:266) > 02:03:51 > 02:03:51679 tests completed, 1 failed, 39 skipped {noformat} > > > {noformat} > 07:59:46org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest > > [6] > cqsShouldFailDuringEventProcessingAfterRegionOperationWhenMethodAuthorizerIsChangedAndQueryContainsMethodsNotAllowedByTheNewAuthorizer(RegionType:REPLICATE;Operation:DESTROY,ExecuteWithInitialResults:true) > FAILED > 07:59:46org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest$$Lambda$33/1244479648.run > in VM 2 running on Host 4f921f4602aa with 4 VMs > 07:59:46at > org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610) > 07:59:46at org.apache.geode.test.dunit.VM.invoke(VM.java:437) > 07:59:46at > org.apache.geode.test.junit.
[jira] [Updated] (GEODE-6008) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey failed
[ https://issues.apache.org/jira/browse/GEODE-6008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce J Schuchardt updated GEODE-6008: -- Component/s: client/server > CI Failure: > ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey > failed > --- > > Key: GEODE-6008 > URL: https://issues.apache.org/jira/browse/GEODE-6008 > Project: Geode > Issue Type: Bug > Components: client/server >Reporter: Jinmei Liao >Priority: Major > Labels: flaky, pull-request-available > Fix For: 1.9.0 > > Time Spent: 20m > Remaining Estimate: 0h > > java.lang.AssertionError: Suspicious strings were written to the log during > this run. > {noformat} > Fix the strings or use IgnoredException.addIgnoredException to ignore. > --- > Found suspect string in log4j at line 1872 > y: java.security.cert.CertificateException: No name matching 88deff82cd47 > found > at org.junit.Assert.fail(Assert.java:88) > at > org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:412) > at > org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:172) > at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:566) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:566) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) > at > org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137) > at > org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404) > at > org.gradle.internal.concurrent.Exe
[jira] [Assigned] (GEODE-6008) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey failed
[ https://issues.apache.org/jira/browse/GEODE-6008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce J Schuchardt reassigned GEODE-6008: - Assignee: (was: Bruce J Schuchardt) > CI Failure: > ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey > failed > --- > > Key: GEODE-6008 > URL: https://issues.apache.org/jira/browse/GEODE-6008 > Project: Geode > Issue Type: Bug >Reporter: Jinmei Liao >Priority: Major > Labels: flaky, pull-request-available > Fix For: 1.9.0 > > Time Spent: 20m > Remaining Estimate: 0h > > java.lang.AssertionError: Suspicious strings were written to the log during > this run. > {noformat} > Fix the strings or use IgnoredException.addIgnoredException to ignore. > --- > Found suspect string in log4j at line 1872 > y: java.security.cert.CertificateException: No name matching 88deff82cd47 > found > at org.junit.Assert.fail(Assert.java:88) > at > org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:412) > at > org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:172) > at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) > at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) > at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) > at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) > at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) > at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) > at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) > at org.junit.runners.ParentRunner.run(ParentRunner.java:363) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) > at > org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38) > at > org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) > at > org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:566) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) > at > org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) > at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) > at > org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117) > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:566) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) > at > org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) > at > org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155) > at > org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137) > at > org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404) > at > org.gradle.internal.concurrent.ExecutorPolicy$Catch
[jira] [Resolved] (GEODE-7857) PR.clear's eventID should not be NULL
[ https://issues.apache.org/jira/browse/GEODE-7857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaojian Zhou resolved GEODE-7857. -- Fix Version/s: 1.13.0 Resolution: Fixed > PR.clear's eventID should not be NULL > - > > Key: GEODE-7857 > URL: https://issues.apache.org/jira/browse/GEODE-7857 > Project: Geode > Issue Type: Improvement >Reporter: Xiaojian Zhou >Assignee: Xiaojian Zhou >Priority: Major > Labels: GeodeCommons > Fix For: 1.13.0 > > > In earlier implementation for PR.clear, I set eventid to be null for the time > being. The event id should be the same at both PR and BR level. but not null. -- This message was sent by Atlassian Jira (v8.3.4#803005)