[jira] [Created] (GEODE-6360) CI failure: JGroupsMessengerJUnitTest.testMulticastTest

2019-02-04 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-6360:
---

 Summary: CI failure: JGroupsMessengerJUnitTest.testMulticastTest
 Key: GEODE-6360
 URL: https://issues.apache.org/jira/browse/GEODE-6360
 Project: Geode
  Issue Type: Bug
Reporter: Galen O'Sullivan


https://concourse.apachegeode-ci.info/builds/35342
https://concourse.apachegeode-ci.info/builds/35343

same PR, but it's testing for silence, so my guess is it's getting packets from 
another test, similar to GEODE-1030.

{noformat}
java.lang.AssertionError: Expected exception: java.io.IOException
at 
org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32)
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
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:110)
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:118)
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:175)
at 
org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:157)
at 
org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
at 
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at 
org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
at java.lang.Thread.run(Thread.java:834)
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-6359) ConcurrentModificationException in shutdown due to passing a collection to logger

2019-02-04 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-6359:
---

 Summary: ConcurrentModificationException in shutdown due to 
passing a collection to logger
 Key: GEODE-6359
 URL: https://issues.apache.org/jira/browse/GEODE-6359
 Project: Geode
  Issue Type: Bug
Reporter: Galen O'Sullivan


This occurred in a PR build, but appears unrelated from the changed code. It 
seems to be due to passing a collection into a logger, and that collection 
being modified while the logger is logging it.

https://concourse.apachegeode-ci.info/builds/35340

{noformat}
org.apache.geode.internal.cache.PartitionedRegionOffHeapEvictionDUnitTest > 
testEvictionValidationForLRUEntry_DatastoreFirst 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 2758



[fatal 2019/02/04 22:06:06.494 UTC  tid=254] Uncaught exception processing ShutdownMessage DM 
172.17.0.23(369):41004 has shutdown

java.util.ConcurrentModificationException

at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)

at java.util.HashMap$KeyIterator.next(HashMap.java:1466)

at 
org.apache.geode.internal.logging.log4j.message.GemFireParameterizedMessage.recursiveDeepToString(GemFireParameterizedMessage.java:508)

at 
org.apache.geode.internal.logging.log4j.message.GemFireParameterizedMessage.deepToString(GemFireParameterizedMessage.java:393)

at 
org.apache.geode.internal.logging.log4j.message.GemFireParameterizedMessage.parseArguments(GemFireParameterizedMessage.java:178)

at 
org.apache.geode.internal.logging.log4j.message.GemFireParameterizedMessage.(GemFireParameterizedMessage.java:131)

at 
org.apache.geode.internal.logging.log4j.message.GemFireParameterizedMessageFactory.newMessage(GemFireParameterizedMessageFactory.java:57)

at 
org.apache.logging.log4j.message.AbstractMessageFactory.newMessage(AbstractMessageFactory.java:91)

at 
org.apache.logging.log4j.spi.AbstractLogger.logMessage(AbstractLogger.java:2036)

at 
org.apache.logging.log4j.spi.AbstractLogger.logIfEnabled(AbstractLogger.java:1914)

at 
org.apache.logging.log4j.spi.AbstractLogger.info(AbstractLogger.java:1450)

at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processLeaveRequest(GMSJoinLeave.java:614)

at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.memberShutdown(GMSJoinLeave.java:1717)

at 
org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.shutdownMessageReceived(GMSMembershipManager.java:1478)

at 
org.apache.geode.distributed.internal.ClusterDistributionManager.shutdownMessageReceived(ClusterDistributionManager.java:2642)

at 
org.apache.geode.distributed.internal.ShutdownMessage.process(ShutdownMessage.java:90)

at 
org.apache.geode.distributed.internal.DistributionMessage.scheduleAction(DistributionMessage.java:367)

at 
org.apache.geode.distributed.internal.DistributionMessage$1.run(DistributionMessage.java:433)

at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at 
org.apache.geode.distributed.internal.ClusterDistributionManager.runUntilShutdown(ClusterDistributionManager.java:956)

at 
org.apache.geode.distributed.internal.ClusterDistributionManager.doHighPriorityThread(ClusterDistributionManager.java:834)

at 
org.apache.geode.internal.logging.LoggingThreadFactory.lambda$newThread$0(LoggingThreadFactory.java:121)

at java.lang.Thread.run(Thread.java:748)
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-6355) Synchronization issues in InternalDistributedSystem function stats

2019-02-04 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-6355:
---

 Summary: Synchronization issues in InternalDistributedSystem 
function stats
 Key: GEODE-6355
 URL: https://issues.apache.org/jira/browse/GEODE-6355
 Project: Geode
  Issue Type: Bug
Reporter: Galen O'Sullivan


This uses double-checked locking, which is a broken pattern, and we should use 
computeIfAbsent. In getFunctionStats and getFunctionStats.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-6355) Synchronization issues in InternalDistributedSystem function stats

2019-02-04 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-6355:
---

Assignee: Galen O'Sullivan

> Synchronization issues in InternalDistributedSystem function stats
> --
>
> Key: GEODE-6355
> URL: https://issues.apache.org/jira/browse/GEODE-6355
> Project: Geode
>  Issue Type: Bug
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>
> This uses double-checked locking, which is a broken pattern, and we should 
> use computeIfAbsent. In getFunctionStats and getFunctionStats.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-6353) Remove SecurityConfig ThreadLocal

2019-02-04 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-6353.
-
   Resolution: Fixed
Fix Version/s: 1.9.0

> Remove SecurityConfig ThreadLocal
> -
>
> Key: GEODE-6353
> URL: https://issues.apache.org/jira/browse/GEODE-6353
> Project: Geode
>  Issue Type: Improvement
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.9.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> SecurityConfig uses a ThreadLocal to pass the SecurityConfig object into 
> InternalDistributedSystem. This should be passed in to the create method and 
> constructor instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-6353) Remove SecurityConfig ThreadLocal

2019-02-01 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-6353:
---

Assignee: Galen O'Sullivan

> Remove SecurityConfig ThreadLocal
> -
>
> Key: GEODE-6353
> URL: https://issues.apache.org/jira/browse/GEODE-6353
> Project: Geode
>  Issue Type: Improvement
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>
> SecurityConfig uses a ThreadLocal to pass the SecurityConfig object into 
> InternalDistributedSystem. This should be passed in to the create method and 
> constructor instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-6353) Remove SecurityConfig ThreadLocal

2019-02-01 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-6353:
---

 Summary: Remove SecurityConfig ThreadLocal
 Key: GEODE-6353
 URL: https://issues.apache.org/jira/browse/GEODE-6353
 Project: Geode
  Issue Type: Improvement
Reporter: Galen O'Sullivan


SecurityConfig uses a ThreadLocal to pass the SecurityConfig object into 
InternalDistributedSystem. This should be passed in to the create method and 
constructor instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-6153) Geode incorrectly parses the 'locators' property throwing a NullPointerException

2019-01-03 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-6153:
---

Assignee: Galen O'Sullivan

> Geode incorrectly parses the 'locators' property throwing a 
> NullPointerException
> 
>
> Key: GEODE-6153
> URL: https://issues.apache.org/jira/browse/GEODE-6153
> Project: Geode
>  Issue Type: Bug
>  Components: configuration, core, locator
>Reporter: John Blum
>Assignee: Galen O'Sullivan
>Priority: Major
>
> When defining Geode Properties and using the API to start a Geode Server 
> connecting to an existing Locator, if the {{hostname}} of the Locator is 
> incorrectly typed, Geode will throw a {{NullPointerException}}.
> For instance, if I define Geode Properties using...
> {code:java}
> ...
>   private static Properties gemfireProperties() {
> Properties gemfireProperties = new Properties();
> gemfireProperties.setProperty("name", "SessionGeodeServer");
> gemfireProperties.setProperty("log-level", LOG_LEVEL);
> gemfireProperties.setProperty("locators", "loclhost[10334]");
> gemfireProperties.setProperty("jmx-manager", "true");
> gemfireProperties.setProperty("jmx-manager-start", "true");
> gemfireProperties.setProperty("start-locator", "localhost[10334]");
> return gemfireProperties;
>   }
>   private static Cache gemfireCache(Properties gemfireProperties) {
> return new CacheFactory(gemfireProperties).create();
>   }
> ...
> {code}
> And, as you can see, I mistyped "localhost" as "loclhost" in 
> {{gemfireProperties.setProperty("locators", "loclhost[10334]");}}, this 
> results in...
> {code:java}
> Exception in thread "main" java.lang.NullPointerException
>   at 
> org.apache.geode.distributed.internal.membership.gms.GMSUtil.parseLocators(GMSUtil.java:91)
>   at 
> org.apache.geode.distributed.internal.membership.gms.locator.GMSLocator.(GMSLocator.java:109)
>   at 
> org.apache.geode.distributed.internal.membership.gms.GMSMemberFactory.newLocatorHandler(GMSMemberFactory.java:125)
>   at 
> org.apache.geode.distributed.internal.membership.MemberFactory.newLocatorHandler(MemberFactory.java:100)
>   at 
> org.apache.geode.distributed.internal.InternalLocator.startPeerLocation(InternalLocator.java:537)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.startInitLocator(InternalDistributedSystem.java:867)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:749)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:355)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:343)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:335)
>   at 
> org.apache.geode.distributed.DistributedSystem.connect(DistributedSystem.java:211)
>   at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:219)
>   at 
> example.tests.geode.SessionGeodeServer.gemfireCache(SessionGeodeServer.java:70)
>   at 
> example.tests.geode.SessionGeodeServer.main(SessionGeodeServer.java:52)
> {code}
> Even worse, if I had not set my {{log-level}} to at least "warn" (e.g. 
> suppose I set the {{log-level}} to "error") I would possibly never have seen 
> these warning messages...
> {code:java}
> [warn 2018/12/06 10:14:34.365 PST  tid=0x1] Unknown locator host: 
> loclhost
> [warn 2018/12/06 10:14:34.367 PST  tid=0x1] Unknown locator host: 
> loclhost
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-6221) CI Failure: LocatorConnectionDUnitTest.testInvalidOperationReturnsFailure statistics verification failed for bytesSent

2018-12-28 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-6221:
---

Assignee: Galen O'Sullivan

> CI Failure: LocatorConnectionDUnitTest.testInvalidOperationReturnsFailure 
> statistics verification failed for bytesSent
> --
>
> Key: GEODE-6221
> URL: https://issues.apache.org/jira/browse/GEODE-6221
> Project: Geode
>  Issue Type: Bug
>Affects Versions: 1.9.0
>Reporter: Kenneth Howe
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.9.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Seen in the most recent CI run, so don't know if this is a consistent failure 
> or some previously unseen flaky failure.
> Test failure found in 
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/253]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-6221) CI Failure: LocatorConnectionDUnitTest.testInvalidOperationReturnsFailure statistics verification failed for bytesSent

2018-12-28 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-6221.
-
   Resolution: Fixed
Fix Version/s: 1.9.0

> CI Failure: LocatorConnectionDUnitTest.testInvalidOperationReturnsFailure 
> statistics verification failed for bytesSent
> --
>
> Key: GEODE-6221
> URL: https://issues.apache.org/jira/browse/GEODE-6221
> Project: Geode
>  Issue Type: Bug
>Affects Versions: 1.9.0
>Reporter: Kenneth Howe
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.9.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Seen in the most recent CI run, so don't know if this is a consistent failure 
> or some previously unseen flaky failure.
> Test failure found in 
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/253]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5816) ClusterStartupRule fails to launch JMX manager (port already in use)

2018-12-27 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-5816:
-

Looks like this appeared again in a PR run: 
https://concourse.apachegeode-ci.info/builds/27116

> ClusterStartupRule fails to launch JMX manager (port already in use)
> 
>
> Key: GEODE-5816
> URL: https://issues.apache.org/jira/browse/GEODE-5816
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Bill Burcham
>Assignee: Brian Rowe
>Priority: Major
>  Labels: swat
>
> We see these related failures on a couple tests in 
> RegionMembershipMBeanOverHttpDUnitTest from our recent mass-test-run.
> From looking at the stack traces though, we surmise that the problem occurs 
> in the ClusterStartupRule _before_ the actual tests run. Since it occurs 
> before the tests run, we think the problem lies outside the 
> RegionMembershipMBeanOverHttpDUnitTest class.
> {noformat}
>   4 failures (99.600% success 
> rate)org.apache.geode.management.internal.cli.commands.RegionMembershipMBeanOverHttpDUnitTest
>  |  .testAddRmNewMemberWithReplicatedRegionsAndSubregions:  1 failures 
> (99.900% success rate)
>  |   |  Failed build 24   at 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mass-test-run/jobs/DistributedTest/builds/24
>  |  .testMultiplePartitionedRegions:  3 failures (99.700% success rate)
>  |   |  Failed build 982  at 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mass-test-run/jobs/DistributedTest/builds/982
>  |   |  Failed build 256  at 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/mass-test-run/jobs/DistributedTest/builds/256
> {noformat}
> Here's a stack trace:
> {noformat}
> 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 358
> [error 2018/10/01 06:28:30.869 UTC  
> tid=0x20] Jmx manager could not be started because 
> java.rmi.server.ExportException: Port already in use: 25305; nested exception 
> is: 
>   java.net.BindException: Failed to create server socket on  
> ffd50f3577c5/172.17.0.20[25305]
> org.apache.geode.management.ManagementException: 
> java.rmi.server.ExportException: Port already in use: 25305; nested exception 
> is: 
>   java.net.BindException: Failed to create server socket on  
> ffd50f3577c5/172.17.0.20[25305]
>   at 
> org.apache.geode.management.internal.ManagementAgent.startAgent(ManagementAgent.java:162)
>   at 
> org.apache.geode.management.internal.SystemManagementService.startManager(SystemManagementService.java:435)
>   at 
> org.apache.geode.management.internal.beans.ManagementAdapter.handleCacheCreation(ManagementAdapter.java:173)
>   at 
> org.apache.geode.management.internal.beans.ManagementListener.handleEvent(ManagementListener.java:118)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.notifyResourceEventListeners(InternalDistributedSystem.java:2201)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.handleResourceEvent(InternalDistributedSystem.java:591)
>   at 
> org.apache.geode.internal.cache.GemFireCacheImpl.initialize(GemFireCacheImpl.java:1218)
>   at 
> org.apache.geode.internal.cache.GemFireCacheImpl.basicCreate(GemFireCacheImpl.java:793)
>   at 
> org.apache.geode.internal.cache.GemFireCacheImpl.create(GemFireCacheImpl.java:779)
>   at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:177)
>   at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:224)
>   at 
> org.apache.geode.distributed.internal.InternalLocator.startCache(InternalLocator.java:662)
>   at 
> org.apache.geode.distributed.internal.InternalLocator.startDistributedSystem(InternalLocator.java:649)
>   at 
> org.apache.geode.distributed.internal.InternalLocator.startLocator(InternalLocator.java:311)
>   at org.apache.geode.distributed.Locator.startLocator(Locator.java:253)
>   at 
> org.apache.geode.distributed.Locator.startLocatorAndDS(Locator.java:140)
>   at 
> org.apache.geode.test.junit.rules.LocatorStarterRule.startLocator(LocatorStarterRule.java:87)
>   at 
> org.apache.geode.test.junit.rules.LocatorStarterRule.before(LocatorStarterRule.java:68)
>   at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule.lambda$startLocatorVM$22d9b8a8$1(ClusterStartupRule.java:206)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> 

[jira] [Created] (GEODE-6238) Protobuf clients should be able to read stored values that have not been propagated across the wire

2018-12-27 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-6238:
---

 Summary: Protobuf clients should be able to read stored values 
that have not been propagated across the wire
 Key: GEODE-6238
 URL: https://issues.apache.org/jira/browse/GEODE-6238
 Project: Geode
  Issue Type: Bug
  Components: client/server
Reporter: Galen O'Sullivan


For example, GetAndPutJsonDocumentsDUnitTest puts a value in a different JVM 
than the one it queries against. This behavior won't work in production, we 
need to serialized PdxSerializable values that have been stored, even if 
they're stored in deserialized format.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-6221) CI Failure: LocatorConnectionDUnitTest.testInvalidOperationReturnsFailure statistics verification failed for bytesSent

2018-12-18 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-6221:
-

