[jira] [Commented] (GEODE-5879) Use and enforce consistent gradle declaration behavior

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5879:


Commit 89105618d7877cce23ffa7456ba97aec621c1160 in geode's branch 
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8910561 ]

GEODE-5879 Enforces consistent syntax in gradle dependency declaration (#2611)

Always use a parentesis around the thing being depended on.
Do not space pad between configuration and parenthesis before dependency
Prefer single quote around the package names

Co-authored-by: Robert Houghton 
Co-authored-by: Patrick Rhomberg 

> Use and enforce consistent gradle declaration behavior
> --
>
> Key: GEODE-5879
> URL: https://issues.apache.org/jira/browse/GEODE-5879
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Robert Houghton
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.8.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Gradle syntax is permissive about dependency declaration, unless exclusions 
> are needed. Then the input must be in a parenthetical block before opening 
> the closure. Fix this everywhere, and then use a spotless rule to make it 
> consistent forever



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


[jira] [Assigned] (GEODE-5595) CI: DeltaPropagationDUnit.testBug40165ClientReconnects - NoSubscriptionServersAvailableException

2018-10-16 Thread Mark Hanson (JIRA)


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

Mark Hanson reassigned GEODE-5595:
--

Assignee: Mark Hanson

> CI: DeltaPropagationDUnit.testBug40165ClientReconnects - 
> NoSubscriptionServersAvailableException
> 
>
> Key: GEODE-5595
> URL: https://issues.apache.org/jira/browse/GEODE-5595
> Project: Geode
>  Issue Type: Bug
>Reporter: Kenneth Howe
>Assignee: Mark Hanson
>Priority: Major
>  Labels: swat
>
> This test failed. See _Issue Links_ section below for a bunch of other tests 
> that seem to fail due to the same underlying product fault. See [~klund]'s 
> analysis cited in the comment section for that underlying fault. Don't mark 
> this ticket resolved until that product problem is really fixed please.
> {code:java}
> org.apache.geode.internal.cache.DeltaPropagationDUnitTest > 
> testBug40165ClientReconnects FAILED
>   
> org.apache.geode.cache.NoSubscriptionServersAvailableException: 
> org.apache.geode.cache.NoSubscriptionServersAvailableException: Could not 
> initialize a primary queue on startup. No queue servers available.
>   
> at 
> org.apache.geode.cache.client.internal.QueueManagerImpl.getAllConnections(QueueManagerImpl.java:187)
>   
> at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.executeOnQueuesAndReturnPrimaryResult(OpExecutorImpl.java:548)
>   
> at 
> org.apache.geode.cache.client.internal.PoolImpl.executeOnQueuesAndReturnPrimaryResult(PoolImpl.java:855)
>   
> at 
> org.apache.geode.cache.client.internal.RegisterInterestOp.execute(RegisterInterestOp.java:58)
>   
> at 
> org.apache.geode.cache.client.internal.ServerRegionProxy.registerInterest(ServerRegionProxy.java:355)
>   
> at 
> org.apache.geode.internal.cache.LocalRegion.processSingleInterest(LocalRegion.java:3797)
>   
> at 
> org.apache.geode.internal.cache.LocalRegion.registerInterest(LocalRegion.java:3888)
>   
> at 
> org.apache.geode.internal.cache.LocalRegion.registerInterest(LocalRegion.java:3686)
>   
> at 
> org.apache.geode.internal.cache.LocalRegion.registerInterest(LocalRegion.java:3681)
>   
> at 
> org.apache.geode.internal.cache.LocalRegion.registerInterest(LocalRegion.java:3676)
>   
> at 
> org.apache.geode.internal.cache.DeltaPropagationDUnitTest.createDurableCacheClient(DeltaPropagationDUnitTest.java:1305)
>   
> at 
> org.apache.geode.internal.cache.DeltaPropagationDUnitTest.testBug40165ClientReconnects(DeltaPropagationDUnitTest.java:647)
>   
>   
> Caused by:
>   
> org.apache.geode.cache.NoSubscriptionServersAvailableException: Could 
> not initialize a primary queue on startup. No queue servers available.
>   
> at 
> org.apache.geode.cache.client.internal.QueueManagerImpl.initializeConnections(QueueManagerImpl.java:585)
>   
> at 
> org.apache.geode.cache.client.internal.QueueManagerImpl.start(QueueManagerImpl.java:296)
>   
> at 
> org.apache.geode.cache.client.internal.PoolImpl.start(PoolImpl.java:352)
>   
> at 
> org.apache.geode.cache.client.internal.PoolImpl.finishCreate(PoolImpl.java:176)
>   
> at 
> org.apache.geode.cache.client.internal.PoolImpl.create(PoolImpl.java:162)
>   
> at 
> org.apache.geode.internal.cache.PoolFactoryImpl.create(PoolFactoryImpl.java:349)
>   
> at 
> org.apache.geode.internal.cache.DeltaPropagationDUnitTest.createDurableCacheClient(DeltaPropagationDUnitTest.java:1295)
>   
> ... 1 more
>   
> {code}



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


[jira] [Updated] (GEODE-5886) Make extension module dependencies explicit.

2018-10-16 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated GEODE-5886:
--
Labels: pull-request-available  (was: )

> Make extension module dependencies explicit.
> 
>
> Key: GEODE-5886
> URL: https://issues.apache.org/jira/browse/GEODE-5886
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Patrick Rhomberg
>Priority: Major
>  Labels: pull-request-available
>




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


[jira] [Commented] (GEODE-5844) String.Format() argument mismatch in SystemAdmin.initHelpMap()

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5844:


Commit 567569bb129d1d8acc0a709edf8b0f4e73be7c92 in geode's branch 
refs/heads/develop from [~propeller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=567569b ]

GEODE-5844: Make log format match args



> String.Format() argument mismatch in SystemAdmin.initHelpMap()
> --
>
> Key: GEODE-5844
> URL: https://issues.apache.org/jira/browse/GEODE-5844
> Project: Geode
>  Issue Type: Bug
>  Components: general
>Reporter: Ryan McMahon
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.8.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> An argument count in String.Format() mismatch can cause a 
> java.util.MissingFormatArgumentException exception for some commands in 
> SystemAdmin.initHelpMap().



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


[jira] [Created] (GEODE-5886) Make extension module dependencies explicit.

2018-10-16 Thread Patrick Rhomberg (JIRA)
Patrick Rhomberg created GEODE-5886:
---

 Summary: Make extension module dependencies explicit.
 Key: GEODE-5886
 URL: https://issues.apache.org/jira/browse/GEODE-5886
 Project: Geode
  Issue Type: Sub-task
Reporter: Patrick Rhomberg






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


[jira] [Resolved] (GEODE-5676) ClusterConfigLocatorRestartDUnitTest hung in CI

2018-10-16 Thread Dan Smith (JIRA)


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

Dan Smith resolved GEODE-5676.
--
   Resolution: Fixed
Fix Version/s: 1.8.0

> ClusterConfigLocatorRestartDUnitTest hung in CI
> ---
>
> Key: GEODE-5676
> URL: https://issues.apache.org/jira/browse/GEODE-5676
> Project: Geode
>  Issue Type: Bug
>Reporter: Dan Smith
>Assignee: Dan Smith
>Priority: Major
>  Labels: pull-request-available, swat
> Fix For: 1.8.0
>
> Attachments: callstacks.txt
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> This test hung in a couple of runs of DistributedTest
>   
> https://concourse.apachegeode-ci.info/teams/staging/pipelines/concourse-staging/jobs/DistributedTest/builds//430
>   
> https://concourse.apachegeode-ci.info/teams/staging/pipelines/concourse-staging/jobs/DistributedTest/builds//370
> {noformat}
> Started @ 2018-08-30 04:23:46.599 +
> 2018-08-30 04:48:33.135 +  
> org.apache.geode.management.internal.configuration.ClusterConfigLocatorRestartDUnitTest
>  serverRestartsAfterLocatorReconnects
> Ended @ 2018-08-30 05:21:34.897 +
> {noformat}
> It seems to be stuck in tear down
> {noformat}
> "ReconnectThread" #416 prio=5 os_prio=0 tid=0x7fa86cad2000 nid=0xd07 in 
> Object.wait() [0x7fa744ecd000]
>java.lang.Thread.State: TIMED_WAITING (on object monitor)
>   at java.lang.Object.wait(Native Method)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.reconnect(InternalDistributedSystem.java:2697)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.tryReconnect(InternalDistributedSystem.java:2558)
>   - locked <0xe00bedc8> (a java.lang.Object)
>   - locked <0xe07af498> (a java.lang.Class for 
> org.apache.geode.internal.cache.GemFireCacheImpl)
>   - locked <0xe00bedd8> (a java.lang.Class for 
> org.apache.geode.cache.CacheFactory)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.disconnect(InternalDistributedSystem.java:1041)
>   at 
> org.apache.geode.distributed.internal.ClusterDistributionManager$DMListener.membershipFailure(ClusterDistributionManager.java:3987)
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.uncleanShutdown(GMSMembershipManager.java:1552)
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.lambda$forceDisconnect$1(GMSMembershipManager.java:2564)
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager$$Lambda$81/1816825082.run(Unknown
>  Source)
>   at java.lang.Thread.run(Thread.java:748)
>Locked ownable synchronizers:
>   - None
> "RMI TCP Connection(8)-172.17.0.13" #32 daemon prio=5 os_prio=0 
> tid=0x7fa874001800 nid=0x2ff waiting for monitor entry 
> [0x7fa8f0d15000]
>java.lang.Thread.State: BLOCKED (on object monitor)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.disconnect(InternalDistributedSystem.java:1367)
>   - waiting to lock <0xe07af498> (a java.lang.Class for 
> org.apache.geode.internal.cache.GemFireCacheImpl)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.disconnect(InternalDistributedSystem.java:1022)
>   at 
> org.apache.geode.test.junit.rules.MemberStarterRule.disconnectDSIfAny(MemberStarterRule.java:182)
>   at 
> org.apache.geode.test.junit.rules.MemberStarterRule.after(MemberStarterRule.java:129)
>   at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule.stopElementInsideVM(ClusterStartupRule.java:385)
>   at 
> org.apache.geode.test.junit.rules.VMProvider.lambda$stop$fe0d42dc$1(VMProvider.java:42)
>   at 
> org.apache.geode.test.junit.rules.VMProvider$$Lambda$77/1844235204.run(Unknown
>  Source)
>   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 hydra.MethExecutor.executeObject(MethExecutor.java:244)
>   at 
> org.apache.geode.test.dunit.standalone.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:70)
>   at sun.reflect.GeneratedMethodAccessor116.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
>   at sun.rmi.transport.Transport$1.run(Transport.java:200)
>   at 