Looks like this failed on messagesSent from the line number (and that would 
make sense for the numbers we're seeing). Somehow it picked up an extra message?

> CI Failure: LocatorConnectionDUnitTest.testInvalidOperationReturnsFailure 
> statistics verification failed for bytesSent
> --
>
> Key: GEODE-6221
> URL: https://issues.apache.org/jira/browse/GEODE-6221
> Project: Geode
>  Issue Type: Bug
>Affects Versions: 1.9.0
>Reporter: Kenneth Howe
>Priority: Major
>
> Seen in the most recent CI run, so don't know if this is a consistent failure 
> or some previously unseen flaky failure.
> Test failure found in 
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/253]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-6221) CI Failure: LocatorConnectionDUnitTest.testInvalidOperationReturnsFailure statistics verification failed for bytesSent

2018-12-18 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-6221:

Description: 
Seen in the most recent CI run, so don't know if this is a consistent failure 
or some previously unseen flaky failure.

Test failure found in 
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/253]

 

  was:
Seen in the most recent CI run, so don't know if this is a nee consistent 
failure or some previously unseen flaky failure.

Test failure found in 
[https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/253]

 


> CI Failure: LocatorConnectionDUnitTest.testInvalidOperationReturnsFailure 
> statistics verification failed for bytesSent
> --
>
> Key: GEODE-6221
> URL: https://issues.apache.org/jira/browse/GEODE-6221
> Project: Geode
>  Issue Type: Bug
>Affects Versions: 1.9.0
>Reporter: Kenneth Howe
>Priority: Major
>
> Seen in the most recent CI run, so don't know if this is a consistent failure 
> or some previously unseen flaky failure.
> Test failure found in 
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/253]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-5800) Code cleanup: remove redundant casts from DataSerializer calls

2018-12-17 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-5800:
---

Assignee: (was: Galen O'Sullivan)

> Code cleanup: remove redundant casts from DataSerializer calls
> --
>
> Key: GEODE-5800
> URL: https://issues.apache.org/jira/browse/GEODE-5800
> Project: Geode
>  Issue Type: Bug
>  Components: serialization
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Since DataSerializer casts whatever object it receives to whatever type the 
> receiver expects, we don't need casts for {{readObject}}, {{readSet}}, etc.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-6036) sanctionedDataSerializables.txt is in a different order from the generated code

2018-12-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-6036.
-
   Resolution: Fixed
Fix Version/s: 1.9.0

> sanctionedDataSerializables.txt is in a different order from the generated 
> code
> ---
>
> Key: GEODE-6036
> URL: https://issues.apache.org/jira/browse/GEODE-6036
> Project: Geode
>  Issue Type: Bug
>  Components: serialization, tests
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.9.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> This means that if anyone tries to merge something and copy the actual over 
> the expected, it will result in a huge diff. Let's do that copy with no 
> changes and make reviewing other changes easier.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-5793) LocatorDUnitTest. testNonSSLLocatorDiesWhenConnectingToSSLLocator

2018-12-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-5793.
-
   Resolution: Fixed
Fix Version/s: 1.9.0

> LocatorDUnitTest. testNonSSLLocatorDiesWhenConnectingToSSLLocator
> -
>
> Key: GEODE-5793
> URL: https://issues.apache.org/jira/browse/GEODE-5793
> Project: Geode
>  Issue Type: Bug
>  Components: core
>Reporter: Mark Hanson
>Assignee: Mark Hanson
>Priority: Major
>  Labels: swat
> Fix For: 1.9.0
>
>
> Test is failing in repeat testing...
> {noformat}
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.distributed.LocatorDUnitTest$$Lambda$188/70866106.call in VM 
> 2 running on Host e7125e553103 with 5 VMs
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:450)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:419)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:385)
>   at 
> org.apache.geode.distributed.LocatorDUnitTest.startLocatorGetPort(LocatorDUnitTest.java:1770)
>   at 
> org.apache.geode.distributed.LocatorDUnitTest.testNonSSLLocatorDiesWhenConnectingToSSLLocator(LocatorDUnitTest.java:407)
>   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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   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)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   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 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.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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> 

[jira] [Updated] (GEODE-5541) A create followed by a destroy of the same key in a transaction invokes cache listener on remote node

2018-11-28 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5541:

Affects Version/s: 1.8.0

> A create followed by a destroy of the same key in a transaction invokes cache 
> listener on remote node
> -
>
> Key: GEODE-5541
> URL: https://issues.apache.org/jira/browse/GEODE-5541
> Project: Geode
>  Issue Type: Bug
>  Components: transactions
>Affects Versions: 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.8.0
>Reporter: Eric Shu
>Assignee: Eric Shu
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> A create followed by a destroy of the same key in a transaction is treated as 
> a no op on the near side (transaction host), and no destroy event is invoked 
> on the transaction host. The destroy operation is distributed to remote nodes 
> (far side). The intend is to make sure a normal region can destroy the key if 
> it exists (far side). 
> Currently a destroy event is invoked for this no op on remote node even 
> though the node does not have the key.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-6039) Deprecate JUnit4DistributedTestCase and JUnit4CacheTestCase

2018-11-21 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-6039.
-
   Resolution: Fixed
Fix Version/s: 1.9.0

> Deprecate JUnit4DistributedTestCase and JUnit4CacheTestCase
> ---
>
> Key: GEODE-6039
> URL: https://issues.apache.org/jira/browse/GEODE-6039
> Project: Geode
>  Issue Type: Improvement
>  Components: tests
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.9.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> With the move to a ClusterStarterRule-based approach (or starting a cluster 
> using the public Geode API), these classes should be deprecated.
> Discussion on the list: 
> https://lists.apache.org/thread.html/5aec41732ffbd5c8c10f8514c280b94cf00f2f152d05938b0c842c3e@%3Cdev.geode.apache.org%3E



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-1358) JUnit3DistributedTestCase may invoke initializeDistributedTestCase even when test is not executed

2018-11-12 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-1358.
-
Resolution: Invalid

JUnit3DistributedTestCase is gone now, so this ticket is obsolete.

> JUnit3DistributedTestCase may invoke initializeDistributedTestCase even when 
> test is not executed
> -
>
> Key: GEODE-1358
> URL: https://issues.apache.org/jira/browse/GEODE-1358
> Project: Geode
>  Issue Type: Improvement
>  Components: tests
>Reporter: Kirk Lund
>Priority: Major
>
> If we move "JUnit4DistributedTestCase.initializeDistributedTestCase();" 
> out of the constructor for JUnit3DistributedTestCase then we may avoid 
> unintended calls to...
> at 
> com.gemstone.gemfire.test.dunit.standalone.DUnitLauncher.launchIfNeeded(DUnitLauncher.java:130)
> ...during "test" or other test.gradle tasks that fail to exclude *DUnitTest 
> file pattern.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-6039) Deprecate JUnit4DistributedTestCase and JUnit4CacheTestCase

2018-11-12 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-6039:
---

Assignee: Galen O'Sullivan

> Deprecate JUnit4DistributedTestCase and JUnit4CacheTestCase
> ---
>
> Key: GEODE-6039
> URL: https://issues.apache.org/jira/browse/GEODE-6039
> Project: Geode
>  Issue Type: Improvement
>  Components: tests
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>
> With the move to a ClusterStarterRule-based approach (or starting a cluster 
> using the public Geode API), these classes should be deprecated.
> Discussion on the list: 
> https://lists.apache.org/thread.html/5aec41732ffbd5c8c10f8514c280b94cf00f2f152d05938b0c842c3e@%3Cdev.geode.apache.org%3E



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-6039) Deprecate JUnit4DistributedTestCase and JUnit4CacheTestCase

2018-11-12 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-6039:
---

 Summary: Deprecate JUnit4DistributedTestCase and 
JUnit4CacheTestCase
 Key: GEODE-6039
 URL: https://issues.apache.org/jira/browse/GEODE-6039
 Project: Geode
  Issue Type: Bug
  Components: tests
Reporter: Galen O'Sullivan


With the move to a ClusterStarterRule-based approach (or starting a cluster 
using the public Geode API), these classes should be deprecated.

Discussion on the list: 
https://lists.apache.org/thread.html/5aec41732ffbd5c8c10f8514c280b94cf00f2f152d05938b0c842c3e@%3Cdev.geode.apache.org%3E





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-6039) Deprecate JUnit4DistributedTestCase and JUnit4CacheTestCase

2018-11-12 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-6039:

Issue Type: Improvement  (was: Bug)

> Deprecate JUnit4DistributedTestCase and JUnit4CacheTestCase
> ---
>
> Key: GEODE-6039
> URL: https://issues.apache.org/jira/browse/GEODE-6039
> Project: Geode
>  Issue Type: Improvement
>  Components: tests
>Reporter: Galen O'Sullivan
>Priority: Major
>
> With the move to a ClusterStarterRule-based approach (or starting a cluster 
> using the public Geode API), these classes should be deprecated.
> Discussion on the list: 
> https://lists.apache.org/thread.html/5aec41732ffbd5c8c10f8514c280b94cf00f2f152d05938b0c842c3e@%3Cdev.geode.apache.org%3E



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-6036) sanctionedDataSerializables.txt is in a different order from the generated code

2018-11-09 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-6036:
---

Assignee: Galen O'Sullivan

> sanctionedDataSerializables.txt is in a different order from the generated 
> code
> ---
>
> Key: GEODE-6036
> URL: https://issues.apache.org/jira/browse/GEODE-6036
> Project: Geode
>  Issue Type: Bug
>  Components: serialization, tests
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>
> This means that if anyone tries to merge something and copy the actual over 
> the expected, it will result in a huge diff. Let's do that copy with no 
> changes and make reviewing other changes easier.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-6036) sanctionedDataSerializables.txt is in a different order from the generated code

2018-11-09 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-6036:
---

 Summary: sanctionedDataSerializables.txt is in a different order 
from the generated code
 Key: GEODE-6036
 URL: https://issues.apache.org/jira/browse/GEODE-6036
 Project: Geode
  Issue Type: Bug
  Components: serialization, tests
Reporter: Galen O'Sullivan


This means that if anyone tries to merge something and copy the actual over the 
expected, it will result in a huge diff. Let's do that copy with no changes and 
make reviewing other changes easier.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-5998) Redis adapter: add geospatial operations

2018-11-08 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-5998.
-
   Resolution: Done
Fix Version/s: 1.9.0

> Redis adapter: add geospatial operations
> 
>
> Key: GEODE-5998
> URL: https://issues.apache.org/jira/browse/GEODE-5998
> Project: Geode
>  Issue Type: New Feature
>  Components: redis
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.9.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5228) ServerLauncherRemoteFileIntegrationTest fails intermittently with IllegalStateException vf.gf.server.status is blank

2018-11-07 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-5228:
-


Saw this in a PR run: https://concourse.apachegeode-ci.info/builds/13856

> ServerLauncherRemoteFileIntegrationTest fails intermittently with 
> IllegalStateException vf.gf.server.status is blank
> 
>
> Key: GEODE-5228
> URL: https://issues.apache.org/jira/browse/GEODE-5228
> Project: Geode
>  Issue Type: Bug
>  Components: management, tests
>Reporter: Kirk Lund
>Assignee: Jason Huynh
>Priority: Minor
>  Labels: ServerLauncher, ci, flaky, swat
>
> {noformat}
> java.lang.IllegalStateException: Status file 
> '/tmp/build/ae3c03f4/built-geode/tmp/junit5775773082469887234/vf.gf.server.status'
>  is blank
>   at 
> org.apache.geode.internal.process.FileProcessController.status(FileProcessController.java:152)
>   at 
> org.apache.geode.internal.process.FileProcessController.status(FileProcessController.java:89)
>   at 
> org.apache.geode.distributed.ServerLauncher.statusWithWorkingDirectory(ServerLauncher.java:1102)
>   at 
> org.apache.geode.distributed.ServerLauncher.status(ServerLauncher.java:1050)
>   at 
> org.apache.geode.distributed.ServerLauncherRemoteIntegrationTestCase.lambda$awaitStart$1(ServerLauncherRemoteIntegrationTestCase.java:198)
>   at 
> org.awaitility.core.AssertionCondition$1.eval(AssertionCondition.java:55)
>   at 
> org.awaitility.core.ConditionAwaiter$ConditionPoller.run(ConditionAwaiter.java:215)
>   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:748)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-5998) Redis adapter: add geospatial operations

2018-11-06 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5998:

Issue Type: New Feature  (was: Bug)

> Redis adapter: add geospatial operations
> 
>
> Key: GEODE-5998
> URL: https://issues.apache.org/jira/browse/GEODE-5998
> Project: Geode
>  Issue Type: New Feature
>  Components: redis
>Reporter: Galen O'Sullivan
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-5998) Redis adapter: add geospatial operations

2018-11-06 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5998:
---

 Summary: Redis adapter: add geospatial operations
 Key: GEODE-5998
 URL: https://issues.apache.org/jira/browse/GEODE-5998
 Project: Geode
  Issue Type: Bug
  Components: redis
Reporter: Galen O'Sullivan






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5998) Redis adapter: add geospatial operations

2018-11-06 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-5998:
-

https://github.com/apache/geode/pull/2210

> Redis adapter: add geospatial operations
> 
>
> Key: GEODE-5998
> URL: https://issues.apache.org/jira/browse/GEODE-5998
> Project: Geode
>  Issue Type: New Feature
>  Components: redis
>Reporter: Galen O'Sullivan
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-5894) bouncycastle is misspelled as bounty-castle in dependency-versions.properties

2018-10-18 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5894:

Issue Type: Task  (was: Bug)

> bouncycastle is misspelled as bounty-castle in dependency-versions.properties
> -
>
> Key: GEODE-5894
> URL: https://issues.apache.org/jira/browse/GEODE-5894
> Project: Geode
>  Issue Type: Task
>  Components: build
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Trivial
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> {noformat}
> geode-junit/build.gradle
> 41:  compile('org.bouncycastle:bcpkix-jdk15on:' + 
> project.'bounty-castle.version')
> gradle/dependency-versions.properties
> 21:bounty-castle.version = 1.59
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-5894) bouncycastle is misspelled as bounty-castle in dependency-versions.properties

2018-10-18 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-5894.
-
Resolution: Fixed

> bouncycastle is misspelled as bounty-castle in dependency-versions.properties
> -
>
> Key: GEODE-5894
> URL: https://issues.apache.org/jira/browse/GEODE-5894
> Project: Geode
>  Issue Type: Bug
>  Components: build
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Trivial
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> {noformat}
> geode-junit/build.gradle
> 41:  compile('org.bouncycastle:bcpkix-jdk15on:' + 
> project.'bounty-castle.version')
> gradle/dependency-versions.properties
> 21:bounty-castle.version = 1.59
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-5894) bouncycastle is misspelled as bounty-castle in dependency-versions.properties

2018-10-17 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5894:

Priority: Trivial  (was: Major)

> bouncycastle is misspelled as bounty-castle in dependency-versions.properties
> -
>
> Key: GEODE-5894
> URL: https://issues.apache.org/jira/browse/GEODE-5894
> Project: Geode
>  Issue Type: Bug
>  Components: build
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Trivial
>
> {noformat}
> geode-junit/build.gradle
> 41:  compile('org.bouncycastle:bcpkix-jdk15on:' + 
> project.'bounty-castle.version')
> gradle/dependency-versions.properties
> 21:bounty-castle.version = 1.59
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-5894) bouncycastle is misspelled as bounty-castle in dependency-versions.properties

2018-10-17 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-5894:
---

Assignee: Galen O'Sullivan

> bouncycastle is misspelled as bounty-castle in dependency-versions.properties
> -
>
> Key: GEODE-5894
> URL: https://issues.apache.org/jira/browse/GEODE-5894
> Project: Geode
>  Issue Type: Bug
>  Components: build
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>
> {noformat}
> geode-junit/build.gradle
> 41:  compile('org.bouncycastle:bcpkix-jdk15on:' + 
> project.'bounty-castle.version')
> gradle/dependency-versions.properties
> 21:bounty-castle.version = 1.59
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-5894) bouncycastle is misspelled as bounty-castle in dependency-versions.properties

2018-10-17 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5894:
---

 Summary: bouncycastle is misspelled as bounty-castle in 
dependency-versions.properties
 Key: GEODE-5894
 URL: https://issues.apache.org/jira/browse/GEODE-5894
 Project: Geode
  Issue Type: Bug
  Components: build
Reporter: Galen O'Sullivan


{noformat}
geode-junit/build.gradle
41:  compile('org.bouncycastle:bcpkix-jdk15on:' + 
project.'bounty-castle.version')

gradle/dependency-versions.properties
21:bounty-castle.version = 1.59
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-5830) ssl-enabled-components does not actually support "none"

2018-10-04 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5830:

Description: 
ConfigurationProperties.ssl-enabled-components says in its docs that "none" is 
a valid setting, but actually that throws an error when the Cache is created. 
This could be made a valid option or the docs just corrected.

Docs:
{code}
/** 
   * Options: "all","server","cluster","gateway","web","jmx","none" -- 
As described
   * {@link org.apache.geode.security.SecurableCommunicationChannels} 
Since: Geode 1.0
   */
  String SSL_ENABLED_COMPONENTS = "ssl-enabled-components";
{code}


This test fails with the exception that follows it:
{code}
  @Test
  public void test() {
final Properties properties = new Properties();
properties.setProperty(ConfigurationProperties.SSL_ENABLED_COMPONENTS, 
"none");
try (final Cache cache = new CacheFactory(properties).create()) {
}
  }
{code}

{noformat}
java.lang.IllegalArgumentException: org.apache.geode.GemFireConfigException: 
There is no registered component for the name: none

at 
org.apache.geode.internal.AbstractConfig.commaDelimitedStringToSecurableCommunicationChannels(AbstractConfig.java:403)
at 
org.apache.geode.internal.AbstractConfig.setAttribute(AbstractConfig.java:275)
at 
org.apache.geode.distributed.internal.DistributionConfigImpl.initialize(DistributionConfigImpl.java:1623)
at 
org.apache.geode.distributed.internal.DistributionConfigImpl.(DistributionConfigImpl.java:984)
at 
org.apache.geode.distributed.internal.DistributionConfigImpl.(DistributionConfigImpl.java:893)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.(InternalDistributedSystem.java:530)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:354)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:343)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:335)
at 
org.apache.geode.distributed.DistributedSystem.connect(DistributedSystem.java:211)
at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:219)
at 
org.apache.geode.distributed.ConfigurationPropertiesTest.test(ConfigurationPropertiesTest.java:18)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
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.junit.runner.JUnitCore.run(JUnitCore.java:137)
at 
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
at 
com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
at 
com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at 
com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
Caused by: org.apache.geode.GemFireConfigException: There is no registered 
component for the name: none
at 
org.apache.geode.internal.security.SecurableCommunicationChannel.getEnum(SecurableCommunicationChannel.java:43)
at 
org.apache.geode.internal.AbstractConfig.commaDelimitedStringToSecurableCommunicationChannels(AbstractConfig.java:401)
... 33 more


Process finished with exit code 255
{noformat}

  was:
ssl-enabled-components says in its docs that "none" is a valid setting, but 
actually that throws an error when the Cache is created.

Docs:
{code}
/** 
   * Options: 

[jira] [Created] (GEODE-5830) ssl-enabled-components does not actually support "none"

2018-10-04 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5830:
---

 Summary: ssl-enabled-components does not actually support "none"
 Key: GEODE-5830
 URL: https://issues.apache.org/jira/browse/GEODE-5830
 Project: Geode
  Issue Type: Bug
  Components: configuration, messaging
Reporter: Galen O'Sullivan


ssl-enabled-components says in its docs that "none" is a valid setting, but 
actually that throws an error when the Cache is created.

Docs:
{code}
/** 
   * Options: "all","server","cluster","gateway","web","jmx","none" -- 
As described
   * {@link org.apache.geode.security.SecurableCommunicationChannels} 
Since: Geode 1.0
   */
  String SSL_ENABLED_COMPONENTS = "ssl-enabled-components";
{code}


This test fails with the exception that follows it:
{code}
  @Test
  public void test() {
final Properties properties = new Properties();
properties.setProperty(ConfigurationProperties.SSL_ENABLED_COMPONENTS, 
"none");
try (final Cache cache = new CacheFactory(properties).create()) {
}
  }
{code}

{noformat}
java.lang.IllegalArgumentException: org.apache.geode.GemFireConfigException: 
There is no registered component for the name: none

at 
org.apache.geode.internal.AbstractConfig.commaDelimitedStringToSecurableCommunicationChannels(AbstractConfig.java:403)
at 
org.apache.geode.internal.AbstractConfig.setAttribute(AbstractConfig.java:275)
at 
org.apache.geode.distributed.internal.DistributionConfigImpl.initialize(DistributionConfigImpl.java:1623)
at 
org.apache.geode.distributed.internal.DistributionConfigImpl.(DistributionConfigImpl.java:984)
at 
org.apache.geode.distributed.internal.DistributionConfigImpl.(DistributionConfigImpl.java:893)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.(InternalDistributedSystem.java:530)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:354)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:343)
at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:335)
at 
org.apache.geode.distributed.DistributedSystem.connect(DistributedSystem.java:211)
at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:219)
at 
org.apache.geode.distributed.ConfigurationPropertiesTest.test(ConfigurationPropertiesTest.java:18)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
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.junit.runner.JUnitCore.run(JUnitCore.java:137)
at 
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
at 
com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
at 
com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at 
com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
Caused by: org.apache.geode.GemFireConfigException: There is no registered 
component for the name: none
at 
org.apache.geode.internal.security.SecurableCommunicationChannel.getEnum(SecurableCommunicationChannel.java:43)
at 
org.apache.geode.internal.AbstractConfig.commaDelimitedStringToSecurableCommunicationChannels(AbstractConfig.java:401)
... 33 more


Process finished with exit code 255
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-1746) ConnectionFactoryImpl handshake refactoring

2018-10-02 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-1746:
-

It looks like this field has moved to {{ConnectionConnector}}, but the issue 
may not have changed.

> ConnectionFactoryImpl handshake refactoring
> ---
>
> Key: GEODE-1746
> URL: https://issues.apache.org/jira/browse/GEODE-1746
> Project: Geode
>  Issue Type: Task
>  Components: client/server
>Reporter: Bruce Schuchardt
>Priority: Major
>
> ConnectionFactoryImpl has this TODO:
> {noformat}
>   //TODO  - the handshake holds state. It seems like the code depends 
>   //on all of the handshake operations happening in a single thread. I don't 
> think we
>   //want that, need to refactor.
>   private final HandShake handshake;
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-4961) Add a customizable value encoding to the protobuf protocol

2018-10-02 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-4961.
-
   Resolution: Done
Fix Version/s: 1.6.0

> Add a customizable value encoding to the protobuf protocol
> --
>
> Key: GEODE-4961
> URL: https://issues.apache.org/jira/browse/GEODE-4961
> Project: Geode
>  Issue Type: New Feature
>  Components: client/server
>Reporter: Dan Smith
>Assignee: Dan Smith
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.6.0
>
>  Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> All values sent using the protobuf client/server protocol are currently 
> encoded using JSON if they are not primitives.
> Users may want to serialize their objects in some other format than JSON. In 
> order to accomplish this, we should add a way to control the serialization 
> format.
> We can do this by adding the CustomValueSerializer described in this wiki 
> page - 
> [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75975878]
> We should also add support to the geode-experimental-driver module to allow 
> users of  that driver to customize the serialization of their objects.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-5781) repeatTest should not combine classpaths

2018-10-01 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-5781.
-
   Resolution: Fixed
Fix Version/s: 1.8.0

> repeatTest should not combine classpaths
> 
>
> Key: GEODE-5781
> URL: https://issues.apache.org/jira/browse/GEODE-5781
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.8.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> repeatTests combines the classpaths of all the test source sets, which means 
> that a test run under repeatTest will have a different classpath than the 
> same test would if run using, e.g. distributedTest.
> This can make it harder to reproduce some tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-5800) Code cleanup: remove redundant casts from DataSerializer calls

2018-10-01 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5800:
---

 Summary: Code cleanup: remove redundant casts from DataSerializer 
calls
 Key: GEODE-5800
 URL: https://issues.apache.org/jira/browse/GEODE-5800
 Project: Geode
  Issue Type: Bug
  Components: serialization
Reporter: Galen O'Sullivan


Since DataSerializer casts whatever object it receives to whatever type the 
receiver expects, we don't need casts for {{readObject}}, {{readSet}}, etc.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-5800) Code cleanup: remove redundant casts from DataSerializer calls

2018-10-01 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-5800:
---

Assignee: Galen O'Sullivan

> Code cleanup: remove redundant casts from DataSerializer calls
> --
>
> Key: GEODE-5800
> URL: https://issues.apache.org/jira/browse/GEODE-5800
> Project: Geode
>  Issue Type: Bug
>  Components: serialization
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>
> Since DataSerializer casts whatever object it receives to whatever type the 
> receiver expects, we don't need casts for {{readObject}}, {{readSet}}, etc.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5764) CI failure: ParallelAsyncEventListenerWithOffHeapDistributedTest.testParallelAsyncEventQueueMoveBucketAndMoveItBackDuringDispatching[dispatcherThreadCount=3]

2018-09-28 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-5764:
-

failed again in a slightly different test class in 
https://concourse.apachegeode-ci.info/teams/main/pipelines/release-1-7-0/jobs/DistributedTest/builds/4

> CI failure: 
> ParallelAsyncEventListenerWithOffHeapDistributedTest.testParallelAsyncEventQueueMoveBucketAndMoveItBackDuringDispatching[dispatcherThreadCount=3]
> -
>
> Key: GEODE-5764
> URL: https://issues.apache.org/jira/browse/GEODE-5764
> Project: Geode
>  Issue Type: Bug
>Reporter: Dale Emery
>Priority: Major
>  Labels: swat
>
> [http://files.apachegeode-ci.info/builds/geode-pr-2461/test-results/distributedTest/1537481968/classes/org.apache.geode.internal.cache.wan.asyncqueue.ParallelAsyncEventListenerWithOffHeapDistributedTest.html#testParallelAsyncEventQueueMoveBucketAndMoveItBackDuringDispatching[dispatcherThreadCount=3]]
>  
> {code:java}
> org.junit.ComparisonFailure: expected:<...05,
> 106,
> 107[,
> 108,
> 109,
> 110,
> 111,
> 112]]> but was:<...05,
> 106,
> 107[]]>
>   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>   at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>   at 
> org.apache.geode.internal.cache.wan.asyncqueue.ParallelAsyncEventListenerDistributedTest.testParallelAsyncEventQueueMoveBucketAndMoveItBackDuringDispatching(ParallelAsyncEventListenerDistributedTest.java:777)
>   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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.apache.geode.test.dunit.rules.AbstractDistributedRule$1.evaluate(AbstractDistributedRule.java:60)
>   at 
> org.apache.geode.test.dunit.rules.AbstractDistributedRule$1.evaluate(AbstractDistributedRule.java:60)
>   at 
> org.apache.geode.test.dunit.rules.AbstractDistributedRule$1.evaluate(AbstractDistributedRule.java:60)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   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.junit.runners.Suite.runChild(Suite.java:128)
>   at org.junit.runners.Suite.runChild(Suite.java:27)
>   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 
> 

[jira] [Updated] (GEODE-5797) CI failure: ConcurrentParallelGatewaySenderDUnitTest.testPartitionedParallelPropagationHA

2018-09-28 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5797:

Description: 
at 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/29
artifacts at 
http://files.apachegeode-ci.info/builds/1.8.0-build.1482/test-artifacts/1538129994/distributedtestfiles-1.8.0-build.1482.tgz

{noformat}
org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderDUnitTest
 > testPartitionedParallelPropagationHA 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 5853



[error 2018/09/28 09:42:18.421 UTC  
tid=0x692] Unexpected exception during bucket recovery

java.lang.IllegalStateException: Region specified in 'colocated-with' 
(/testPartitionedParallelPropagationHA_PR) for region 
/ln_PARALLEL_GATEWAY_SENDER_QUEUE does not exist. It should be created before 
setting 'colocated-with' attribute for this region.

at 
org.apache.geode.internal.cache.ColocationHelper.getColocatedRegion(ColocationHelper.java:94)

at 
org.apache.geode.internal.cache.ColocationHelper.getLeaderRegion(ColocationHelper.java:455)

at 
org.apache.geode.internal.cache.partitioned.PartitionedRegionRebalanceOp.(PartitionedRegionRebalanceOp.java:134)

at 
org.apache.geode.internal.cache.partitioned.PartitionedRegionRebalanceOp.(PartitionedRegionRebalanceOp.java:114)

at 
org.apache.geode.internal.cache.PRHARedundancyProvider$3.run2(PRHARedundancyProvider.java:1587)

at 
org.apache.geode.internal.cache.partitioned.RecoveryRunnable.run(RecoveryRunnable.java:58)

at 
org.apache.geode.internal.OneTaskOnlyExecutor$DelegatingRunnable.run(OneTaskOnlyExecutor.java:141)

at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

at java.util.concurrent.FutureTask.run(FutureTask.java:266)

at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

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)
{noformat}

  was:
at 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/29

{noformat}
org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderDUnitTest
 > testPartitionedParallelPropagationHA 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 5853



[error 2018/09/28 09:42:18.421 UTC  
tid=0x692] Unexpected exception during bucket recovery

java.lang.IllegalStateException: Region specified in 'colocated-with' 
(/testPartitionedParallelPropagationHA_PR) for region 
/ln_PARALLEL_GATEWAY_SENDER_QUEUE does not exist. It should be created before 
setting 'colocated-with' attribute for this region.

at 
org.apache.geode.internal.cache.ColocationHelper.getColocatedRegion(ColocationHelper.java:94)

at 
org.apache.geode.internal.cache.ColocationHelper.getLeaderRegion(ColocationHelper.java:455)

at 
org.apache.geode.internal.cache.partitioned.PartitionedRegionRebalanceOp.(PartitionedRegionRebalanceOp.java:134)

at 
org.apache.geode.internal.cache.partitioned.PartitionedRegionRebalanceOp.(PartitionedRegionRebalanceOp.java:114)

at 
org.apache.geode.internal.cache.PRHARedundancyProvider$3.run2(PRHARedundancyProvider.java:1587)

at 
org.apache.geode.internal.cache.partitioned.RecoveryRunnable.run(RecoveryRunnable.java:58)

at 
org.apache.geode.internal.OneTaskOnlyExecutor$DelegatingRunnable.run(OneTaskOnlyExecutor.java:141)

at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

at java.util.concurrent.FutureTask.run(FutureTask.java:266)

at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  

[jira] [Created] (GEODE-5797) CI failure: ConcurrentParallelGatewaySenderDUnitTest.testPartitionedParallelPropagationHA

2018-09-28 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5797:
---

 Summary: CI failure: 
ConcurrentParallelGatewaySenderDUnitTest.testPartitionedParallelPropagationHA
 Key: GEODE-5797
 URL: https://issues.apache.org/jira/browse/GEODE-5797
 Project: Geode
  Issue Type: Bug
Reporter: Galen O'Sullivan


at 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/29

{noformat}
org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderDUnitTest
 > testPartitionedParallelPropagationHA 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 5853



[error 2018/09/28 09:42:18.421 UTC  
tid=0x692] Unexpected exception during bucket recovery

java.lang.IllegalStateException: Region specified in 'colocated-with' 
(/testPartitionedParallelPropagationHA_PR) for region 
/ln_PARALLEL_GATEWAY_SENDER_QUEUE does not exist. It should be created before 
setting 'colocated-with' attribute for this region.

at 
org.apache.geode.internal.cache.ColocationHelper.getColocatedRegion(ColocationHelper.java:94)

at 
org.apache.geode.internal.cache.ColocationHelper.getLeaderRegion(ColocationHelper.java:455)

at 
org.apache.geode.internal.cache.partitioned.PartitionedRegionRebalanceOp.(PartitionedRegionRebalanceOp.java:134)

at 
org.apache.geode.internal.cache.partitioned.PartitionedRegionRebalanceOp.(PartitionedRegionRebalanceOp.java:114)

at 
org.apache.geode.internal.cache.PRHARedundancyProvider$3.run2(PRHARedundancyProvider.java:1587)

at 
org.apache.geode.internal.cache.partitioned.RecoveryRunnable.run(RecoveryRunnable.java:58)

at 
org.apache.geode.internal.OneTaskOnlyExecutor$DelegatingRunnable.run(OneTaskOnlyExecutor.java:141)

at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

at java.util.concurrent.FutureTask.run(FutureTask.java:266)

at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)

at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)

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)
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-5797) CI failure: ConcurrentParallelGatewaySenderDUnitTest.testPartitionedParallelPropagationHA

2018-09-28 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5797:

Component/s: wan