[jira] [Commented] (GEODE-5676) ClusterConfigLocatorRestartDUnitTest hung in CI

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5676:


Commit df30df1c8e9a1216a3f9bd07b712e3c4fa99031d in geode's branch 
refs/heads/develop from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=df30df1 ]

GEODE-5676: Disconnect system before closing SocketCreatorFactory

The MemberStarterRule was closing SocketCreatorFactory before calling
DistributedSystem.disconnect. In the case of
ClusterConfigLocatorRestartDUnitTest there was a reconnect thread
running in the background that ended up throwing a NullPointerException
if the SocketCreatorFactory was closed. This led to an infinite loop in
the reconnect thread.

We should not be messing with the internal state of Geode until we call
disconnect to stop all of Geode's background threads.

Co-Authored-By: Dale Emery 


> ClusterConfigLocatorRestartDUnitTest hung in CI
> ---
>
> Key: GEODE-5676
> URL: https://issues.apache.org/jira/browse/GEODE-5676
> Project: Geode
>  Issue Type: Bug
>Reporter: Dan Smith
>Assignee: Dan Smith
>Priority: Major
>  Labels: pull-request-available, swat
> Fix For: 1.8.0
>
> Attachments: callstacks.txt
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> This test hung in a couple of runs of DistributedTest
>   
> https://concourse.apachegeode-ci.info/teams/staging/pipelines/concourse-staging/jobs/DistributedTest/builds//430
>   
> https://concourse.apachegeode-ci.info/teams/staging/pipelines/concourse-staging/jobs/DistributedTest/builds//370
> {noformat}
> Started @ 2018-08-30 04:23:46.599 +
> 2018-08-30 04:48:33.135 +  
> org.apache.geode.management.internal.configuration.ClusterConfigLocatorRestartDUnitTest
>  serverRestartsAfterLocatorReconnects
> Ended @ 2018-08-30 05:21:34.897 +
> {noformat}
> It seems to be stuck in tear down
> {noformat}
> "ReconnectThread" #416 prio=5 os_prio=0 tid=0x7fa86cad2000 nid=0xd07 in 
> Object.wait() [0x7fa744ecd000]
>java.lang.Thread.State: TIMED_WAITING (on object monitor)
>   at java.lang.Object.wait(Native Method)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.reconnect(InternalDistributedSystem.java:2697)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.tryReconnect(InternalDistributedSystem.java:2558)
>   - locked <0xe00bedc8> (a java.lang.Object)
>   - locked <0xe07af498> (a java.lang.Class for 
> org.apache.geode.internal.cache.GemFireCacheImpl)
>   - locked <0xe00bedd8> (a java.lang.Class for 
> org.apache.geode.cache.CacheFactory)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.disconnect(InternalDistributedSystem.java:1041)
>   at 
> org.apache.geode.distributed.internal.ClusterDistributionManager$DMListener.membershipFailure(ClusterDistributionManager.java:3987)
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.uncleanShutdown(GMSMembershipManager.java:1552)
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.lambda$forceDisconnect$1(GMSMembershipManager.java:2564)
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager$$Lambda$81/1816825082.run(Unknown
>  Source)
>   at java.lang.Thread.run(Thread.java:748)
>Locked ownable synchronizers:
>   - None
> "RMI TCP Connection(8)-172.17.0.13" #32 daemon prio=5 os_prio=0 
> tid=0x7fa874001800 nid=0x2ff waiting for monitor entry 
> [0x7fa8f0d15000]
>java.lang.Thread.State: BLOCKED (on object monitor)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.disconnect(InternalDistributedSystem.java:1367)
>   - waiting to lock <0xe07af498> (a java.lang.Class for 
> org.apache.geode.internal.cache.GemFireCacheImpl)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.disconnect(InternalDistributedSystem.java:1022)
>   at 
> org.apache.geode.test.junit.rules.MemberStarterRule.disconnectDSIfAny(MemberStarterRule.java:182)
>   at 
> org.apache.geode.test.junit.rules.MemberStarterRule.after(MemberStarterRule.java:129)
>   at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule.stopElementInsideVM(ClusterStartupRule.java:385)
>   at 
> org.apache.geode.test.junit.rules.VMProvider.lambda$stop$fe0d42dc$1(VMProvider.java:42)
>   at 
> org.apache.geode.test.junit.rules.VMProvider$$Lambda$77/1844235204.run(Unknown
>  Source)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  

[jira] [Updated] (GEODE-5885) Add geode-core exclusion from all geode-junit and geode-dunit dependencies

2018-10-16 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated GEODE-5885:
--
Labels: pull-request-available  (was: )

> Add geode-core exclusion from all geode-junit and geode-dunit dependencies
> --
>
> Key: GEODE-5885
> URL: https://issues.apache.org/jira/browse/GEODE-5885
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Patrick Rhomberg
>Priority: Major
>  Labels: pull-request-available
>
> Failing to exclude geode-core causes the Nebula dependency linter to object 
> to what appear to be circular dependencies.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 65e4e0fb44a8d5630461b08a4e76b2c0e9ce108e in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=65e4e0f ]