> CI failure: 
> ConcurrentParallelGatewaySenderDUnitTest.testPartitionedParallelPropagationHA
> -
>
> Key: GEODE-5797
> URL: https://issues.apache.org/jira/browse/GEODE-5797
> Project: Geode
>  Issue Type: Bug
>  Components: wan
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: swat
>
> at 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/29
> {noformat}
> org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderDUnitTest
>  > testPartitionedParallelPropagationHA 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 5853
>   
>   
> [error 2018/09/28 09:42:18.421 UTC  
> tid=0x692] Unexpected exception during bucket recovery
>   
> java.lang.IllegalStateException: Region specified in 'colocated-with' 
> (/testPartitionedParallelPropagationHA_PR) for region 
> /ln_PARALLEL_GATEWAY_SENDER_QUEUE does not exist. It should be created before 
> setting 'colocated-with' attribute for this region.
>   
>   at 
> org.apache.geode.internal.cache.ColocationHelper.getColocatedRegion(ColocationHelper.java:94)
>   
>   at 
> org.apache.geode.internal.cache.ColocationHelper.getLeaderRegion(ColocationHelper.java:455)
>   
>   at 
> org.apache.geode.internal.cache.partitioned.PartitionedRegionRebalanceOp.(PartitionedRegionRebalanceOp.java:134)
>   
>   at 
> org.apache.geode.internal.cache.partitioned.PartitionedRegionRebalanceOp.(PartitionedRegionRebalanceOp.java:114)
>   
>   at 
> org.apache.geode.internal.cache.PRHARedundancyProvider$3.run2(PRHARedundancyProvider.java:1587)
>   
>   at 
> org.apache.geode.internal.cache.partitioned.RecoveryRunnable.run(RecoveryRunnable.java:58)
>   
>   at 
> org.apache.geode.internal.OneTaskOnlyExecutor$DelegatingRunnable.run(OneTaskOnlyExecutor.java:141)
>   
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>   
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>   
>   at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
>   
>   at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
>   
>   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)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-5797) CI failure: ConcurrentParallelGatewaySenderDUnitTest.testPartitionedParallelPropagationHA

2018-09-28 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5797:

Labels: swat  (was: )

> CI failure: 
> ConcurrentParallelGatewaySenderDUnitTest.testPartitionedParallelPropagationHA
> -
>
> Key: GEODE-5797
> URL: https://issues.apache.org/jira/browse/GEODE-5797
> Project: Geode
>  Issue Type: Bug
>  Components: wan
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: swat
>
> at 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/29
> {noformat}
> org.apache.geode.internal.cache.wan.concurrent.ConcurrentParallelGatewaySenderDUnitTest
>  > testPartitionedParallelPropagationHA 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 5853
>   
>   
> [error 2018/09/28 09:42:18.421 UTC  
> tid=0x692] Unexpected exception during bucket recovery
>   
> java.lang.IllegalStateException: Region specified in 'colocated-with' 
> (/testPartitionedParallelPropagationHA_PR) for region 
> /ln_PARALLEL_GATEWAY_SENDER_QUEUE does not exist. It should be created before 
> setting 'colocated-with' attribute for this region.
>   
>   at 
> org.apache.geode.internal.cache.ColocationHelper.getColocatedRegion(ColocationHelper.java:94)
>   
>   at 
> org.apache.geode.internal.cache.ColocationHelper.getLeaderRegion(ColocationHelper.java:455)
>   
>   at 
> org.apache.geode.internal.cache.partitioned.PartitionedRegionRebalanceOp.(PartitionedRegionRebalanceOp.java:134)
>   
>   at 
> org.apache.geode.internal.cache.partitioned.PartitionedRegionRebalanceOp.(PartitionedRegionRebalanceOp.java:114)
>   
>   at 
> org.apache.geode.internal.cache.PRHARedundancyProvider$3.run2(PRHARedundancyProvider.java:1587)
>   
>   at 
> org.apache.geode.internal.cache.partitioned.RecoveryRunnable.run(RecoveryRunnable.java:58)
>   
>   at 
> org.apache.geode.internal.OneTaskOnlyExecutor$DelegatingRunnable.run(OneTaskOnlyExecutor.java:141)
>   
>   at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>   
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>   
>   at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
>   
>   at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
>   
>   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)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-5781) repeatTest should not combine classpaths

2018-09-26 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-5781:
---

Assignee: Galen O'Sullivan

> repeatTest should not combine classpaths
> 
>
> Key: GEODE-5781
> URL: https://issues.apache.org/jira/browse/GEODE-5781
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>
> repeatTests combines the classpaths of all the test source sets, which means 
> that a test run under repeatTest will have a different classpath than the 
> same test would if run using, e.g. distributedTest.
> This can make it harder to reproduce some tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5781) repeatTest should not combine classpaths

2018-09-25 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-5781:
-

This was making it harder to reproduce GEODE-3613 due to multiple versions of 
ant being on the classpath.

> repeatTest should not combine classpaths
> 
>
> Key: GEODE-5781
> URL: https://issues.apache.org/jira/browse/GEODE-5781
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Galen O'Sullivan
>Priority: Major
>
> repeatTests combines the classpaths of all the test source sets, which means 
> that a test run under repeatTest will have a different classpath than the 
> same test would if run using, e.g. distributedTest.
> This can make it harder to reproduce some tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-5781) repeatTest should not combine classpaths

2018-09-25 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5781:
---

 Summary: repeatTest should not combine classpaths
 Key: GEODE-5781
 URL: https://issues.apache.org/jira/browse/GEODE-5781
 Project: Geode
  Issue Type: Bug
  Components: tests
Reporter: Galen O'Sullivan


repeatTests combines the classpaths of all the test source sets, which means 
that a test run under repeatTest will have a different classpath than the same 
test would if run using, e.g. distributedTest.

This can make it harder to reproduce some tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-3613) Jetty9CachingClientServerTest failed in jenkins, unable to shutdown container

2018-09-19 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-3613:
---

Assignee: Galen O'Sullivan

> Jetty9CachingClientServerTest failed in jenkins, unable to shutdown container
> -
>
> Key: GEODE-3613
> URL: https://issues.apache.org/jira/browse/GEODE-3613
> Project: Geode
>  Issue Type: Bug
>  Components: http session
>Reporter: Dan Smith
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: swat
> Attachments: Test results - Class 
> org.apache.geode.session.tests.Jetty9ClientServerTest.html
>
>
> This test failed in jenkins build #953 due to a failure to shutdown jetty
> Jetty9CachingClientServerTest.containersShouldShareDataRemovals
> Revision: 52305a8a7679d761a084f866c1253777345fb29e
> {noformat}
> org.codehaus.cargo.container.ContainerException: Failed to stop the Jetty 
> 9.4.5.v20170502 container. Check the 
> [/home/jenkins/jenkins-slave/workspace/Geode-nightly/geode-assembly/build/distributedTest65/cargo_logs/JETTY9_client-server_containersShouldShareDataRemovals_0_28531005061735378/container.log]
>  file containing the container logs for more details.
>   at 
> org.codehaus.cargo.container.spi.AbstractLocalContainer.stop(AbstractLocalContainer.java:303)
>   at 
> org.apache.geode.session.tests.ServerContainer.stop(ServerContainer.java:210)
>   at 
> org.apache.geode.session.tests.ContainerManager.stopContainer(ContainerManager.java:105)
>   at 
> org.apache.geode.session.tests.ContainerManager.stopContainers(ContainerManager.java:115)
>   at 
> org.apache.geode.session.tests.ContainerManager.stopAllActiveContainers(ContainerManager.java:122)
>   at 
> org.apache.geode.session.tests.CargoTestBase.stop(CargoTestBase.java:71)
>   at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   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.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 
> 

[jira] [Comment Edited] (GEODE-3613) Jetty9CachingClientServerTest failed in jenkins, unable to shutdown container

2018-09-19 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan edited comment on GEODE-3613 at 9/19/18 4:02 PM:
--

Saw this again in 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/414



{noformat}  
org.apache.geode.session.tests.Jetty9CachingClientServerTest > 
newContainersShouldShareDataAccess FAILED

org.codehaus.cargo.container.ContainerException: Failed to stop the Jetty 
9.4.8.v20171121 container. Check the 
[/home/geode/geode/geode-assembly/build/distributedTest152/cargo_logs/JETTY9_client-server_newContainersShouldShareDataAccess_1_1372449304373/container.log]
 file containing the container logs for more details.



Caused by:

org.codehaus.cargo.container.ContainerException: Server port 23996 did 
not shutdown within the timeout period [12]
{noformat}


was (Author: gosullivan):
Saw this again in 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/414

> Jetty9CachingClientServerTest failed in jenkins, unable to shutdown container
> -
>
> Key: GEODE-3613
> URL: https://issues.apache.org/jira/browse/GEODE-3613
> Project: Geode
>  Issue Type: Bug
>  Components: http session
>Reporter: Dan Smith
>Priority: Major
>  Labels: swat
> Attachments: Test results - Class 
> org.apache.geode.session.tests.Jetty9ClientServerTest.html
>
>
> This test failed in jenkins build #953 due to a failure to shutdown jetty
> Jetty9CachingClientServerTest.containersShouldShareDataRemovals
> Revision: 52305a8a7679d761a084f866c1253777345fb29e
> {noformat}
> org.codehaus.cargo.container.ContainerException: Failed to stop the Jetty 
> 9.4.5.v20170502 container. Check the 
> [/home/jenkins/jenkins-slave/workspace/Geode-nightly/geode-assembly/build/distributedTest65/cargo_logs/JETTY9_client-server_containersShouldShareDataRemovals_0_28531005061735378/container.log]
>  file containing the container logs for more details.
>   at 
> org.codehaus.cargo.container.spi.AbstractLocalContainer.stop(AbstractLocalContainer.java:303)
>   at 
> org.apache.geode.session.tests.ServerContainer.stop(ServerContainer.java:210)
>   at 
> org.apache.geode.session.tests.ContainerManager.stopContainer(ContainerManager.java:105)
>   at 
> org.apache.geode.session.tests.ContainerManager.stopContainers(ContainerManager.java:115)
>   at 
> org.apache.geode.session.tests.ContainerManager.stopAllActiveContainers(ContainerManager.java:122)
>   at 
> org.apache.geode.session.tests.CargoTestBase.stop(CargoTestBase.java:71)
>   at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> 

[jira] [Commented] (GEODE-3613) Jetty9CachingClientServerTest failed in jenkins, unable to shutdown container

2018-09-19 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-3613:
-

Saw this again in 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/414

> Jetty9CachingClientServerTest failed in jenkins, unable to shutdown container
> -
>
> Key: GEODE-3613
> URL: https://issues.apache.org/jira/browse/GEODE-3613
> Project: Geode
>  Issue Type: Bug
>  Components: http session
>Reporter: Dan Smith
>Priority: Major
>  Labels: swat
> Attachments: Test results - Class 
> org.apache.geode.session.tests.Jetty9ClientServerTest.html
>
>
> This test failed in jenkins build #953 due to a failure to shutdown jetty
> Jetty9CachingClientServerTest.containersShouldShareDataRemovals
> Revision: 52305a8a7679d761a084f866c1253777345fb29e
> {noformat}
> org.codehaus.cargo.container.ContainerException: Failed to stop the Jetty 
> 9.4.5.v20170502 container. Check the 
> [/home/jenkins/jenkins-slave/workspace/Geode-nightly/geode-assembly/build/distributedTest65/cargo_logs/JETTY9_client-server_containersShouldShareDataRemovals_0_28531005061735378/container.log]
>  file containing the container logs for more details.
>   at 
> org.codehaus.cargo.container.spi.AbstractLocalContainer.stop(AbstractLocalContainer.java:303)
>   at 
> org.apache.geode.session.tests.ServerContainer.stop(ServerContainer.java:210)
>   at 
> org.apache.geode.session.tests.ContainerManager.stopContainer(ContainerManager.java:105)
>   at 
> org.apache.geode.session.tests.ContainerManager.stopContainers(ContainerManager.java:115)
>   at 
> org.apache.geode.session.tests.ContainerManager.stopAllActiveContainers(ContainerManager.java:122)
>   at 
> org.apache.geode.session.tests.CargoTestBase.stop(CargoTestBase.java:71)
>   at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   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.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)

[jira] [Updated] (GEODE-5754) CI failure: AsyncEventListenerWithOffHeapDistributedTest.testReplicatedSerialAsyncEventQueueWithPersistenceEnabled_Restart

2018-09-19 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5754:

Description: 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/414

Possibly related to other failures in this class?

{noformat}
org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventListenerWithOffHeapDistributedTest
 > 
testReplicatedSerialAsyncEventQueueWithPersistenceEnabled_Restart[dispatcherThreadCount=1]
 FAILED

org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventListenerDistributedTest$$Lambda$132/359343882.run
 in VM 0 running on Host d226fe87cc9f with 4 VMs



Caused by:

org.awaitility.core.ConditionTimeoutException: Assertion condition 
defined as a lambda expression in 
org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventListenerDistributedTest
 

Expected size:<1000> but was:<952> in:

<{48=48, 49=49, 50=50, 51=51, 52=52, 53=53, 54=54, 55=55, 56=56, 57=57, 
58=58, 59=59, 60=60, 61=61, 62=62, 63=63, 64=64, 65=65, 66=66, 67=67, 68=68, 
69=69, 70=70, 71=71, 72=72, 73=73, 74=74, 75=75, 76=76, 77=77, 78=78, 79=79, 
80=80, 81=81, 82=82, 83=83, 84=84, 85=85, 86=86, 87=87, 88=88, 89=89, 90=90, 
91=91, 92=92, 93=93, 94=94, 95=95, 96=96, 97=97, 98=98, 99=99, 100=100, 
101=101, 102=102, 103=103, 104=104, 105=105, 106=106, 107=107, 108=108, 
109=109, 110=110, 111=111, 112=112, 113=113, 114=114, 115=115, 116=116, 
117=117, 118=118, 119=119, 120=120, 121=121, 122=122, 123=123, 124=124, 
125=125, 126=126, 127=127, 128=128, 129=129, 130=130, 131=131, 132=132, 
133=133, 134=134, 135=135, 136=136, 137=137, 138=138, 139=139, 140=140, 
141=141, 142=142, 143=143, 144=144, 145=145, 146=146, 147=147, 148=148, 
149=149, 150=150, 151=151, 152=152, 153=153, 154=154, 155=155, 156=156, 
157=157, 158=158, 159=159, 160=160, 161=161, 162=162, 163=163, 164=164, 
165=165, 166=166, 167=167, 168=168, 169=169, 170=170, 171=171, 172=172, 
173=173, 174=174, 175=175, 176=176, 177=177, 178=178, 179=179, 180=180, 
181=181, 182=182, 183=183, 184=184, 185=185, 186=186, 187=187, 188=188, 
189=189, 190=190, 191=191, 192=192, 193=193, 194=194, 195=195, 196=196, 
197=197, 198=198, 199=199, 200=200, 201=201, 202=202, 203=203, 204=204, 
205=205, 206=206, 207=207, 208=208, 209=209, 210=210, 211=211, 212=212, 
213=213, 214=214, 215=215, 216=216, 217=217, 218=218, 219=219, 220=220, 
221=221, 222=222, 223=223, 224=224, 225=225, 226=226, 227=227, 228=228, 
229=229, 230=230, 231=231, 232=232, 233=233, 234=234, 235=235, 236=236, 
237=237, 238=238, 239=239, 240=240, 241=241, 242=242, 243=243, 244=244, 
245=245, 246=246, 247=247, 248=248, 249=249, 250=250, 251=251, 252=252, 
253=253, 254=254, 255=255, 256=256, 257=257, 258=258, 259=259, 260=260, 
261=261, 262=262, 263=263, 264=264, 265=265, 266=266, 267=267, 268=268, 
269=269, 270=270, 271=271, 272=272, 273=273, 274=274, 275=275, 276=276, 
277=277, 278=278, 279=279, 280=280, 281=281, 282=282, 283=283, 284=284, 
285=285, 286=286, 287=287, 288=288, 289=289, 290=290, 291=291, 292=292, 
293=293, 294=294, 295=295, 296=296, 297=297, 298=298, 299=299, 300=300, 
301=301, 302=302, 303=303, 304=304, 305=305, 306=306, 307=307, 308=308, 
309=309, 310=310, 311=311, 312=312, 313=313, 314=314, 315=315, 316=316, 
317=317, 318=318, 319=319, 320=320, 321=321, 322=322, 323=323, 324=324, 
325=325, 326=326, 327=327, 328=328, 329=329, 330=330, 331=331, 332=332, 
333=333, 334=334, 335=335, 336=336, 337=337, 338=338, 339=339, 340=340, 
341=341, 342=342, 343=343, 344=344, 345=345, 346=346, 347=347, 348=348, 
349=349, 350=350, 351=351, 352=352, 353=353, 354=354, 355=355, 356=356, 
357=357, 358=358, 359=359, 360=360, 361=361, 362=362, 363=363, 364=364, 
365=365, 366=366, 367=367, 368=368, 369=369, 370=370, 371=371, 372=372, 
373=373, 374=374, 375=375, 376=376, 377=377, 378=378, 379=379, 380=380, 
381=381, 382=382, 383=383, 384=384, 385=385, 386=386, 387=387, 388=388, 
389=389, 390=390, 391=391, 392=392, 393=393, 394=394, 395=395, 396=396, 
397=397, 398=398, 399=399, 400=400, 401=401, 402=402, 403=403, 404=404, 
405=405, 406=406, 407=407, 408=408, 409=409, 410=410, 411=411, 412=412, 
413=413, 414=414, 415=415, 416=416, 417=417, 418=418, 419=419, 420=420, 
421=421, 422=422, 423=423, 424=424, 425=425, 426=426, 427=427, 428=428, 
429=429, 430=430, 431=431, 432=432, 433=433, 434=434, 435=435, 436=436, 
437=437, 438=438, 439=439, 440=440, 441=441, 442=442, 443=443, 444=444, 
445=445, 446=446, 447=447, 448=448, 449=449, 450=450, 451=451, 452=452, 
453=453, 454=454, 455=455, 456=456, 457=457, 458=458, 459=459, 460=460, 
461=461, 462=462, 463=463, 464=464, 465=465, 466=466, 467=467, 468=468, 
469=469, 470=470, 471=471, 472=472, 473=473, 474=474, 475=475, 476=476, 
477=477, 478=478, 479=479, 480=480, 481=481, 482=482, 483=483, 

[jira] [Updated] (GEODE-5754) CI failure: AsyncEventListenerDistributedTest.testReplicatedSerialAsyncEventQueueWithPersistenceEnabled

2018-09-18 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5754:

Labels: swat  (was: )

> CI failure: 
> AsyncEventListenerDistributedTest.testReplicatedSerialAsyncEventQueueWithPersistenceEnabled
> ---
>
> Key: GEODE-5754
> URL: https://issues.apache.org/jira/browse/GEODE-5754
> Project: Geode
>  Issue Type: Bug
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: swat
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/414
> {noformat}
> org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventListenerWithOffHeapDistributedTest
>  > 
> testReplicatedSerialAsyncEventQueueWithPersistenceEnabled_Restart[dispatcherThreadCount=1]
>  FAILED
>   
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventListenerDistributedTest$$Lambda$132/359343882.run
>  in VM 0 running on Host d226fe87cc9f with 4 VMs
>   
>   
> Caused by:
>   
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a lambda expression in 
> org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventListenerDistributedTest
>  
>   
> Expected size:<1000> but was:<952> in:
>   
> <{48=48, 49=49, 50=50, 51=51, 52=52, 53=53, 54=54, 55=55, 56=56, 
> 57=57, 58=58, 59=59, 60=60, 61=61, 62=62, 63=63, 64=64, 65=65, 66=66, 67=67, 
> 68=68, 69=69, 70=70, 71=71, 72=72, 73=73, 74=74, 75=75, 76=76, 77=77, 78=78, 
> 79=79, 80=80, 81=81, 82=82, 83=83, 84=84, 85=85, 86=86, 87=87, 88=88, 89=89, 
> 90=90, 91=91, 92=92, 93=93, 94=94, 95=95, 96=96, 97=97, 98=98, 99=99, 
> 100=100, 101=101, 102=102, 103=103, 104=104, 105=105, 106=106, 107=107, 
> 108=108, 109=109, 110=110, 111=111, 112=112, 113=113, 114=114, 115=115, 
> 116=116, 117=117, 118=118, 119=119, 120=120, 121=121, 122=122, 123=123, 
> 124=124, 125=125, 126=126, 127=127, 128=128, 129=129, 130=130, 131=131, 
> 132=132, 133=133, 134=134, 135=135, 136=136, 137=137, 138=138, 139=139, 
> 140=140, 141=141, 142=142, 143=143, 144=144, 145=145, 146=146, 147=147, 
> 148=148, 149=149, 150=150, 151=151, 152=152, 153=153, 154=154, 155=155, 
> 156=156, 157=157, 158=158, 159=159, 160=160, 161=161, 162=162, 163=163, 
> 164=164, 165=165, 166=166, 167=167, 168=168, 169=169, 170=170, 171=171, 
> 172=172, 173=173, 174=174, 175=175, 176=176, 177=177, 178=178, 179=179, 
> 180=180, 181=181, 182=182, 183=183, 184=184, 185=185, 186=186, 187=187, 
> 188=188, 189=189, 190=190, 191=191, 192=192, 193=193, 194=194, 195=195, 
> 196=196, 197=197, 198=198, 199=199, 200=200, 201=201, 202=202, 203=203, 
> 204=204, 205=205, 206=206, 207=207, 208=208, 209=209, 210=210, 211=211, 
> 212=212, 213=213, 214=214, 215=215, 216=216, 217=217, 218=218, 219=219, 
> 220=220, 221=221, 222=222, 223=223, 224=224, 225=225, 226=226, 227=227, 
> 228=228, 229=229, 230=230, 231=231, 232=232, 233=233, 234=234, 235=235, 
> 236=236, 237=237, 238=238, 239=239, 240=240, 241=241, 242=242, 243=243, 
> 244=244, 245=245, 246=246, 247=247, 248=248, 249=249, 250=250, 251=251, 
> 252=252, 253=253, 254=254, 255=255, 256=256, 257=257, 258=258, 259=259, 
> 260=260, 261=261, 262=262, 263=263, 264=264, 265=265, 266=266, 267=267, 
> 268=268, 269=269, 270=270, 271=271, 272=272, 273=273, 274=274, 275=275, 
> 276=276, 277=277, 278=278, 279=279, 280=280, 281=281, 282=282, 283=283, 
> 284=284, 285=285, 286=286, 287=287, 288=288, 289=289, 290=290, 291=291, 
> 292=292, 293=293, 294=294, 295=295, 296=296, 297=297, 298=298, 299=299, 
> 300=300, 301=301, 302=302, 303=303, 304=304, 305=305, 306=306, 307=307, 
> 308=308, 309=309, 310=310, 311=311, 312=312, 313=313, 314=314, 315=315, 
> 316=316, 317=317, 318=318, 319=319, 320=320, 321=321, 322=322, 323=323, 
> 324=324, 325=325, 326=326, 327=327, 328=328, 329=329, 330=330, 331=331, 
> 332=332, 333=333, 334=334, 335=335, 336=336, 337=337, 338=338, 339=339, 
> 340=340, 341=341, 342=342, 343=343, 344=344, 345=345, 346=346, 347=347, 
> 348=348, 349=349, 350=350, 351=351, 352=352, 353=353, 354=354, 355=355, 
> 356=356, 357=357, 358=358, 359=359, 360=360, 361=361, 362=362, 363=363, 
> 364=364, 365=365, 366=366, 367=367, 368=368, 369=369, 370=370, 371=371, 
> 372=372, 373=373, 374=374, 375=375, 376=376, 377=377, 378=378, 379=379, 
> 380=380, 381=381, 382=382, 383=383, 384=384, 385=385, 386=386, 387=387, 
> 388=388, 389=389, 390=390, 391=391, 392=392, 393=393, 394=394, 395=395, 
> 396=396, 397=397, 398=398, 399=399, 400=400, 401=401, 402=402, 403=403, 
> 404=404, 405=405, 406=406, 407=407, 408=408, 409=409, 410=410, 411=411, 
> 412=412, 413=413, 414=414, 415=415, 416=416, 417=417, 418=418, 419=419, 
> 420=420, 421=421, 422=422, 

[jira] [Created] (GEODE-5754) CI failure: AsyncEventListenerDistributedTest.testReplicatedSerialAsyncEventQueueWithPersistenceEnabled

2018-09-18 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5754:
---

 Summary: CI failure: 
AsyncEventListenerDistributedTest.testReplicatedSerialAsyncEventQueueWithPersistenceEnabled
 Key: GEODE-5754
 URL: https://issues.apache.org/jira/browse/GEODE-5754
 Project: Geode
  Issue Type: Bug
Reporter: Galen O'Sullivan


https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/414

{noformat}
org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventListenerWithOffHeapDistributedTest
 > 
testReplicatedSerialAsyncEventQueueWithPersistenceEnabled_Restart[dispatcherThreadCount=1]
 FAILED

org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventListenerDistributedTest$$Lambda$132/359343882.run
 in VM 0 running on Host d226fe87cc9f with 4 VMs



Caused by:

org.awaitility.core.ConditionTimeoutException: Assertion condition 
defined as a lambda expression in 
org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventListenerDistributedTest
 

Expected size:<1000> but was:<952> in:

<{48=48, 49=49, 50=50, 51=51, 52=52, 53=53, 54=54, 55=55, 56=56, 57=57, 
58=58, 59=59, 60=60, 61=61, 62=62, 63=63, 64=64, 65=65, 66=66, 67=67, 68=68, 
69=69, 70=70, 71=71, 72=72, 73=73, 74=74, 75=75, 76=76, 77=77, 78=78, 79=79, 
80=80, 81=81, 82=82, 83=83, 84=84, 85=85, 86=86, 87=87, 88=88, 89=89, 90=90, 
91=91, 92=92, 93=93, 94=94, 95=95, 96=96, 97=97, 98=98, 99=99, 100=100, 
101=101, 102=102, 103=103, 104=104, 105=105, 106=106, 107=107, 108=108, 
109=109, 110=110, 111=111, 112=112, 113=113, 114=114, 115=115, 116=116, 
117=117, 118=118, 119=119, 120=120, 121=121, 122=122, 123=123, 124=124, 
125=125, 126=126, 127=127, 128=128, 129=129, 130=130, 131=131, 132=132, 
133=133, 134=134, 135=135, 136=136, 137=137, 138=138, 139=139, 140=140, 
141=141, 142=142, 143=143, 144=144, 145=145, 146=146, 147=147, 148=148, 
149=149, 150=150, 151=151, 152=152, 153=153, 154=154, 155=155, 156=156, 
157=157, 158=158, 159=159, 160=160, 161=161, 162=162, 163=163, 164=164, 
165=165, 166=166, 167=167, 168=168, 169=169, 170=170, 171=171, 172=172, 
173=173, 174=174, 175=175, 176=176, 177=177, 178=178, 179=179, 180=180, 
181=181, 182=182, 183=183, 184=184, 185=185, 186=186, 187=187, 188=188, 
189=189, 190=190, 191=191, 192=192, 193=193, 194=194, 195=195, 196=196, 
197=197, 198=198, 199=199, 200=200, 201=201, 202=202, 203=203, 204=204, 
205=205, 206=206, 207=207, 208=208, 209=209, 210=210, 211=211, 212=212, 
213=213, 214=214, 215=215, 216=216, 217=217, 218=218, 219=219, 220=220, 
221=221, 222=222, 223=223, 224=224, 225=225, 226=226, 227=227, 228=228, 
229=229, 230=230, 231=231, 232=232, 233=233, 234=234, 235=235, 236=236, 
237=237, 238=238, 239=239, 240=240, 241=241, 242=242, 243=243, 244=244, 
245=245, 246=246, 247=247, 248=248, 249=249, 250=250, 251=251, 252=252, 
253=253, 254=254, 255=255, 256=256, 257=257, 258=258, 259=259, 260=260, 
261=261, 262=262, 263=263, 264=264, 265=265, 266=266, 267=267, 268=268, 
269=269, 270=270, 271=271, 272=272, 273=273, 274=274, 275=275, 276=276, 
277=277, 278=278, 279=279, 280=280, 281=281, 282=282, 283=283, 284=284, 
285=285, 286=286, 287=287, 288=288, 289=289, 290=290, 291=291, 292=292, 
293=293, 294=294, 295=295, 296=296, 297=297, 298=298, 299=299, 300=300, 
301=301, 302=302, 303=303, 304=304, 305=305, 306=306, 307=307, 308=308, 
309=309, 310=310, 311=311, 312=312, 313=313, 314=314, 315=315, 316=316, 
317=317, 318=318, 319=319, 320=320, 321=321, 322=322, 323=323, 324=324, 
325=325, 326=326, 327=327, 328=328, 329=329, 330=330, 331=331, 332=332, 
333=333, 334=334, 335=335, 336=336, 337=337, 338=338, 339=339, 340=340, 
341=341, 342=342, 343=343, 344=344, 345=345, 346=346, 347=347, 348=348, 
349=349, 350=350, 351=351, 352=352, 353=353, 354=354, 355=355, 356=356, 
357=357, 358=358, 359=359, 360=360, 361=361, 362=362, 363=363, 364=364, 
365=365, 366=366, 367=367, 368=368, 369=369, 370=370, 371=371, 372=372, 
373=373, 374=374, 375=375, 376=376, 377=377, 378=378, 379=379, 380=380, 
381=381, 382=382, 383=383, 384=384, 385=385, 386=386, 387=387, 388=388, 
389=389, 390=390, 391=391, 392=392, 393=393, 394=394, 395=395, 396=396, 
397=397, 398=398, 399=399, 400=400, 401=401, 402=402, 403=403, 404=404, 
405=405, 406=406, 407=407, 408=408, 409=409, 410=410, 411=411, 412=412, 
413=413, 414=414, 415=415, 416=416, 417=417, 418=418, 419=419, 420=420, 
421=421, 422=422, 423=423, 424=424, 425=425, 426=426, 427=427, 428=428, 
429=429, 430=430, 431=431, 432=432, 433=433, 434=434, 435=435, 436=436, 
437=437, 438=438, 439=439, 440=440, 441=441, 442=442, 443=443, 444=444, 
445=445, 446=446, 447=447, 448=448, 449=449, 450=450, 451=451, 452=452, 
453=453, 454=454, 455=455, 456=456, 457=457, 458=458, 459=459, 460=460, 
461=461, 462=462, 463=463, 464=464, 465=465, 466=466, 467=467, 468=468, 
469=469, 

[jira] [Updated] (GEODE-5577) CI failure: AsyncEventListenerWithOffHeapDistributedTest.testPartitionedSerialAsyncEventQueueWithPersistenceEnabled

2018-09-18 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5577:

Labels: Flaky swat  (was: Flaky)

> CI failure: 
> AsyncEventListenerWithOffHeapDistributedTest.testPartitionedSerialAsyncEventQueueWithPersistenceEnabled
> ---
>
> Key: GEODE-5577
> URL: https://issues.apache.org/jira/browse/GEODE-5577
> Project: Geode
>  Issue Type: Bug
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: Flaky, swat
>
> {noformat}
> 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 962
> [fatal 2018/08/10 21:14:51.231 UTC  
> tid=2771] Membership service failure: Member isn't responding to heartbeat 
> requests
> org.apache.geode.ForcedDisconnectException: Member isn't responding to 
> heartbeat requests
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2534)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1053)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processRemoveRequest(GMSJoinLeave.java:657)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1799)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1305)
>   at org.jgroups.JChannel.invokeCallback(JChannel.java:816)
>   at org.jgroups.JChannel.up(JChannel.java:741)
>   at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
>   at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
>   at org.jgroups.protocols.FlowControl.up(FlowControl.java:390)
>   at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1077)
>   at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:792)
>   at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:433)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.StatRecorder.up(StatRecorder.java:73)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.AddressManager.up(AddressManager.java:72)
>   at org.jgroups.protocols.TP.passMessageUp(TP.java:1658)
>   at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1876)
>   at org.jgroups.util.DirectExecutor.execute(DirectExecutor.java:10)
>   at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1789)
>   at org.jgroups.protocols.TP.receive(TP.java:1714)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.Transport.receive(Transport.java:152)
>   at org.jgroups.protocols.UDP$PacketReceiver.run(UDP.java:701)
>   at java.lang.Thread.run(Thread.java:748)
>   at org.junit.Assert.fail(Assert.java:88)
>   at 
> org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:411)
>   at 
> org.apache.geode.test.dunit.rules.DistributedTestRule$TearDown.doTearDown(DistributedTestRule.java:194)
>   at 
> org.apache.geode.test.dunit.rules.DistributedTestRule.after(DistributedTestRule.java:126)
>   at 
> org.apache.geode.test.dunit.rules.AbstractDistributedTestRule$1.evaluate(AbstractDistributedTestRule.java:62)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   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.junit.runners.Suite.runChild(Suite.java:128)
>   at org.junit.runners.Suite.runChild(Suite.java:27)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at 

[jira] [Commented] (GEODE-5314) MBeanStatsMonitor child classes should use atomics instead of volatiles to avoid data race

2018-09-18 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-5314:
-

Per discussion in the PR, it looks like there is a single Statistics thread, 
which means that this is not creating a data race as I had thought.