[GEODE-5864] Get rid of docker-geode-build-resource.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 6h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit c80d85baafee1d2e296130d49528d633c9b035ea in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c80d85b ]

Merge pull request #2639 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Get rid of docker-geode-build-resource.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 6h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit c80d85baafee1d2e296130d49528d633c9b035ea in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c80d85b ]

Merge pull request #2639 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Get rid of docker-geode-build-resource.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 6h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit dfb6ed924424897b9c30ba64ddd3530498a9bf6e in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=dfb6ed9 ]

Merge pull request #2638 from rhoughton-pivot/GEODE-5864

[GEODE-5864] UpdatePassingRef doesn't need docker-geode-build-image.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit dfb6ed924424897b9c30ba64ddd3530498a9bf6e in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=dfb6ed9 ]

Merge pull request #2638 from rhoughton-pivot/GEODE-5864

[GEODE-5864] UpdatePassingRef doesn't need docker-geode-build-image.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 88d0efe310f8cb0b58d3be8fb19a9d682c8719f2 in geode's branch 
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=88d0efe ]

[GEODE-5864] UpdatePassingRef doesn't need docker-geode-build-image.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 2bccead0abbb57dbe29325f817533b49739d34e5 in geode's branch 
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2bccead ]

[GEODE-5864] Use alpine-tools for UpdatePassingRef.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 5.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 65ade0248476e0d63b326981f24b699ac5a3ceb5 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=65ade02 ]

Merge pull request #2637 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Use alpine-tools for UpdatePassingRef.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 5.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 65ade0248476e0d63b326981f24b699ac5a3ceb5 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=65ade02 ]

Merge pull request #2637 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Use alpine-tools for UpdatePassingRef.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 5.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Resolved] (GEODE-5880) SSLSocketIntegrationTest FAILED with jdk11

2018-10-16 Thread Jinmei Liao (JIRA)


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

Jinmei Liao resolved GEODE-5880.

Resolution: Fixed

> SSLSocketIntegrationTest  FAILED with jdk11
> ---
>
> Key: GEODE-5880
> URL: https://issues.apache.org/jira/browse/GEODE-5880
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> configureClientSSLSocketCanTimeOut FAILED
> org.awaitility.core.ConditionTimeoutException: Condition with alias 
> 'connect to server socket' didn't complete within 30 seconds because 
> condition with lambda expression in 
> org.apache.geode.internal.net.SSLSocketIntegrationTest that uses 
> org.apache.geode.internal.net.SocketCreator, 
> org.apache.geode.internal.net.SocketCreatorint was not fulfilled.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:79)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:27)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:890)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:848)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.configureClientSSLSocketCanTimeOut(SSLSocketIntegrationTest.java:230)
> Caused by:
> java.util.concurrent.TimeoutException
> at java.util.concurrent.FutureTask.get(FutureTask.java:204)
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:92)
> ... 5 more
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> handshakeCanTimeoutOnServer FAILED
> java.lang.Exception: Unexpected exception, 
> expected but was
> Caused by:
> java.net.SocketException: Socket is closed
> at java.net.Socket.setSoTimeout(Socket.java:1137)
> at 
> sun.security.ssl.BaseSSLSocketImpl.setSoTimeout(BaseSSLSocketImpl.java:637)
> at 
> sun.security.ssl.SSLSocketImpl.setSoTimeout(SSLSocketImpl.java:73)
> at 
> org.apache.geode.internal.net.SocketCreator.handshakeIfSocketIsSSL(SocketCreator.java:993)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.lambda$startServer$3(SSLSocketIntegrationTest.java:279)



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


[jira] [Updated] (GEODE-5877) ServerLauncherWaitOnServerMultiThreadedTest fails due to bugs in MultithreadedTestCase failure

2018-10-16 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated GEODE-5877:
--
Labels: pull-request-available swat  (was: swat)

> ServerLauncherWaitOnServerMultiThreadedTest fails due to bugs in 
> MultithreadedTestCase failure
> --
>
> Key: GEODE-5877
> URL: https://issues.apache.org/jira/browse/GEODE-5877
> Project: Geode
>  Issue Type: Improvement
>Reporter: Dan Smith
>Assignee: Dale Emery
>Priority: Major
>  Labels: pull-request-available, swat
>
> This test failed in a precheckin run: 
> https://concourse.apachegeode-ci.info/builds/4982
> {noformat}
> java.lang.AssertionError: junit.framework.AssertionFailedError: expected:<0> 
> but was:<1>
>   at 
> org.apache.geode.distributed.ServerLauncherWaitOnServerMultiThreadedTest.runTest(ServerLauncherWaitOnServerMultiThreadedTest.java:61)
>   at 
> org.apache.geode.distributed.ServerLauncherWaitOnServerMultiThreadedTest.waitOnServer(ServerLauncherWaitOnServerMultiThreadedTest.java:54)
>   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.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
>   at 
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at 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-5797) CI failure: ConcurrentParallelGatewaySenderDUnitTest.testPartitionedParallelPropagationHA

2018-10-16 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated GEODE-5797:
--
Labels: pull-request-available swat  (was: swat)

> 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
>Assignee: Helena Bales
>Priority: Major
>  Labels: pull-request-available, swat
>
> 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}



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 0a000f3c21d87231f6c9cfbec5f84ccac667ab0c in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0a000f3 ]

[GEODE-5864] Add storage-rw to scopes when launching instances.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit e7b6294c504106975c2f6133db8c97be391f54f1 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e7b6294 ]

Merge pull request #2634 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Add storage-rw to scopes when launching instances.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit e7b6294c504106975c2f6133db8c97be391f54f1 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e7b6294 ]

Merge pull request #2634 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Add storage-rw to scopes when launching instances.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5880) SSLSocketIntegrationTest FAILED with jdk11

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5880:


Commit 0b013557a8fc00022201008ef04d46be30177be5 in geode's branch 
refs/heads/develop from [~jinmeiliao]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0b01355 ]

GEODE-5880: fix IDEA compiling error when using jdk11


> SSLSocketIntegrationTest  FAILED with jdk11
> ---
>
> Key: GEODE-5880
> URL: https://issues.apache.org/jira/browse/GEODE-5880
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> configureClientSSLSocketCanTimeOut FAILED
> org.awaitility.core.ConditionTimeoutException: Condition with alias 
> 'connect to server socket' didn't complete within 30 seconds because 
> condition with lambda expression in 
> org.apache.geode.internal.net.SSLSocketIntegrationTest that uses 
> org.apache.geode.internal.net.SocketCreator, 
> org.apache.geode.internal.net.SocketCreatorint was not fulfilled.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:79)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:27)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:890)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:848)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.configureClientSSLSocketCanTimeOut(SSLSocketIntegrationTest.java:230)
> Caused by:
> java.util.concurrent.TimeoutException
> at java.util.concurrent.FutureTask.get(FutureTask.java:204)
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:92)
> ... 5 more
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> handshakeCanTimeoutOnServer FAILED
> java.lang.Exception: Unexpected exception, 
> expected but was
> Caused by:
> java.net.SocketException: Socket is closed
> at java.net.Socket.setSoTimeout(Socket.java:1137)
> at 
> sun.security.ssl.BaseSSLSocketImpl.setSoTimeout(BaseSSLSocketImpl.java:637)
> at 
> sun.security.ssl.SSLSocketImpl.setSoTimeout(SSLSocketImpl.java:73)
> at 
> org.apache.geode.internal.net.SocketCreator.handshakeIfSocketIsSSL(SocketCreator.java:993)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.lambda$startServer$3(SSLSocketIntegrationTest.java:279)



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


[jira] [Commented] (GEODE-5880) SSLSocketIntegrationTest FAILED with jdk11

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5880:


Commit 3d9b357127ce87fa6cb38d98f1e544d2db9b3206 in geode's branch 
refs/heads/develop from [~dcavender]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3d9b357 ]

Merge pull request #2618 from jinmeiliao/java11

GEODE-5880: fix IDEA compiling error when using jdk11

> SSLSocketIntegrationTest  FAILED with jdk11
> ---
>
> Key: GEODE-5880
> URL: https://issues.apache.org/jira/browse/GEODE-5880
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> configureClientSSLSocketCanTimeOut FAILED
> org.awaitility.core.ConditionTimeoutException: Condition with alias 
> 'connect to server socket' didn't complete within 30 seconds because 
> condition with lambda expression in 
> org.apache.geode.internal.net.SSLSocketIntegrationTest that uses 
> org.apache.geode.internal.net.SocketCreator, 
> org.apache.geode.internal.net.SocketCreatorint was not fulfilled.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:79)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:27)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:890)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:848)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.configureClientSSLSocketCanTimeOut(SSLSocketIntegrationTest.java:230)
> Caused by:
> java.util.concurrent.TimeoutException
> at java.util.concurrent.FutureTask.get(FutureTask.java:204)
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:92)
> ... 5 more
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> handshakeCanTimeoutOnServer FAILED
> java.lang.Exception: Unexpected exception, 
> expected but was
> Caused by:
> java.net.SocketException: Socket is closed
> at java.net.Socket.setSoTimeout(Socket.java:1137)
> at 
> sun.security.ssl.BaseSSLSocketImpl.setSoTimeout(BaseSSLSocketImpl.java:637)
> at 
> sun.security.ssl.SSLSocketImpl.setSoTimeout(SSLSocketImpl.java:73)
> at 
> org.apache.geode.internal.net.SocketCreator.handshakeIfSocketIsSSL(SocketCreator.java:993)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.lambda$startServer$3(SSLSocketIntegrationTest.java:279)



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


[jira] [Commented] (GEODE-5880) SSLSocketIntegrationTest FAILED with jdk11

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5880:


Commit 53bd0056d7dd97844e4f2115ddae671aa9f4cdcd in geode's branch 
refs/heads/develop from [~jinmeiliao]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=53bd005 ]

GEODE-5880: fix SocketCreator to throw consistent exception type across jdk8 to 
jdk11.


> SSLSocketIntegrationTest  FAILED with jdk11
> ---
>
> Key: GEODE-5880
> URL: https://issues.apache.org/jira/browse/GEODE-5880
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> configureClientSSLSocketCanTimeOut FAILED
> org.awaitility.core.ConditionTimeoutException: Condition with alias 
> 'connect to server socket' didn't complete within 30 seconds because 
> condition with lambda expression in 
> org.apache.geode.internal.net.SSLSocketIntegrationTest that uses 
> org.apache.geode.internal.net.SocketCreator, 
> org.apache.geode.internal.net.SocketCreatorint was not fulfilled.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:79)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:27)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:890)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:848)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.configureClientSSLSocketCanTimeOut(SSLSocketIntegrationTest.java:230)
> Caused by:
> java.util.concurrent.TimeoutException
> at java.util.concurrent.FutureTask.get(FutureTask.java:204)
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:92)
> ... 5 more
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> handshakeCanTimeoutOnServer FAILED
> java.lang.Exception: Unexpected exception, 
> expected but was
> Caused by:
> java.net.SocketException: Socket is closed
> at java.net.Socket.setSoTimeout(Socket.java:1137)
> at 
> sun.security.ssl.BaseSSLSocketImpl.setSoTimeout(BaseSSLSocketImpl.java:637)
> at 
> sun.security.ssl.SSLSocketImpl.setSoTimeout(SSLSocketImpl.java:73)
> at 
> org.apache.geode.internal.net.SocketCreator.handshakeIfSocketIsSSL(SocketCreator.java:993)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.lambda$startServer$3(SSLSocketIntegrationTest.java:279)



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


[jira] [Created] (GEODE-5885) Add geode-core exclusion from all geode-junit and geode-dunit dependencies

2018-10-16 Thread Patrick Rhomberg (JIRA)
Patrick Rhomberg created GEODE-5885:
---

 Summary: Add geode-core exclusion from all geode-junit and 
geode-dunit dependencies
 Key: GEODE-5885
 URL: https://issues.apache.org/jira/browse/GEODE-5885
 Project: Geode
  Issue Type: Sub-task
Reporter: Patrick Rhomberg


Failing to exclude geode-core causes the Nebula dependency linter to object to 
what appear to be circular dependencies.



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


[jira] [Created] (GEODE-5884) Executing a function with non HA should return any available partial results

2018-10-16 Thread Jason Huynh (JIRA)
Jason Huynh created GEODE-5884:
--

 Summary: Executing a function with non HA should return any 
available partial results
 Key: GEODE-5884
 URL: https://issues.apache.org/jira/browse/GEODE-5884
 Project: Geode
  Issue Type: Bug
  Components: functions
Reporter: Jason Huynh


When a function is executed without single hop, it is sent to a "coordinating" 
node.  This node then creates tasks that are executed on other remote nodes and 
itself.  If any of the remote nodes or the local node gets an exception, it 
will accumulate the exception and any results it has currently received.  It 
then completes and sends those results back to the client.

There is a flag to waitOnException.  We should set this to true if the function 
is non HA.  This will have the coordinating node wait for all results before 
sending back to the client.  The work is going to get executed on the remote 
nodes anyways, so why not wait for the results?

This will mirror a single-hop execution where a single node may fail.  If it 
does, the client still receives results from the other nodes.

 



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


[jira] [Assigned] (GEODE-5884) Executing a function with non HA should return any available partial results

2018-10-16 Thread Jason Huynh (JIRA)


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

Jason Huynh reassigned GEODE-5884:
--

Assignee: Jason Huynh

> Executing a function with non HA should return any available partial results
> 
>
> Key: GEODE-5884
> URL: https://issues.apache.org/jira/browse/GEODE-5884
> Project: Geode
>  Issue Type: Bug
>  Components: functions
>Affects Versions: 1.0.0-incubating
>Reporter: Jason Huynh
>Assignee: Jason Huynh
>Priority: Major
>
> When a function is executed without single hop, it is sent to a 
> "coordinating" node.  This node then creates tasks that are executed on other 
> remote nodes and itself.  If any of the remote nodes or the local node gets 
> an exception, it will accumulate the exception and any results it has 
> currently received.  It then completes and sends those results back to the 
> client.
> There is a flag to waitOnException.  We should set this to true if the 
> function is non HA.  This will have the coordinating node wait for all 
> results before sending back to the client.  The work is going to get executed 
> on the remote nodes anyways, so why not wait for the results?
> This will mirror a single-hop execution where a single node may fail.  If it 
> does, the client still receives results from the other nodes.
>  



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


[jira] [Updated] (GEODE-5884) Executing a function with non HA should return any available partial results

2018-10-16 Thread Jason Huynh (JIRA)


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

Jason Huynh updated GEODE-5884:
---
Affects Version/s: 1.0.0-incubating

> Executing a function with non HA should return any available partial results
> 
>
> Key: GEODE-5884
> URL: https://issues.apache.org/jira/browse/GEODE-5884
> Project: Geode
>  Issue Type: Bug
>  Components: functions
>Affects Versions: 1.0.0-incubating
>Reporter: Jason Huynh
>Assignee: Jason Huynh
>Priority: Major
>
> When a function is executed without single hop, it is sent to a 
> "coordinating" node.  This node then creates tasks that are executed on other 
> remote nodes and itself.  If any of the remote nodes or the local node gets 
> an exception, it will accumulate the exception and any results it has 
> currently received.  It then completes and sends those results back to the 
> client.
> There is a flag to waitOnException.  We should set this to true if the 
> function is non HA.  This will have the coordinating node wait for all 
> results before sending back to the client.  The work is going to get executed 
> on the remote nodes anyways, so why not wait for the results?
> This will mirror a single-hop execution where a single node may fail.  If it 
> does, the client still receives results from the other nodes.
>  



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


[jira] [Created] (GEODE-5883) Add Nebula dependency linter to the gradle build.

2018-10-16 Thread Patrick Rhomberg (JIRA)
Patrick Rhomberg created GEODE-5883:
---

 Summary: Add Nebula dependency linter to the gradle build.
 Key: GEODE-5883
 URL: https://issues.apache.org/jira/browse/GEODE-5883
 Project: Geode
  Issue Type: Sub-task
Reporter: Patrick Rhomberg


Perform the linter as part of the precheckin alongside spotless.



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


[jira] [Resolved] (GEODE-5856) As much as possible, a gradle file should have only one dependencies block.

2018-10-16 Thread Patrick Rhomberg (JIRA)


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

Patrick Rhomberg resolved GEODE-5856.
-
   Resolution: Fixed
Fix Version/s: 1.8.0

> As much as possible, a gradle file should have only one dependencies block.
> ---
>
> Key: GEODE-5856
> URL: https://issues.apache.org/jira/browse/GEODE-5856
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Patrick Rhomberg
>Assignee: Patrick Rhomberg
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.8.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




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


[jira] [Commented] (GEODE-5856) As much as possible, a gradle file should have only one dependencies block.

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5856:


Commit c6e1d8cbf2f8292b8f406a5bad778b6d63a67178 in geode's branch 
refs/heads/develop from [~prhomberg]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c6e1d8c ]

GEODE-5856: Consolidate geode-core, test.gradle dependency blocks. (#2599)



> As much as possible, a gradle file should have only one dependencies block.
> ---
>
> Key: GEODE-5856
> URL: https://issues.apache.org/jira/browse/GEODE-5856
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Patrick Rhomberg
>Assignee: Patrick Rhomberg
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.8.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




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


[jira] [Resolved] (GEODE-5804) Improve checkPom utility, add gradle task to update expectedPoms

2018-10-16 Thread Patrick Rhomberg (JIRA)


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

Patrick Rhomberg resolved GEODE-5804.
-
   Resolution: Fixed
Fix Version/s: 1.8.0

> Improve checkPom utility, add gradle task to update expectedPoms
> 
>
> Key: GEODE-5804
> URL: https://issues.apache.org/jira/browse/GEODE-5804
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Patrick Rhomberg
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.8.0
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 71bd10fa5b29e6fd2596bf9aef1b1e6b33d09980 in geode's branch 
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=71bd10f ]

[GEODE-5864] We need the java build version now.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit f676215977681e3b9aa4bedd521fe6c8fbb8c628 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=f676215 ]

Merge pull request #2633 from rhoughton-pivot/GEODE-5864

[GEODE-5864] We need the java build version now.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit f676215977681e3b9aa4bedd521fe6c8fbb8c628 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=f676215 ]

Merge pull request #2633 from rhoughton-pivot/GEODE-5864

[GEODE-5864] We need the java build version now.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 5fdab854ff92d7cb1662fd642e06aeea7910fe83 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5fdab85 ]

Merge pull request #2632 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Add missing input to publish task.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit ef596719116f6e34e03aaac44febc551e9a51af6 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ef59671 ]

[GEODE-5864] Add missing input to publish task.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 5fdab854ff92d7cb1662fd642e06aeea7910fe83 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5fdab85 ]

Merge pull request #2632 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Add missing input to publish task.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit bb32e7a76a5ea60863ccceab8eeda13adfdcbe98 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=bb32e7a ]

Merge pull request #2631 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Remove unnecessary echo.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit bb32e7a76a5ea60863ccceab8eeda13adfdcbe98 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=bb32e7a ]

Merge pull request #2631 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Remove unnecessary echo.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 195392d9953cfb2bcd5138b23410d49db58c3f54 in geode's branch 
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=195392d ]

[GEODE-5864] Remove unnecessary echo.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 2f0d33de4b9393d154e48444f57c3c4bf181aa0f in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2f0d33d ]

Merge pull request #2630 from rhoughton-pivot/GEODE-5864

[GEDOE-5864] Iteration over indentation will eventually succeed.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit e8109dd7ec232656cf3e5ab4086a251a08922360 in geode's branch 
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e8109dd ]

[GEODE-5864] Indentation is still hard.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 3a11f87078bbbcb1f5b4a248cfd75a85f3f57406 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3a11f87 ]

Merge pull request #2629 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Indentation is still hard.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 3a11f87078bbbcb1f5b4a248cfd75a85f3f57406 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3a11f87 ]

Merge pull request #2629 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Indentation is still hard.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 0c95cde3535a51b6282eacb1c3e8d5502fdfdd81 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0c95cde ]

Merge pull request #2628 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Fix trigger indentation.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 200e73edd3da9cc1e0e90c71cdbb6ada578aa49b in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=200e73e ]

[GEODE-5864] Fix trigger indentation.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 0c95cde3535a51b6282eacb1c3e8d5502fdfdd81 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0c95cde ]

Merge pull request #2628 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Fix trigger indentation.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 49b4c5de013bfa4ce2aafd86faa82568fce749dc in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=49b4c5d ]

Merge pull request #2627 from rhoughton-pivot/GEODE-5864

[GEODE-5864] We lost dumping out the pipeline somehow. Put it back.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit a2bbcb412c89c72813d6e0509f8558de0e7183ec in geode's branch 
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a2bbcb4 ]

[GEODE-5864] We lost dumping out the pipeline somehow. Put it back.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 49b4c5de013bfa4ce2aafd86faa82568fce749dc in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=49b4c5d ]

Merge pull request #2627 from rhoughton-pivot/GEODE-5864

[GEODE-5864] We lost dumping out the pipeline somehow. Put it back.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 61814a41bf040b80a00867228569e005a57b96af in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=61814a4 ]

Merge remote-tracking branch 'apache/develop' into GEODE-5864


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit fddfd63385208433baef0402d41867d2b60d60b2 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=fddfd63 ]

Merge pull request #2626 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Make PublishArtifacts use a heavy lifter.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit fddfd63385208433baef0402d41867d2b60d60b2 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=fddfd63 ]

Merge pull request #2626 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Make PublishArtifacts use a heavy lifter.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 1d3985ac0457747ec05e19260d1df1b45ebccc4c in geode's branch 
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1d3985a ]

[GEODE-5864] Make PublishArtifacts use a heavy lifter.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Updated] (GEODE-5882) Remove resource coupling between geode-core test sets

2018-10-16 Thread Patrick Rhomberg (JIRA)


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

Patrick Rhomberg updated GEODE-5882:

Description: 
See comment in delta addressing GEODE-5803, below:

>From {{geode-core/build.gradle}}:
{noformat}
sourceSets {
// This works around resource-look up between integrationTest and test 
source-sets.
// See GEODE-5803 / GEODE-5882
  integrationTest.resources.srcDir {
test.output.resourcesDir
  }
}{noformat}
 

This is only slightly less pathological than the explicit source set coupling 
addressed in GEODE-5803, but was chosen as a solution to unblock dependency 
Nebula linter and keep PR sizes comprehensibly small.

  was:
See comment in delta addressing GEODE-5803, below:

 
{noformat}
sourceSets {
// This works around resource-look up between integrationTest and test 
source-sets.
// See GEODE-5803 / GEODE-5882
  integrationTest.resources.srcDir {
test.output.resourcesDir
  }
}{noformat}
 

This is only slightly less pathological than the explicit source set coupling 
addressed in GEODE-5803, but was chosen as a solution to unblock dependency 
Nebula linter and keep PR sizes comprehensibly small.