> MBeanStatsMonitor child classes should use atomics instead of volatiles to 
> avoid data race
> --
>
> Key: GEODE-5314
> URL: https://issues.apache.org/jira/browse/GEODE-5314
> Project: Geode
>  Issue Type: Bug
>  Components: statistics
>Reporter: Galen O'Sullivan
>Assignee: Juan José Ramos Cassella
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 6h 20m
>  Remaining Estimate: 0h
>
> {{GcStatsMonitor}} has the following:
> {code}
>   private volatile long collections = 0;
>   private volatile long collectionTime = 0;
> {code}
> 
> {code}
> collections -= 
> statsMap.getOrDefault(StatsKey.VM_GC_STATS_COLLECTIONS,0).intValue();
> collectionTime -= 
> statsMap.getOrDefault(StatsKey.VM_GC_STATS_COLLECTION_TIME,0).intValue();
> {code}
> Because these are volatile and not atomic fields, there will be a race 
> condition. Other subclasses of {{MBeanStatsMonitor}} also use volatiles: 
> AggregateRegionStatsMonitor, GatewaySenderOverflowMonitor, 
> MemberLevelDiskMonitor, VMStatsMonitor.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-5734) Allow extensibility of docker build mounts

2018-09-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-5734.
-
Resolution: Won't Fix
  Assignee: Galen O'Sullivan

> Allow extensibility of docker build mounts
> --
>
> Key: GEODE-5734
> URL: https://issues.apache.org/jira/browse/GEODE-5734
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> If a user wants to extend Gradle's Docker plugin with their own tests, 
> setting {{dunitDockerVolumes}} to some value, then that value will be 
> overridden in {{docker.gradle}}. For better extensibility, do not set this 
> property if it is already set.
> Ideally, we would eventually have better extensibility overall and add to 
> other mounts that may exist, as well as using the Geode directory rather than 
> whatever happens to be the current working directory when the build runs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-5734) Allow extensibility of docker build mounts

2018-09-12 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5734:

Description: 
If a user wants to extend Gradle's Docker plugin with their own tests, setting 
{{dunitDockerVolumes}} to some value, then that value will be overridden in 
{{docker.gradle}}. For better extensibility, do not set this property if it is 
already set.

Ideally, we would eventually have better extensibility overall and add to other 
mounts that may exist, as well as using the Geode directory rather than 
whatever happens to be the current working directory when the build runs.

  was:If a user wants to extend Gradle's Docker plugin with their own tests, 
setting {{dunitDockerVolumes}} to some value, then that value will be 
overridden in {{docker.gradle}}. For better extensibility, do not set this 
property if it is already set.


> Allow extensibility of docker build mounts
> --
>
> Key: GEODE-5734
> URL: https://issues.apache.org/jira/browse/GEODE-5734
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Galen O'Sullivan
>Priority: Major
>
> If a user wants to extend Gradle's Docker plugin with their own tests, 
> setting {{dunitDockerVolumes}} to some value, then that value will be 
> overridden in {{docker.gradle}}. For better extensibility, do not set this 
> property if it is already set.
> Ideally, we would eventually have better extensibility overall and add to 
> other mounts that may exist, as well as using the Geode directory rather than 
> whatever happens to be the current working directory when the build runs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-5734) Allow extensibility of docker build mounts

2018-09-12 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5734:
---

 Summary: Allow extensibility of docker build mounts
 Key: GEODE-5734
 URL: https://issues.apache.org/jira/browse/GEODE-5734
 Project: Geode
  Issue Type: Bug
  Components: tests
Reporter: Galen O'Sullivan


If a user wants to extend Gradle's Docker plugin with their own tests, setting 
{{dunitDockerVolumes}} to some value, then that value will be overridden in 
{{docker.gradle}}. For better extensibility, do not set this property if it is 
already set.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-1603) CI Failure: WANManagementDUnitTest.testReceiverMBean

2018-09-07 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-1603:

Labels: CI Flaky swat  (was: CI Flaky)

> CI Failure: WANManagementDUnitTest.testReceiverMBean
> 
>
> Key: GEODE-1603
> URL: https://issues.apache.org/jira/browse/GEODE-1603
> Project: Geode
>  Issue Type: Bug
>  Components: ci, management
>Reporter: Dan Smith
>Priority: Major
>  Labels: CI, Flaky, swat
>
> Revision: 7ad9cc9451212f1c8a0acba3ec78a9eb562d3780 
> {noformat}
> com.gemstone.gemfire.test.dunit.RMIException: While invoking 
> com.gemstone.gemfire.management.WANManagementDUnitTest$2.run in VM 0 running 
> on Host cc3-rh6.gemstone.com with 4 VMs
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:389)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:355)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:293)
>   at 
> com.gemstone.gemfire.management.WANManagementDUnitTest.checkReceiverNavigationAPIS(WANManagementDUnitTest.java:271)
>   at 
> com.gemstone.gemfire.management.WANManagementDUnitTest.testReceiverMBean(WANManagementDUnitTest.java:162)
>   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:497)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   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)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:112)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   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:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.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:109)
>   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:497)
>   at 
> 

[jira] [Updated] (GEODE-1603) CI Failure: WANManagementDUnitTest.testReceiverMBean

2018-09-07 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-1603:

Component/s: ci

> CI Failure: WANManagementDUnitTest.testReceiverMBean
> 
>
> Key: GEODE-1603
> URL: https://issues.apache.org/jira/browse/GEODE-1603
> Project: Geode
>  Issue Type: Bug
>  Components: ci, management
>Reporter: Dan Smith
>Priority: Major
>  Labels: CI, Flaky, swat
>
> Revision: 7ad9cc9451212f1c8a0acba3ec78a9eb562d3780 
> {noformat}
> com.gemstone.gemfire.test.dunit.RMIException: While invoking 
> com.gemstone.gemfire.management.WANManagementDUnitTest$2.run in VM 0 running 
> on Host cc3-rh6.gemstone.com with 4 VMs
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:389)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:355)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:293)
>   at 
> com.gemstone.gemfire.management.WANManagementDUnitTest.checkReceiverNavigationAPIS(WANManagementDUnitTest.java:271)
>   at 
> com.gemstone.gemfire.management.WANManagementDUnitTest.testReceiverMBean(WANManagementDUnitTest.java:162)
>   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:497)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   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)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:112)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   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:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.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:109)
>   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:497)
>   at 
> 

[jira] [Reopened] (GEODE-1603) CI Failure: WANManagementDUnitTest.testReceiverMBean

2018-09-07 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reopened GEODE-1603:
-

This failed again in 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/367,
 with the same base cause:

{noformat}



org.apache.geode.management.WANManagementDUnitTest > testReceiverMBean FAILED

org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.internal.cache.wan.WANTestBase$10.run in VM 0 running on Host 
c95200bd0f27 with 4 VMs

at org.apache.geode.test.dunit.VM.invoke(VM.java:450)

at org.apache.geode.test.dunit.VM.invoke(VM.java:419)

at org.apache.geode.test.dunit.VM.invoke(VM.java:362)

at 
org.apache.geode.internal.cache.wan.WANTestBase.checkReceiverNavigationAPIS(WANTestBase.java:3953)

at 
org.apache.geode.management.WANManagementDUnitTest.testReceiverMBean(WANManagementDUnitTest.java:153)



Caused by:

java.lang.AssertionError: Receiver Navigation Failed 
java.lang.Exception: 172.17.0.6(408):32772 is an invalid member name or Id
{noformat}

> CI Failure: WANManagementDUnitTest.testReceiverMBean
> 
>
> Key: GEODE-1603
> URL: https://issues.apache.org/jira/browse/GEODE-1603
> Project: Geode
>  Issue Type: Bug
>  Components: management
>Reporter: Dan Smith
>Priority: Major
>  Labels: CI, Flaky
>
> Revision: 7ad9cc9451212f1c8a0acba3ec78a9eb562d3780 
> {noformat}
> com.gemstone.gemfire.test.dunit.RMIException: While invoking 
> com.gemstone.gemfire.management.WANManagementDUnitTest$2.run in VM 0 running 
> on Host cc3-rh6.gemstone.com with 4 VMs
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:389)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:355)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:293)
>   at 
> com.gemstone.gemfire.management.WANManagementDUnitTest.checkReceiverNavigationAPIS(WANManagementDUnitTest.java:271)
>   at 
> com.gemstone.gemfire.management.WANManagementDUnitTest.testReceiverMBean(WANManagementDUnitTest.java:162)
>   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:497)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   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)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:112)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   

[jira] [Created] (GEODE-5710) CI failure in DistributedTest due to SSH Timeout

2018-09-07 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5710:
---

 Summary: CI failure in DistributedTest due to SSH Timeout
 Key: GEODE-5710
 URL: https://issues.apache.org/jira/browse/GEODE-5710
 Project: Geode
  Issue Type: Bug
  Components: ci
Reporter: Galen O'Sullivan


https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/369

{noformat}
execute_tests


Warning: Permanently added '35.239.217.9' (ECDSA) to the list of known hosts.

capture-call-stacks.sh  




100% 3194 3.1MB/s   
3.1KB/s   00:00

./gradlew -PparallelDunit -PdunitDockerUser=geode 
-PdunitParallelForks=24 -PdunitDockerImage=$(docker images --format 
'{{.Repository}}:{{.Tag}}') --parallel --console=plain --no-daemon -x 
javadoc -x spotlessCheck -x rat distributedTest  
-PsourceRevision="52bd3fc63970e2929fc8df76a7621d5147a6e393" 
-PsourceRepository="develop"

ssh: connect to host 35.239.217.9 port 22: Operation timed out
{noformat}

The first two lines (through {{capture-call-stacks.sh}} are timestamped 
12:02:24; the {{./gradlew ...}} and ssh error message are timestamped 12:05:04.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-5627) ConcurrencyTestHelper fails with tests that don't use it

2018-08-23 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-5627.
-
   Resolution: Fixed
Fix Version/s: 1.8.0

> ConcurrencyTestHelper fails with tests that don't use it
> 
>
> Key: GEODE-5627
> URL: https://issues.apache.org/jira/browse/GEODE-5627
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.8.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The field {{allThreadsExecuted}} is set to {{false}} when the test runs, so 
> if the helper doesn't see any use at all it will fail.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-5627) ConcurrencyTestHelper fails with tests that don't use it

2018-08-23 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-5627:
---

Assignee: Galen O'Sullivan

> ConcurrencyTestHelper fails with tests that don't use it
> 
>
> Key: GEODE-5627
> URL: https://issues.apache.org/jira/browse/GEODE-5627
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>
> The field {{allThreadsExecuted}} is set to {{false}} when the test runs, so 
> if the helper doesn't see any use at all it will fail.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-5627) ConcurrencyTestHelper fails with tests that don't use it

2018-08-23 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5627:
---

 Summary: ConcurrencyTestHelper fails with tests that don't use it
 Key: GEODE-5627
 URL: https://issues.apache.org/jira/browse/GEODE-5627
 Project: Geode
  Issue Type: Bug
  Components: tests
Reporter: Galen O'Sullivan


The field {{allThreadsExecuted}} is set to {{false}} when the test runs, so if 
the helper doesn't see any use at all it will fail.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-5617) Flaky Test AutoBalancerJUnitTest.testAuditorInvocation

2018-08-22 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-5617:
---

Assignee: (was: Galen O'Sullivan)

> Flaky Test AutoBalancerJUnitTest.testAuditorInvocation
> --
>
> Key: GEODE-5617
> URL: https://issues.apache.org/jira/browse/GEODE-5617
> Project: Geode
>  Issue Type: Bug
>Reporter: Dan Smith
>Priority: Major
>  Labels: swat
>
> This test failed in CI:
> {noformat}
> org.apache.geode.cache.util.AutoBalancerJUnitTest > testAuditorInvocation 
> FAILED
> unexpected invocation: oobAuditor.execute()
> expectations:
>   expected once, already invoked 1 time: oobAuditor.init(an instance of 
> java.util.Properties)
>   expected exactly 2 times, already invoked 2 times: oobAuditor.execute()
>   allowed, already invoked 3 times: timeProvider.currentTimeMillis(); 
> returnTime
> what happened before this:
>   oobAuditor.init(<{schedule=* 0/30 * * * ?}>)
>   timeProvider.currentTimeMillis()
>   oobAuditor.execute()
>   timeProvider.currentTimeMillis()
>   oobAuditor.execute()
>   timeProvider.currentTimeMillis()
> {noformat}
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/Build/builds/356
> This test suspiciously has a 1 second timeout, which may be why it is failing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-5617) Flaky Test AutoBalancerJUnitTest.testAuditorInvocation

2018-08-22 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-5617:
---

Assignee: Galen O'Sullivan

> Flaky Test AutoBalancerJUnitTest.testAuditorInvocation
> --
>
> Key: GEODE-5617
> URL: https://issues.apache.org/jira/browse/GEODE-5617
> Project: Geode
>  Issue Type: Bug
>Reporter: Dan Smith
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: swat
>
> This test failed in CI:
> {noformat}
> org.apache.geode.cache.util.AutoBalancerJUnitTest > testAuditorInvocation 
> FAILED
> unexpected invocation: oobAuditor.execute()
> expectations:
>   expected once, already invoked 1 time: oobAuditor.init(an instance of 
> java.util.Properties)
>   expected exactly 2 times, already invoked 2 times: oobAuditor.execute()
>   allowed, already invoked 3 times: timeProvider.currentTimeMillis(); 
> returnTime
> what happened before this:
>   oobAuditor.init(<{schedule=* 0/30 * * * ?}>)
>   timeProvider.currentTimeMillis()
>   oobAuditor.execute()
>   timeProvider.currentTimeMillis()
>   oobAuditor.execute()
>   timeProvider.currentTimeMillis()
> {noformat}
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/Build/builds/356
> This test suspiciously has a 1 second timeout, which may be why it is failing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-5598) Remove AtomicLong5 and AL

2018-08-17 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5598:
---

 Summary: Remove AtomicLong5 and AL
 Key: GEODE-5598
 URL: https://issues.apache.org/jira/browse/GEODE-5598
 Project: Geode
  Issue Type: Improvement
  Components: regions
Reporter: Galen O'Sullivan


We no longer support Java 5, so this class should be gone.

remove {{package org.apache.geode.internal.concurrent.AtomicLong5}} and the 
interface it implements.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (GEODE-4118) CI failure: org.apache.geode.management.ClientHealthStatsDUnitTest > testClientHealthStats_DurableClient FAILED

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reopened GEODE-4118:
-

Failed again in 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/248

> CI failure: org.apache.geode.management.ClientHealthStatsDUnitTest > 
> testClientHealthStats_DurableClient FAILED
> ---
>
> Key: GEODE-4118
> URL: https://issues.apache.org/jira/browse/GEODE-4118
> Project: Geode
>  Issue Type: Bug
>  Components: client queues
>Affects Versions: 1.3.0
>Reporter: Shelley Lynn Hughes-Godfrey
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available, swat
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The following failure occurred in CI on geode 1.3
> From geode 1.3:
> {noformat}
> org.apache.geode.management.ClientHealthStatsDUnitTest > 
> testClientHealthStats_DurableClient FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.management.ClientHealthStatsDUnitTest$$Lambda$45/1125579520.run
>  in VM 0 running on Host c321364c7e23 with 4 VMs
> at org.apache.geode.test.dunit.VM.invoke(VM.java:393)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:363)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:308)
> at 
> org.apache.geode.management.ClientHealthStatsDUnitTest.testClientHealthStats_DurableClient(ClientHealthStatsDUnitTest.java:160)
> Caused by:
> org.junit.ComparisonFailure: expected:<[2]> but was:<[1]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.management.ClientHealthStatsDUnitTest.verifyClientStats(ClientHealthStatsDUnitTest.java:333)
> at 
> org.apache.geode.management.ClientHealthStatsDUnitTest.lambda$testClientHealthStats_DurableClient$1db6af62$1(ClientHealthStatsDUnitTest.java:160)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5577) CI failure: AsyncEventListenerWithOffHeapDistributedTest.testPartitionedSerialAsyncEventQueueWithPersistenceEnabled

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-5577:
-

It looks like GEODE-5576 was a similar member-losing issue in the same test and 
run