> Remove resource coupling between geode-core test sets
> -
>
> Key: GEODE-5882
> URL: https://issues.apache.org/jira/browse/GEODE-5882
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Patrick Rhomberg
>Priority: Major
>
> See comment in delta addressing GEODE-5803, below:
> From {{geode-core/build.gradle}}:
> {noformat}
> sourceSets {
> // This works around resource-look up between integrationTest and test 
> source-sets.
> // See GEODE-5803 / GEODE-5882
>   integrationTest.resources.srcDir {
> test.output.resourcesDir
>   }
> }{noformat}
>  
> This is only slightly less pathological than the explicit source set coupling 
> addressed in GEODE-5803, but was chosen as a solution to unblock dependency 
> Nebula linter and keep PR sizes comprehensibly small.



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


[jira] [Updated] (GEODE-5882) Remove resource coupling between geode-core test sets

2018-10-16 Thread Patrick Rhomberg (JIRA)


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

Patrick Rhomberg updated GEODE-5882:

Description: 
See comment in delta addressing GEODE-5803, below:

 
{noformat}
sourceSets {
// This works around resource-look up between integrationTest and test 
source-sets.
// See GEODE-5803 / GEODE-5882
  integrationTest.resources.srcDir {
test.output.resourcesDir
  }
}{noformat}
 

This is only slightly less pathological than the explicit source set coupling 
addressed in GEODE-5803, but was chosen as a solution to unblock dependency 
Nebula linter and keep PR sizes comprehensibly small.

  was:See comment in delta addressing GEODE-5803.


> Remove resource coupling between geode-core test sets
> -
>
> Key: GEODE-5882
> URL: https://issues.apache.org/jira/browse/GEODE-5882
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Patrick Rhomberg
>Priority: Major
>
> See comment in delta addressing GEODE-5803, below:
>  
> {noformat}
> sourceSets {
> // This works around resource-look up between integrationTest and test 
> source-sets.
> // See GEODE-5803 / GEODE-5882
>   integrationTest.resources.srcDir {
> test.output.resourcesDir
>   }
> }{noformat}
>  
> This is only slightly less pathological than the explicit source set coupling 
> addressed in GEODE-5803, but was chosen as a solution to unblock dependency 
> Nebula linter and keep PR sizes comprehensibly small.



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


[jira] [Created] (GEODE-5882) Remove resource coupling between geode-core test sets

2018-10-16 Thread Patrick Rhomberg (JIRA)
Patrick Rhomberg created GEODE-5882:
---

 Summary: Remove resource coupling between geode-core test sets
 Key: GEODE-5882
 URL: https://issues.apache.org/jira/browse/GEODE-5882
 Project: Geode
  Issue Type: Sub-task
Reporter: Patrick Rhomberg


See comment in delta addressing GEODE-5803.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 3974646634547fac1d821bb82942ed914ac37168 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3974646 ]

Merge pull request #2624 from rhoughton-pivot/GEODE-5864

[GEODE-5864] We lost version-bucket somehow.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 33076f903793ad02580182499504c73ba9b58c70 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=33076f9 ]

[GEODE-5864] We lost version-bucket somehow.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 3974646634547fac1d821bb82942ed914ac37168 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3974646 ]

Merge pull request #2624 from rhoughton-pivot/GEODE-5864

[GEODE-5864] We lost version-bucket somehow.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Created] (GEODE-5881) consolidate DefaultQuery.TestHook methods

2018-10-16 Thread Bill (JIRA)
Bill created GEODE-5881:
---

 Summary: consolidate DefaultQuery.TestHook methods
 Key: GEODE-5881
 URL: https://issues.apache.org/jira/browse/GEODE-5881
 Project: Geode
  Issue Type: Task
  Components: querying
Reporter: Bill
 Fix For: 1.8.0


{{DefaultQuery.TestHook}} (interface) defines three methods. They all take a 
"spot" identifier. But some take an {{int}} as the identifier and others take a 
{{String}}.

When this task is complete, all the methods will use an {{enum}} to identify 
the spot. The benefit will be that we'll have more readable identifiers (than 
the ints) and we'll be able to {{switch}} on the spot id instead of using 
conditionals and {{equals()}}



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


[jira] [Assigned] (GEODE-5881) consolidate DefaultQuery.TestHook methods

2018-10-16 Thread Bill (JIRA)


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

Bill reassigned GEODE-5881:
---

Assignee: Bill

> consolidate DefaultQuery.TestHook methods
> -
>
> Key: GEODE-5881
> URL: https://issues.apache.org/jira/browse/GEODE-5881
> Project: Geode
>  Issue Type: Task
>  Components: querying
>Reporter: Bill
>Assignee: Bill
>Priority: Major
> Fix For: 1.8.0
>
>
> {{DefaultQuery.TestHook}} (interface) defines three methods. They all take a 
> "spot" identifier. But some take an {{int}} as the identifier and others take 
> a {{String}}.
> When this task is complete, all the methods will use an {{enum}} to identify 
> the spot. The benefit will be that we'll have more readable identifiers (than 
> the ints) and we'll be able to {{switch}} on the spot id instead of using 
> conditionals and {{equals()}}



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit a122cd49df7ccb4e7fd6816fc45a4f091455204f in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a122cd4 ]

Merge pull request #2622 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Fix publish task's image configuration.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 405de97b500d8f7d29bc5fdc5be4a4a75d803a24 in geode's branch 
refs/heads/develop from [~rhoughton]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=405de97 ]

[GEODE-5864] Fix publish task's image configuration.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit a122cd49df7ccb4e7fd6816fc45a4f091455204f in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a122cd4 ]

Merge pull request #2622 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Fix publish task's image configuration.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 7f443e60b0354cabac8c594e0382beff28affcb3 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7f443e6 ]

[GEODE-5864] Remove go and make once we're done with them.

Co-authored-by: Sean Goller 
Co-authored-by: Robert Houghton 


> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 115f4f4e6e10f813d9873a703016889ae12f9d4e in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=115f4f4 ]

Merge pull request #2621 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Remove go and make once we're done with them.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit 115f4f4e6e10f813d9873a703016889ae12f9d4e in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=115f4f4 ]

Merge pull request #2621 from rhoughton-pivot/GEODE-5864

[GEODE-5864] Remove go and make once we're done with them.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5864) Streamline and parameterize concourse environment

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5864:


Commit d2462fe9498eb4acace2ec8290eba5a1bb8fad63 in geode's branch 
refs/heads/develop from [~smgoller]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d2462fe ]

Merge pull request #2620 from rhoughton-pivot/GEODE-5864

Fix up variables and base alpine-tools on openjdk:8-alpine.

> Streamline and parameterize concourse environment
> -
>
> Key: GEODE-5864
> URL: https://issues.apache.org/jira/browse/GEODE-5864
> Project: Geode
>  Issue Type: Improvement
>  Components: ci
>Reporter: Sean Goller
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> In order to simplify stamping out multiple CI environments such as for 
> developer use, parameterize infrastructure-specific variables and remove 
> unnecessary vault usage.



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


[jira] [Commented] (GEODE-5638) Organize/Cleanup the geode-native project structure

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5638:


Commit 0490c575b80adde371be7c8e8a7aaf6e29899f37 in geode-native's branch 
refs/heads/develop from [~mmartell]
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=0490c57 ]