> CI failure: 
> AsyncEventListenerWithOffHeapDistributedTest.testPartitionedSerialAsyncEventQueueWithPersistenceEnabled
> ---
>
> Key: GEODE-5577
> URL: https://issues.apache.org/jira/browse/GEODE-5577
> Project: Geode
>  Issue Type: Task
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: Flaky
>
> {noformat}
> 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 962
> [fatal 2018/08/10 21:14:51.231 UTC  
> tid=2771] Membership service failure: Member isn't responding to heartbeat 
> requests
> org.apache.geode.ForcedDisconnectException: Member isn't responding to 
> heartbeat requests
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2534)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1053)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processRemoveRequest(GMSJoinLeave.java:657)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1799)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1305)
>   at org.jgroups.JChannel.invokeCallback(JChannel.java:816)
>   at org.jgroups.JChannel.up(JChannel.java:741)
>   at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
>   at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
>   at org.jgroups.protocols.FlowControl.up(FlowControl.java:390)
>   at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1077)
>   at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:792)
>   at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:433)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.StatRecorder.up(StatRecorder.java:73)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.AddressManager.up(AddressManager.java:72)
>   at org.jgroups.protocols.TP.passMessageUp(TP.java:1658)
>   at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1876)
>   at org.jgroups.util.DirectExecutor.execute(DirectExecutor.java:10)
>   at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1789)
>   at org.jgroups.protocols.TP.receive(TP.java:1714)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.Transport.receive(Transport.java:152)
>   at org.jgroups.protocols.UDP$PacketReceiver.run(UDP.java:701)
>   at java.lang.Thread.run(Thread.java:748)
>   at org.junit.Assert.fail(Assert.java:88)
>   at 
> org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:411)
>   at 
> org.apache.geode.test.dunit.rules.DistributedTestRule$TearDown.doTearDown(DistributedTestRule.java:194)
>   at 
> org.apache.geode.test.dunit.rules.DistributedTestRule.after(DistributedTestRule.java:126)
>   at 
> org.apache.geode.test.dunit.rules.AbstractDistributedTestRule$1.evaluate(AbstractDistributedTestRule.java:62)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   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.junit.runners.Suite.runChild(Suite.java:128)
>   at org.junit.runners.Suite.runChild(Suite.java:27)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at 

[jira] [Updated] (GEODE-5577) CI failure: AsyncEventListenerWithOffHeapDistributedTest.testPartitionedSerialAsyncEventQueueWithPersistenceEnabled

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5577:

Issue Type: Bug  (was: Task)

> CI failure: 
> AsyncEventListenerWithOffHeapDistributedTest.testPartitionedSerialAsyncEventQueueWithPersistenceEnabled
> ---
>
> Key: GEODE-5577
> URL: https://issues.apache.org/jira/browse/GEODE-5577
> Project: Geode
>  Issue Type: Bug
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: Flaky
>
> {noformat}
> 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 962
> [fatal 2018/08/10 21:14:51.231 UTC  
> tid=2771] Membership service failure: Member isn't responding to heartbeat 
> requests
> org.apache.geode.ForcedDisconnectException: Member isn't responding to 
> heartbeat requests
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2534)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1053)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processRemoveRequest(GMSJoinLeave.java:657)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1799)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1305)
>   at org.jgroups.JChannel.invokeCallback(JChannel.java:816)
>   at org.jgroups.JChannel.up(JChannel.java:741)
>   at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
>   at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
>   at org.jgroups.protocols.FlowControl.up(FlowControl.java:390)
>   at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1077)
>   at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:792)
>   at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:433)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.StatRecorder.up(StatRecorder.java:73)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.AddressManager.up(AddressManager.java:72)
>   at org.jgroups.protocols.TP.passMessageUp(TP.java:1658)
>   at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1876)
>   at org.jgroups.util.DirectExecutor.execute(DirectExecutor.java:10)
>   at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1789)
>   at org.jgroups.protocols.TP.receive(TP.java:1714)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.Transport.receive(Transport.java:152)
>   at org.jgroups.protocols.UDP$PacketReceiver.run(UDP.java:701)
>   at java.lang.Thread.run(Thread.java:748)
>   at org.junit.Assert.fail(Assert.java:88)
>   at 
> org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:411)
>   at 
> org.apache.geode.test.dunit.rules.DistributedTestRule$TearDown.doTearDown(DistributedTestRule.java:194)
>   at 
> org.apache.geode.test.dunit.rules.DistributedTestRule.after(DistributedTestRule.java:126)
>   at 
> org.apache.geode.test.dunit.rules.AbstractDistributedTestRule$1.evaluate(AbstractDistributedTestRule.java:62)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   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.junit.runners.Suite.runChild(Suite.java:128)
>   at org.junit.runners.Suite.runChild(Suite.java:27)
>   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)
>   

[jira] [Updated] (GEODE-5577) CI failure: AsyncEventListenerWithOffHeapDistributedTest.testPartitionedSerialAsyncEventQueueWithPersistenceEnabled

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5577:

Labels: Flaky  (was: )

> CI failure: 
> AsyncEventListenerWithOffHeapDistributedTest.testPartitionedSerialAsyncEventQueueWithPersistenceEnabled
> ---
>
> Key: GEODE-5577
> URL: https://issues.apache.org/jira/browse/GEODE-5577
> Project: Geode
>  Issue Type: Task
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: Flaky
>
> {noformat}
> 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 962
> [fatal 2018/08/10 21:14:51.231 UTC  
> tid=2771] Membership service failure: Member isn't responding to heartbeat 
> requests
> org.apache.geode.ForcedDisconnectException: Member isn't responding to 
> heartbeat requests
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2534)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1053)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processRemoveRequest(GMSJoinLeave.java:657)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1799)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1305)
>   at org.jgroups.JChannel.invokeCallback(JChannel.java:816)
>   at org.jgroups.JChannel.up(JChannel.java:741)
>   at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
>   at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
>   at org.jgroups.protocols.FlowControl.up(FlowControl.java:390)
>   at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1077)
>   at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:792)
>   at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:433)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.StatRecorder.up(StatRecorder.java:73)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.AddressManager.up(AddressManager.java:72)
>   at org.jgroups.protocols.TP.passMessageUp(TP.java:1658)
>   at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1876)
>   at org.jgroups.util.DirectExecutor.execute(DirectExecutor.java:10)
>   at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1789)
>   at org.jgroups.protocols.TP.receive(TP.java:1714)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.Transport.receive(Transport.java:152)
>   at org.jgroups.protocols.UDP$PacketReceiver.run(UDP.java:701)
>   at java.lang.Thread.run(Thread.java:748)
>   at org.junit.Assert.fail(Assert.java:88)
>   at 
> org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:411)
>   at 
> org.apache.geode.test.dunit.rules.DistributedTestRule$TearDown.doTearDown(DistributedTestRule.java:194)
>   at 
> org.apache.geode.test.dunit.rules.DistributedTestRule.after(DistributedTestRule.java:126)
>   at 
> org.apache.geode.test.dunit.rules.AbstractDistributedTestRule$1.evaluate(AbstractDistributedTestRule.java:62)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   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.junit.runners.Suite.runChild(Suite.java:128)
>   at org.junit.runners.Suite.runChild(Suite.java:27)
>   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)
>   

[jira] [Created] (GEODE-5577) CI failure: AsyncEventListenerWithOffHeapDistributedTest.testPartitionedSerialAsyncEventQueueWithPersistenceEnabled

2018-08-13 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5577:
---

 Summary: CI failure: 
AsyncEventListenerWithOffHeapDistributedTest.testPartitionedSerialAsyncEventQueueWithPersistenceEnabled
 Key: GEODE-5577
 URL: https://issues.apache.org/jira/browse/GEODE-5577
 Project: Geode
  Issue Type: Task
Reporter: Galen O'Sullivan



{noformat}
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 962

[fatal 2018/08/10 21:14:51.231 UTC  
tid=2771] Membership service failure: Member isn't responding to heartbeat 
requests
org.apache.geode.ForcedDisconnectException: Member isn't responding to 
heartbeat requests
at 
org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2534)
at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1053)
at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processRemoveRequest(GMSJoinLeave.java:657)
at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1799)
at 
org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1305)
at org.jgroups.JChannel.invokeCallback(JChannel.java:816)
at org.jgroups.JChannel.up(JChannel.java:741)
at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
at org.jgroups.protocols.FlowControl.up(FlowControl.java:390)
at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1077)
at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:792)
at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:433)
at 
org.apache.geode.distributed.internal.membership.gms.messenger.StatRecorder.up(StatRecorder.java:73)
at 
org.apache.geode.distributed.internal.membership.gms.messenger.AddressManager.up(AddressManager.java:72)
at org.jgroups.protocols.TP.passMessageUp(TP.java:1658)
at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1876)
at org.jgroups.util.DirectExecutor.execute(DirectExecutor.java:10)
at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1789)
at org.jgroups.protocols.TP.receive(TP.java:1714)
at 
org.apache.geode.distributed.internal.membership.gms.messenger.Transport.receive(Transport.java:152)
at org.jgroups.protocols.UDP$PacketReceiver.run(UDP.java:701)
at java.lang.Thread.run(Thread.java:748)


at org.junit.Assert.fail(Assert.java:88)
at 
org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:411)
at 
org.apache.geode.test.dunit.rules.DistributedTestRule$TearDown.doTearDown(DistributedTestRule.java:194)
at 
org.apache.geode.test.dunit.rules.DistributedTestRule.after(DistributedTestRule.java:126)
at 
org.apache.geode.test.dunit.rules.AbstractDistributedTestRule$1.evaluate(AbstractDistributedTestRule.java:62)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
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.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
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 

[jira] [Created] (GEODE-5576) CI Failure: AsyncEventListenerWithCacheLoaderAndOffHeapDistributedTest.testReplicatedSerialAsyncEventQueueWithCacheLoader

2018-08-13 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5576:
---

 Summary: CI Failure: 
AsyncEventListenerWithCacheLoaderAndOffHeapDistributedTest.testReplicatedSerialAsyncEventQueueWithCacheLoader
 Key: GEODE-5576
 URL: https://issues.apache.org/jira/browse/GEODE-5576
 Project: Geode
  Issue Type: Task
  Components: swat
Reporter: Galen O'Sullivan


It looks like a member gets lost.

https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/244

{format}
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 1168

[fatal 2018/08/10 21:15:02.704 UTC  
tid=507] Possible loss of quorum due to the loss of 1 cache processes: 
[172.17.0.2(618):32771]

---
Found suspect string in log4j at line 1170

[fatal 2018/08/10 21:15:02.706 UTC  
tid=507] Membership service failure: Exiting due to possible network partition 
event due to loss of 1 cache processes: [172.17.0.2(618):32771]
org.apache.geode.ForcedDisconnectException: Exiting due to possible network 
partition event due to loss of 1 cache processes: [172.17.0.2(618):32771]
at 
org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2534)
at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1053)
at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.installView(GMSJoinLeave.java:1420)
at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processViewMessage(GMSJoinLeave.java:1042)
at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1787)
at 
org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1305)
at org.jgroups.JChannel.invokeCallback(JChannel.java:816)
at org.jgroups.JChannel.up(JChannel.java:741)
at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
at org.jgroups.protocols.FlowControl.up(FlowControl.java:390)
at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1077)
at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:792)
at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:433)
at 
org.apache.geode.distributed.internal.membership.gms.messenger.StatRecorder.up(StatRecorder.java:73)
at 
org.apache.geode.distributed.internal.membership.gms.messenger.AddressManager.up(AddressManager.java:72)
at org.jgroups.protocols.TP.passMessageUp(TP.java:1658)
at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1876)
at org.jgroups.util.DirectExecutor.execute(DirectExecutor.java:10)
at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1789)
at org.jgroups.protocols.TP.receive(TP.java:1714)
at 
org.apache.geode.distributed.internal.membership.gms.messenger.Transport.receive(Transport.java:152)
at org.jgroups.protocols.UDP$PacketReceiver.run(UDP.java:701)
at java.lang.Thread.run(Thread.java:748)

---
Found suspect string in log4j at line 1201

[fatal 2018/08/10 21:15:02.843 UTC  
tid=957] Membership service failure: Member isn't responding to heartbeat 
requests
org.apache.geode.ForcedDisconnectException: Member isn't responding to 
heartbeat requests
at 
org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2534)
at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1053)
at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processRemoveRequest(GMSJoinLeave.java:657)
at 
org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1799)
at 
org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1305)
at org.jgroups.JChannel.invokeCallback(JChannel.java:816)
at org.jgroups.JChannel.up(JChannel.java:741)
at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
at org.jgroups.protocols.FlowControl.up(FlowControl.java:390)
at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1077)
at 

[jira] [Updated] (GEODE-5576) CI Failure: AsyncEventListenerWithCacheLoaderAndOffHeapDistributedTest.testReplicatedSerialAsyncEventQueueWithCacheLoader

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5576:

Labels: Flaky  (was: )

> CI Failure: 
> AsyncEventListenerWithCacheLoaderAndOffHeapDistributedTest.testReplicatedSerialAsyncEventQueueWithCacheLoader
> -
>
> Key: GEODE-5576
> URL: https://issues.apache.org/jira/browse/GEODE-5576
> Project: Geode
>  Issue Type: Task
>  Components: swat
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: Flaky
>
> It looks like a member gets lost.
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/244
> {format}
> 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 1168
> [fatal 2018/08/10 21:15:02.704 UTC  
> tid=507] Possible loss of quorum due to the loss of 1 cache processes: 
> [172.17.0.2(618):32771]
> ---
> Found suspect string in log4j at line 1170
> [fatal 2018/08/10 21:15:02.706 UTC  
> tid=507] Membership service failure: Exiting due to possible network 
> partition event due to loss of 1 cache processes: [172.17.0.2(618):32771]
> org.apache.geode.ForcedDisconnectException: Exiting due to possible network 
> partition event due to loss of 1 cache processes: [172.17.0.2(618):32771]
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2534)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1053)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.installView(GMSJoinLeave.java:1420)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processViewMessage(GMSJoinLeave.java:1042)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1787)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1305)
>   at org.jgroups.JChannel.invokeCallback(JChannel.java:816)
>   at org.jgroups.JChannel.up(JChannel.java:741)
>   at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
>   at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
>   at org.jgroups.protocols.FlowControl.up(FlowControl.java:390)
>   at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1077)
>   at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:792)
>   at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:433)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.StatRecorder.up(StatRecorder.java:73)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.AddressManager.up(AddressManager.java:72)
>   at org.jgroups.protocols.TP.passMessageUp(TP.java:1658)
>   at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1876)
>   at org.jgroups.util.DirectExecutor.execute(DirectExecutor.java:10)
>   at org.jgroups.protocols.TP.handleSingleMessage(TP.java:1789)
>   at org.jgroups.protocols.TP.receive(TP.java:1714)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.Transport.receive(Transport.java:152)
>   at org.jgroups.protocols.UDP$PacketReceiver.run(UDP.java:701)
>   at java.lang.Thread.run(Thread.java:748)
> ---
> Found suspect string in log4j at line 1201
> [fatal 2018/08/10 21:15:02.843 UTC  
> tid=957] Membership service failure: Member isn't responding to heartbeat 
> requests
> org.apache.geode.ForcedDisconnectException: Member isn't responding to 
> heartbeat requests
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2534)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1053)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processRemoveRequest(GMSJoinLeave.java:657)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.processMessage(GMSJoinLeave.java:1799)
>   at 
> org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger$JGroupsReceiver.receive(JGroupsMessenger.java:1305)
>   at 

[jira] [Created] (GEODE-5572) CI Failure: RemoteTransactionCCEDUnitTest.testEntriesIterator1OnDestroy

2018-08-13 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5572:
---

 Summary: CI Failure: 
RemoteTransactionCCEDUnitTest.testEntriesIterator1OnDestroy
 Key: GEODE-5572
 URL: https://issues.apache.org/jira/browse/GEODE-5572
 Project: Geode
  Issue Type: Task
  Components: tests
Reporter: Galen O'Sullivan


Probably related to GEODE-5304. The stacktrace looks similar.
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/244

{noformat}
org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest$5.call in VM 2 
running on Host f8377b3515b6 with 4 VMs
at org.apache.geode.test.dunit.VM.invoke(VM.java:443)
at org.apache.geode.test.dunit.VM.invoke(VM.java:412)
at org.apache.geode.test.dunit.VM.invoke(VM.java:378)
at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest.initAccessorAndDataStore(RemoteTransactionDUnitTest.java:248)
at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest.doTestIterator(RemoteTransactionDUnitTest.java:2046)
at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest.testEntriesIterator1OnDestroy(RemoteTransactionDUnitTest.java:2038)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
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)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
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 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.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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at 

[jira] [Updated] (GEODE-5572) CI Failure: RemoteTransactionCCEDUnitTest.testEntriesIterator1OnDestroy

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5572:

Labels: Flaky  (was: )

> CI Failure: RemoteTransactionCCEDUnitTest.testEntriesIterator1OnDestroy
> ---
>
> Key: GEODE-5572
> URL: https://issues.apache.org/jira/browse/GEODE-5572
> Project: Geode
>  Issue Type: Task
>  Components: tests
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: Flaky
>
> Probably related to GEODE-5304. The stacktrace looks similar.
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/244
> {noformat}
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest$5.call in VM 2 
> running on Host f8377b3515b6 with 4 VMs
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:443)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:412)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:378)
>   at 
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest.initAccessorAndDataStore(RemoteTransactionDUnitTest.java:248)
>   at 
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest.doTestIterator(RemoteTransactionDUnitTest.java:2046)
>   at 
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest.testEntriesIterator1OnDestroy(RemoteTransactionDUnitTest.java:2038)
>   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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   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)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   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 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.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 
> 

[jira] [Updated] (GEODE-5570) CI failure: GIIDeltaDUnitTest.testFullGIIAfterClear

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5570:

Description: 
Failed in 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/244

This fails with the same assertion message as GEODE-1703, {{Region not created 
within3}} -- maybe the fix will be the same? Maybe there are other tests 
that we can proactively fix along with this one?

{noformat}


java.lang.AssertionError: Region not created within3
at org.junit.Assert.fail(Assert.java:88)
at 
org.apache.geode.internal.cache.GIIDeltaDUnitTest.createDistributedRegion(GIIDeltaDUnitTest.java:2133)
at 
org.apache.geode.internal.cache.GIIDeltaDUnitTest.prepareForEachTest(GIIDeltaDUnitTest.java:148)
at 
org.apache.geode.internal.cache.GIIDeltaDUnitTest.testFullGIIAfterClear(GIIDeltaDUnitTest.java:1780)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
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)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
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 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.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 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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at 

[jira] [Updated] (GEODE-5570) CI failure: GIIDeltaDUnitTest.testFullGIIAfterClear

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5570:

Description: 
Failed in 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/244

This fails with the same assertion message as GEODE-1703, {{Region not created 
within3}} -- maybe the fix will be the same? Maybe there are other tests 
that we can proactively fix along with this one?

{noformat}


java.lang.AssertionError: Region not created within3
at org.junit.Assert.fail(Assert.java:88)
at 
org.apache.geode.internal.cache.GIIDeltaDUnitTest.createDistributedRegion(GIIDeltaDUnitTest.java:2133)
at 
org.apache.geode.internal.cache.GIIDeltaDUnitTest.prepareForEachTest(GIIDeltaDUnitTest.java:148)
at 
org.apache.geode.internal.cache.GIIDeltaDUnitTest.testFullGIIAfterClear(GIIDeltaDUnitTest.java:1780)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
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)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
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 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.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 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.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at 

[jira] [Created] (GEODE-5570) CI failure: GIIDeltaDUnitTest.testFullGIIAfterClear

2018-08-13 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5570:
---

 Summary: CI failure: GIIDeltaDUnitTest.testFullGIIAfterClear
 Key: GEODE-5570
 URL: https://issues.apache.org/jira/browse/GEODE-5570
 Project: Geode
  Issue Type: Task
  Components: tests
Reporter: Galen O'Sullivan


Failed in 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/244

This fails with the same assertion message as GEODE-1703, {{Region not created 
within3}} -- maybe the fix will be the same? Maybe there are other tests 
that we can proactively fix along with this one?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-5570) CI failure: GIIDeltaDUnitTest.testFullGIIAfterClear

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5570:

Labels: Flaky  (was: )

> CI failure: GIIDeltaDUnitTest.testFullGIIAfterClear
> ---
>
> Key: GEODE-5570
> URL: https://issues.apache.org/jira/browse/GEODE-5570
> Project: Geode
>  Issue Type: Task
>  Components: tests
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: Flaky
>
> Failed in 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/244
> This fails with the same assertion message as GEODE-1703, {{Region not 
> created within3}} -- maybe the fix will be the same? Maybe there are 
> other tests that we can proactively fix along with this one?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-5569) DeltaPropagationDUnitTest. testS2CWithOldValueAtClientOverflownToDisk fails with NoSubscriptionServersAvailableException

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5569:

Description: 
In 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/244

This looks related to GEODE-3742 -- they have the same stacktrace.

{noformat}
java.lang.AssertionError: failed in registerInterestListAll
at org.apache.geode.test.dunit.Assert.fail(Assert.java:66)
at 
org.apache.geode.internal.cache.DeltaPropagationDUnitTest.registerInterestListAll(DeltaPropagationDUnitTest.java:1317)
at 
org.apache.geode.internal.cache.DeltaPropagationDUnitTest.testS2CWithOldValueAtClientOverflownToDisk(DeltaPropagationDUnitTest.java:302)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
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)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
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 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.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 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.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)
   

[jira] [Created] (GEODE-5569) DeltaPropagationDUnitTest. testS2CWithOldValueAtClientOverflownToDisk fails with NoSubscriptionServersAvailableException

2018-08-13 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5569:
---

 Summary:  DeltaPropagationDUnitTest. 
testS2CWithOldValueAtClientOverflownToDisk fails with 
NoSubscriptionServersAvailableException
 Key: GEODE-5569
 URL: https://issues.apache.org/jira/browse/GEODE-5569
 Project: Geode
  Issue Type: Task
  Components: client queues, tests
Reporter: Galen O'Sullivan


This looks related to GEODE-3742.

{noformat}
java.lang.AssertionError: failed in registerInterestListAll
at org.apache.geode.test.dunit.Assert.fail(Assert.java:66)
at 
org.apache.geode.internal.cache.DeltaPropagationDUnitTest.registerInterestListAll(DeltaPropagationDUnitTest.java:1317)
at 
org.apache.geode.internal.cache.DeltaPropagationDUnitTest.testS2CWithOldValueAtClientOverflownToDisk(DeltaPropagationDUnitTest.java:302)
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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
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)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
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 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.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 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.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 

[jira] [Updated] (GEODE-5569) DeltaPropagationDUnitTest. testS2CWithOldValueAtClientOverflownToDisk fails with NoSubscriptionServersAvailableException

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5569:

Issue Type: Bug  (was: Task)

>  DeltaPropagationDUnitTest. testS2CWithOldValueAtClientOverflownToDisk fails 
> with NoSubscriptionServersAvailableException
> -
>
> Key: GEODE-5569
> URL: https://issues.apache.org/jira/browse/GEODE-5569
> Project: Geode
>  Issue Type: Bug
>  Components: client queues, tests
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: Flaky
>
> This looks related to GEODE-3742.
> {noformat}
> java.lang.AssertionError: failed in registerInterestListAll
>   at org.apache.geode.test.dunit.Assert.fail(Assert.java:66)
>   at 
> org.apache.geode.internal.cache.DeltaPropagationDUnitTest.registerInterestListAll(DeltaPropagationDUnitTest.java:1317)
>   at 
> org.apache.geode.internal.cache.DeltaPropagationDUnitTest.testS2CWithOldValueAtClientOverflownToDisk(DeltaPropagationDUnitTest.java:302)
>   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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   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)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   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 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.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 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)
> 

[jira] [Updated] (GEODE-5569) DeltaPropagationDUnitTest. testS2CWithOldValueAtClientOverflownToDisk fails with NoSubscriptionServersAvailableException

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan updated GEODE-5569:

Labels: Flaky  (was: )

>  DeltaPropagationDUnitTest. testS2CWithOldValueAtClientOverflownToDisk fails 
> with NoSubscriptionServersAvailableException
> -
>
> Key: GEODE-5569
> URL: https://issues.apache.org/jira/browse/GEODE-5569
> Project: Geode
>  Issue Type: Bug
>  Components: client queues, tests
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: Flaky
>
> This looks related to GEODE-3742.
> {noformat}
> java.lang.AssertionError: failed in registerInterestListAll
>   at org.apache.geode.test.dunit.Assert.fail(Assert.java:66)
>   at 
> org.apache.geode.internal.cache.DeltaPropagationDUnitTest.registerInterestListAll(DeltaPropagationDUnitTest.java:1317)
>   at 
> org.apache.geode.internal.cache.DeltaPropagationDUnitTest.testS2CWithOldValueAtClientOverflownToDisk(DeltaPropagationDUnitTest.java:302)
>   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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   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)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   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 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.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 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 

[jira] [Commented] (GEODE-5440) SUPERFLAKY PRColocatedEquiJoinDUnitTest.testRRPRLocalQueryingWithHetroIndexes

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-5440:
-

Failed again in 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/246

> SUPERFLAKY PRColocatedEquiJoinDUnitTest.testRRPRLocalQueryingWithHetroIndexes
> -
>
> Key: GEODE-5440
> URL: https://issues.apache.org/jira/browse/GEODE-5440
> Project: Geode
>  Issue Type: Bug
>  Components: querying
>Affects Versions: 1.8.0
>Reporter: Jacob S. Barrett
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: swat
> Attachments: Test results - Class 
> org.apache.geode.cache.query.partitioned.PRColocatedEquiJoinDUnitTest.html
>
>
> Flaky test in CI distributedTest job.
> {noformat}
> > Task :geode-core:distributedTest
> org.apache.geode.cache.query.partitioned.PRColocatedEquiJoinDUnitTest > 
> testRRPRLocalQueryingWithHetroIndexes FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.cache.query.partitioned.PRQueryDUnitHelper$36.run in VM 0 
> running on Host 2709b168a57a with 4 VMs
> at org.apache.geode.test.dunit.VM.invoke(VM.java:443)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:412)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:355)
> at 
> org.apache.geode.cache.query.partitioned.PRColocatedEquiJoinDUnitTest.testRRPRLocalQueryingWithHetroIndexes(PRColocatedEquiJoinDUnitTest.java:873)
> Caused by:
> java.lang.AssertionError: FAILED:SelectResults size is different in 
> both the cases. Size1=292 Size2 = 400; failed query=r1.ID = r2.id
> {noformat}
> Artifacts at 
> http://files.apachegeode-ci.info/builds/geode-pr-2126/test-artifacts/1531783070/distributedtestcore-geode-pr-2126.tgz



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5460) SUPERFLAKY: TestFunctionsDUnitTest.testNumOfRunningFunctions

2018-08-13 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan commented on GEODE-5460:
-

Failed again: 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/246

> SUPERFLAKY: TestFunctionsDUnitTest.testNumOfRunningFunctions
> 
>
> Key: GEODE-5460
> URL: https://issues.apache.org/jira/browse/GEODE-5460
> Project: Geode
>  Issue Type: Bug
>Reporter: Helena Bales
>Assignee: Mark Hanson
>Priority: Major
>  Labels: ci, flaky, swat
>
> {{org.apache.geode.management.internal.pulse.TestFunctionsDUnitTest > 
> testNumOfRunningFunctions FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.management.internal.pulse.TestFunctionsDUnitTest$$Lambda$29/242148781.call
>  in VM 0 running on Host 57e1ae1f71ab with 4 VMs
> at org.apache.geode.test.dunit.VM.invoke(VM.java:443)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:412)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:378)
> at 
> org.apache.geode.management.internal.pulse.TestFunctionsDUnitTest.testNumOfRunningFunctions(TestFunctionsDUnitTest.java:94)
> Caused by:
> java.lang.AssertionError: Event never occurred after 12 ms: wait 
> for getNumOfRunningFunction to complete and get results
> at org.junit.Assert.fail(Assert.java:88)
> at 
> org.apache.geode.test.dunit.Wait.waitForCriterion(Wait.java:190)
> at 
> org.apache.geode.management.internal.pulse.TestFunctionsDUnitTest.getNumOfRunningFunction(TestFunctionsDUnitTest.java:71)
> at 
> org.apache.geode.management.internal.pulse.TestFunctionsDUnitTest.lambda$testNumOfRunningFunctions$5c4d653a$1(TestFunctionsDUnitTest.java:94)
> }}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-5558) DistributedLockServiceDUnitTest.testGrantTokenCleanup should not return early

2018-08-09 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5558:
---

 Summary: DistributedLockServiceDUnitTest.testGrantTokenCleanup 
should not return early
 Key: GEODE-5558
 URL: https://issues.apache.org/jira/browse/GEODE-5558
 Project: Geode
  Issue Type: Task
  Components: distributed lock service, tests
Reporter: Galen O'Sullivan


This test is marked with a TODO to finish the test after an ancient (pre-Geode) 
bug is fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-5464) Add generics to DistributionManager

2018-08-08 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-5464.
-
   Resolution: Fixed
Fix Version/s: 1.7.0

> Add generics to DistributionManager
> ---
>
> Key: GEODE-5464
> URL: https://issues.apache.org/jira/browse/GEODE-5464
> Project: Geode
>  Issue Type: Bug
>  Components: membership, messaging
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.7.0
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> DistributionManager has a number of methods that take/return various 
> {{Collection}} types without specifying the types of the elements in the 
> collection. This code would be significantly more readable and understandable 
> if generics were added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-5529) Remove SchedulingOrder

2018-08-06 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-5529.
-
   Resolution: Fixed
Fix Version/s: 1.7.0

> Remove SchedulingOrder
> --
>
> Key: GEODE-5529
> URL: https://issues.apache.org/jira/browse/GEODE-5529
> Project: Geode
>  Issue Type: Task
>  Components: tests
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.7.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> This class is only used one place in Geode, and that is to check for an 
> exception of that type. It will never be thrown. Let's take it out.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GEODE-5529) Remove SchedulingOrder

2018-08-03 Thread Galen O'Sullivan (JIRA)
Galen O'Sullivan created GEODE-5529:
---

 Summary: Remove SchedulingOrder
 Key: GEODE-5529
 URL: https://issues.apache.org/jira/browse/GEODE-5529
 Project: Geode
  Issue Type: Task
  Components: tests
Reporter: Galen O'Sullivan


This class is only used one place in Geode, and that is to check for an 
exception of that type. It will never be thrown. Let's take it out.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-5529) Remove SchedulingOrder

2018-08-03 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-5529:
---

Assignee: Galen O'Sullivan

> Remove SchedulingOrder
> --
>
> Key: GEODE-5529
> URL: https://issues.apache.org/jira/browse/GEODE-5529
> Project: Geode
>  Issue Type: Task
>  Components: tests
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>
> This class is only used one place in Geode, and that is to check for an 
> exception of that type. It will never be thrown. Let's take it out.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-1793) Flaky: LocatorDUnitTest.testStartTwoLocatorsOneWithSSLAndTheOtherNonSSL

2018-07-26 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-1793:
---

Assignee: (was: Galen O'Sullivan)

> Flaky: LocatorDUnitTest.testStartTwoLocatorsOneWithSSLAndTheOtherNonSSL
> ---
>
> Key: GEODE-1793
> URL: https://issues.apache.org/jira/browse/GEODE-1793
> Project: Geode
>  Issue Type: Bug
>  Components: locator
>Reporter: Udo Kohlmeyer
>Priority: Minor
>
> This test fails due to something not cleaning itself properly. Undetermined 
> what the problem is, but it will run perfectly by itself everytime, but once 
> run inside of the TestClass it fails



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-3609) Cleanup AcceptorImpl use of ConnectionMode

2018-07-26 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-3609.
-
Resolution: Done

> Cleanup AcceptorImpl use of ConnectionMode
> --
>
> Key: GEODE-3609
> URL: https://issues.apache.org/jira/browse/GEODE-3609
> Project: Geode
>  Issue Type: Improvement
>  Components: messaging
>Reporter: Galen O'Sullivan
>Assignee: Galen O'Sullivan
>Priority: Major
>
> AcceptorImpl currently uses three variables to keep track of the connection 
> mode: a byte, a string, and a ConnectionMode (which can provide the byte and 
> string). Change the implementation to just have the class.
> I have a PR for this, creating an issue to track it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GEODE-3138) Add function execution on Region to new protocol

2018-07-26 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan reassigned GEODE-3138:
---

Assignee: (was: Galen O'Sullivan)

> Add function execution on Region to new protocol
> 
>
> Key: GEODE-3138
> URL: https://issues.apache.org/jira/browse/GEODE-3138
> Project: Geode
>  Issue Type: Sub-task
>  Components: client/server
>Reporter: Brian Baynes
>Priority: Major
>
> As a Geode user, I want to be able to call server-side functions on a Region. 
> this should include parameters and handle function execution exceptions and 
> error cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-3227) GetAvailableServers Specification Definition

2018-07-26 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-3227.
-
Resolution: Invalid

Parent task is closed, I think this is way out of date.

> GetAvailableServers Specification Definition
> 
>
> Key: GEODE-3227
> URL: https://issues.apache.org/jira/browse/GEODE-3227
> Project: Geode
>  Issue Type: Sub-task
>  Components: client/server, serialization
>Reporter: Udo Kohlmeyer
>Assignee: Galen O'Sullivan
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GEODE-3219) Get Specification Definition

2018-07-26 Thread Galen O'Sullivan (JIRA)


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

Galen O'Sullivan resolved GEODE-3219.
-
Resolution: Invalid

Parent task is closed, I think this is way out of date.

> Get Specification Definition
> 
>
> Key: GEODE-3219
> URL: https://issues.apache.org/jira/browse/GEODE-3219
> Project: Geode
>  Issue Type: Sub-task
>  Components: client/server, serialization
>Reporter: Udo Kohlmeyer
>Assignee: Galen O'Sullivan
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


  1   2   3   4   >