GEODE-5638: Move cppcache/integration-tests to legacy (#378)



> Organize/Cleanup the geode-native project structure
> ---
>
> Key: GEODE-5638
> URL: https://issues.apache.org/jira/browse/GEODE-5638
> Project: Geode
>  Issue Type: Improvement
>  Components: native client
>Reporter: Michael Martell
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> Currently we 31 projects in the geode-native solution (see attached). We 
> should organize these projects into folders. We started this a while back, 
> putting all test projects into the test folder. However, we've let a bunch of 
> new test projects leak out into the top level.
> Other projects could also be grouped together into folders to improve clarity 
> and navigation.



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


[jira] [Updated] (GEODE-5676) ClusterConfigLocatorRestartDUnitTest hung in CI

2018-10-16 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated GEODE-5676:
--
Labels: pull-request-available swat  (was: swat)

> ClusterConfigLocatorRestartDUnitTest hung in CI
> ---
>
> Key: GEODE-5676
> URL: https://issues.apache.org/jira/browse/GEODE-5676
> Project: Geode
>  Issue Type: Bug
>Reporter: Dan Smith
>Assignee: Dan Smith
>Priority: Major
>  Labels: pull-request-available, swat
> Attachments: callstacks.txt
>
>
> This test hung in a couple of runs of DistributedTest
>   
> https://concourse.apachegeode-ci.info/teams/staging/pipelines/concourse-staging/jobs/DistributedTest/builds//430
>   
> https://concourse.apachegeode-ci.info/teams/staging/pipelines/concourse-staging/jobs/DistributedTest/builds//370
> {noformat}
> Started @ 2018-08-30 04:23:46.599 +
> 2018-08-30 04:48:33.135 +  
> org.apache.geode.management.internal.configuration.ClusterConfigLocatorRestartDUnitTest
>  serverRestartsAfterLocatorReconnects
> Ended @ 2018-08-30 05:21:34.897 +
> {noformat}
> It seems to be stuck in tear down
> {noformat}
> "ReconnectThread" #416 prio=5 os_prio=0 tid=0x7fa86cad2000 nid=0xd07 in 
> Object.wait() [0x7fa744ecd000]
>java.lang.Thread.State: TIMED_WAITING (on object monitor)
>   at java.lang.Object.wait(Native Method)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.reconnect(InternalDistributedSystem.java:2697)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.tryReconnect(InternalDistributedSystem.java:2558)
>   - locked <0xe00bedc8> (a java.lang.Object)
>   - locked <0xe07af498> (a java.lang.Class for 
> org.apache.geode.internal.cache.GemFireCacheImpl)
>   - locked <0xe00bedd8> (a java.lang.Class for 
> org.apache.geode.cache.CacheFactory)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.disconnect(InternalDistributedSystem.java:1041)
>   at 
> org.apache.geode.distributed.internal.ClusterDistributionManager$DMListener.membershipFailure(ClusterDistributionManager.java:3987)
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.uncleanShutdown(GMSMembershipManager.java:1552)
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.lambda$forceDisconnect$1(GMSMembershipManager.java:2564)
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager$$Lambda$81/1816825082.run(Unknown
>  Source)
>   at java.lang.Thread.run(Thread.java:748)
>Locked ownable synchronizers:
>   - None
> "RMI TCP Connection(8)-172.17.0.13" #32 daemon prio=5 os_prio=0 
> tid=0x7fa874001800 nid=0x2ff waiting for monitor entry 
> [0x7fa8f0d15000]
>java.lang.Thread.State: BLOCKED (on object monitor)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.disconnect(InternalDistributedSystem.java:1367)
>   - waiting to lock <0xe07af498> (a java.lang.Class for 
> org.apache.geode.internal.cache.GemFireCacheImpl)
>   at 
> org.apache.geode.distributed.internal.InternalDistributedSystem.disconnect(InternalDistributedSystem.java:1022)
>   at 
> org.apache.geode.test.junit.rules.MemberStarterRule.disconnectDSIfAny(MemberStarterRule.java:182)
>   at 
> org.apache.geode.test.junit.rules.MemberStarterRule.after(MemberStarterRule.java:129)
>   at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule.stopElementInsideVM(ClusterStartupRule.java:385)
>   at 
> org.apache.geode.test.junit.rules.VMProvider.lambda$stop$fe0d42dc$1(VMProvider.java:42)
>   at 
> org.apache.geode.test.junit.rules.VMProvider$$Lambda$77/1844235204.run(Unknown
>  Source)
>   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 hydra.MethExecutor.executeObject(MethExecutor.java:244)
>   at 
> org.apache.geode.test.dunit.standalone.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:70)
>   at sun.reflect.GeneratedMethodAccessor116.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
>   at sun.rmi.transport.Transport$1.run(Transport.java:200)
>   at sun.rmi.transport.Transport$1.run(Transport.java:197)
>   at java.security.AccessController.doPrivileged(Native 

[jira] [Updated] (GEODE-5880) SSLSocketIntegrationTest FAILED with jdk11

2018-10-16 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated GEODE-5880:
--
Labels: pull-request-available  (was: )

> SSLSocketIntegrationTest  FAILED with jdk11
> ---
>
> Key: GEODE-5880
> URL: https://issues.apache.org/jira/browse/GEODE-5880
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> configureClientSSLSocketCanTimeOut FAILED
> org.awaitility.core.ConditionTimeoutException: Condition with alias 
> 'connect to server socket' didn't complete within 30 seconds because 
> condition with lambda expression in 
> org.apache.geode.internal.net.SSLSocketIntegrationTest that uses 
> org.apache.geode.internal.net.SocketCreator, 
> org.apache.geode.internal.net.SocketCreatorint was not fulfilled.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:79)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:27)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:890)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:848)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.configureClientSSLSocketCanTimeOut(SSLSocketIntegrationTest.java:230)
> Caused by:
> java.util.concurrent.TimeoutException
> at java.util.concurrent.FutureTask.get(FutureTask.java:204)
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:92)
> ... 5 more
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> handshakeCanTimeoutOnServer FAILED
> java.lang.Exception: Unexpected exception, 
> expected but was
> Caused by:
> java.net.SocketException: Socket is closed
> at java.net.Socket.setSoTimeout(Socket.java:1137)
> at 
> sun.security.ssl.BaseSSLSocketImpl.setSoTimeout(BaseSSLSocketImpl.java:637)
> at 
> sun.security.ssl.SSLSocketImpl.setSoTimeout(SSLSocketImpl.java:73)
> at 
> org.apache.geode.internal.net.SocketCreator.handshakeIfSocketIsSSL(SocketCreator.java:993)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.lambda$startServer$3(SSLSocketIntegrationTest.java:279)



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


[jira] [Commented] (GEODE-5739) Server and LocatorStarter Rules should use respective Launchers

2018-10-16 Thread Jinmei Liao (JIRA)


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

Jinmei Liao commented on GEODE-5739:


-1 on this: When I first started these rules, I want the rule to use the api as 
close to the core as possible, so that we don't end up testing the launcher as 
well. We use the rules to test the functionality the developer is interested 
in, do not want to get launcher code (which seemed very messy at that time, 
probably still still is) in the way.

> Server and LocatorStarter Rules should use respective Launchers
> ---
>
> Key: GEODE-5739
> URL: https://issues.apache.org/jira/browse/GEODE-5739
> Project: Geode
>  Issue Type: Improvement
>  Components: tests
>Reporter: Jason Huynh
>Assignee: Juan José Ramos Cassella
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> In a review, it was mentioned from that we can change ServerStarterRule and 
> LocatorStarterRule to use ServerLauncher and LocatorLauncher.
> This way the rules are using the User API directly. The Launchers are 
> in-process APIs so they don't launch/fork new JVMs, they simply launch a 
> Server or a Locator. The APIs also include stopping and this stopMember() 
> method could then simply invoke serverLauncher.stop().
> PS: The forking of Server/Locator JVMs is performed by GFSH, not by these 
> Launcher classes.
>  



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


[jira] [Assigned] (GEODE-5880) SSLSocketIntegrationTest FAILED with jdk11

2018-10-16 Thread Jinmei Liao (JIRA)


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

Jinmei Liao reassigned GEODE-5880:
--

Assignee: Jinmei Liao

> SSLSocketIntegrationTest  FAILED with jdk11
> ---
>
> Key: GEODE-5880
> URL: https://issues.apache.org/jira/browse/GEODE-5880
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> configureClientSSLSocketCanTimeOut FAILED
> org.awaitility.core.ConditionTimeoutException: Condition with alias 
> 'connect to server socket' didn't complete within 30 seconds because 
> condition with lambda expression in 
> org.apache.geode.internal.net.SSLSocketIntegrationTest that uses 
> org.apache.geode.internal.net.SocketCreator, 
> org.apache.geode.internal.net.SocketCreatorint was not fulfilled.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:79)
> at 
> org.awaitility.core.CallableCondition.await(CallableCondition.java:27)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:890)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:848)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.configureClientSSLSocketCanTimeOut(SSLSocketIntegrationTest.java:230)
> Caused by:
> java.util.concurrent.TimeoutException
> at java.util.concurrent.FutureTask.get(FutureTask.java:204)
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:92)
> ... 5 more
> org.apache.geode.internal.net.SSLSocketIntegrationTest > 
> handshakeCanTimeoutOnServer FAILED
> java.lang.Exception: Unexpected exception, 
> expected but was
> Caused by:
> java.net.SocketException: Socket is closed
> at java.net.Socket.setSoTimeout(Socket.java:1137)
> at 
> sun.security.ssl.BaseSSLSocketImpl.setSoTimeout(BaseSSLSocketImpl.java:637)
> at 
> sun.security.ssl.SSLSocketImpl.setSoTimeout(SSLSocketImpl.java:73)
> at 
> org.apache.geode.internal.net.SocketCreator.handshakeIfSocketIsSSL(SocketCreator.java:993)
> at 
> org.apache.geode.internal.net.SSLSocketIntegrationTest.lambda$startServer$3(SSLSocketIntegrationTest.java:279)



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


[jira] [Created] (GEODE-5880) SSLSocketIntegrationTest FAILED with jdk11

2018-10-16 Thread Jinmei Liao (JIRA)
Jinmei Liao created GEODE-5880:
--

 Summary: SSLSocketIntegrationTest  FAILED with jdk11
 Key: GEODE-5880
 URL: https://issues.apache.org/jira/browse/GEODE-5880
 Project: Geode
  Issue Type: Sub-task
Reporter: Jinmei Liao


org.apache.geode.internal.net.SSLSocketIntegrationTest > 
configureClientSSLSocketCanTimeOut FAILED
org.awaitility.core.ConditionTimeoutException: Condition with alias 
'connect to server socket' didn't complete within 30 seconds because condition 
with lambda expression in 
org.apache.geode.internal.net.SSLSocketIntegrationTest that uses 
org.apache.geode.internal.net.SocketCreator, 
org.apache.geode.internal.net.SocketCreatorint was not fulfilled.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
at 
org.awaitility.core.CallableCondition.await(CallableCondition.java:79)
at 
org.awaitility.core.CallableCondition.await(CallableCondition.java:27)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:890)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:848)
at 
org.apache.geode.internal.net.SSLSocketIntegrationTest.configureClientSSLSocketCanTimeOut(SSLSocketIntegrationTest.java:230)

Caused by:
java.util.concurrent.TimeoutException
at java.util.concurrent.FutureTask.get(FutureTask.java:204)
at 
org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:92)
... 5 more

org.apache.geode.internal.net.SSLSocketIntegrationTest > 
handshakeCanTimeoutOnServer FAILED
java.lang.Exception: Unexpected exception, 
expected but was

Caused by:
java.net.SocketException: Socket is closed
at java.net.Socket.setSoTimeout(Socket.java:1137)
at 
sun.security.ssl.BaseSSLSocketImpl.setSoTimeout(BaseSSLSocketImpl.java:637)
at 
sun.security.ssl.SSLSocketImpl.setSoTimeout(SSLSocketImpl.java:73)
at 
org.apache.geode.internal.net.SocketCreator.handshakeIfSocketIsSSL(SocketCreator.java:993)
at 
org.apache.geode.internal.net.SSLSocketIntegrationTest.lambda$startServer$3(SSLSocketIntegrationTest.java:279)



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


[jira] [Assigned] (GEODE-5823) AssertionError in DescribeClientCommandDUnitTest

2018-10-16 Thread Jinmei Liao (JIRA)


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

Jinmei Liao reassigned GEODE-5823:
--

Assignee: Jinmei Liao

> AssertionError in DescribeClientCommandDUnitTest
> 
>
> Key: GEODE-5823
> URL: https://issues.apache.org/jira/browse/GEODE-5823
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Expects {{describe members}} to return >0 for data field {{Process CPU Time 
> (nanoseconds) : 0}}
> {noformat}
> java.lang.AssertionError: 
> Expecting:
>  <0L>
> to be greater than:
>  <0L> 
>   at 
> org.apache.geode.management.internal.cli.commands.DescribeClientCommandDUnitTest.validateResults(DescribeClientCommandDUnitTest.java:162)
>   at 
> org.apache.geode.management.internal.cli.commands.DescribeClientCommandDUnitTest.describeClient(DescribeClientCommandDUnitTest.java:103)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.base/java.lang.reflect.Method.invoke(Method.java:564)
>   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.junit.rules.DescribedExternalResource$1.evaluate(DescribedExternalResource.java:40)
>   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.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 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.base/java.lang.reflect.Method.invoke(Method.java:564)
>   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 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> 

[jira] [Resolved] (GEODE-5823) AssertionError in DescribeClientCommandDUnitTest

2018-10-16 Thread Jinmei Liao (JIRA)


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

Jinmei Liao resolved GEODE-5823.

Resolution: Fixed

> AssertionError in DescribeClientCommandDUnitTest
> 
>
> Key: GEODE-5823
> URL: https://issues.apache.org/jira/browse/GEODE-5823
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Expects {{describe members}} to return >0 for data field {{Process CPU Time 
> (nanoseconds) : 0}}
> {noformat}
> java.lang.AssertionError: 
> Expecting:
>  <0L>
> to be greater than:
>  <0L> 
>   at 
> org.apache.geode.management.internal.cli.commands.DescribeClientCommandDUnitTest.validateResults(DescribeClientCommandDUnitTest.java:162)
>   at 
> org.apache.geode.management.internal.cli.commands.DescribeClientCommandDUnitTest.describeClient(DescribeClientCommandDUnitTest.java:103)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.base/java.lang.reflect.Method.invoke(Method.java:564)
>   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.junit.rules.DescribedExternalResource$1.evaluate(DescribedExternalResource.java:40)
>   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.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 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.base/java.lang.reflect.Method.invoke(Method.java:564)
>   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 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at 

[jira] [Commented] (GEODE-5823) AssertionError in DescribeClientCommandDUnitTest

2018-10-16 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5823:


Commit a6369f52639de1e8c21c4919ec754695eb1afcbc in geode's branch 
refs/heads/develop from jinmeiliao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a6369f5 ]

GEODE-5823: adding add-open flags when we start the ChildVM in DUnit … (#2606)




> AssertionError in DescribeClientCommandDUnitTest
> 
>
> Key: GEODE-5823
> URL: https://issues.apache.org/jira/browse/GEODE-5823
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Expects {{describe members}} to return >0 for data field {{Process CPU Time 
> (nanoseconds) : 0}}
> {noformat}
> java.lang.AssertionError: 
> Expecting:
>  <0L>
> to be greater than:
>  <0L> 
>   at 
> org.apache.geode.management.internal.cli.commands.DescribeClientCommandDUnitTest.validateResults(DescribeClientCommandDUnitTest.java:162)
>   at 
> org.apache.geode.management.internal.cli.commands.DescribeClientCommandDUnitTest.describeClient(DescribeClientCommandDUnitTest.java:103)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.base/java.lang.reflect.Method.invoke(Method.java:564)
>   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.junit.rules.DescribedExternalResource$1.evaluate(DescribedExternalResource.java:40)
>   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.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 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.base/java.lang.reflect.Method.invoke(Method.java:564)
>   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 
>