[jira] [Created] (GEODE-6009) add Java11 to PR pipeline

2018-11-07 Thread Owen Nichols (JIRA)
Owen Nichols created GEODE-6009:
---

 Summary: add Java11 to PR pipeline
 Key: GEODE-6009
 URL: https://issues.apache.org/jira/browse/GEODE-6009
 Project: Geode
  Issue Type: Sub-task
  Components: ci
Reporter: Owen Nichols


Now that Java 11 is gating for the develop pipeline, it should be tested in PR 
pipeline as well!  Otherwise you can end up with a checkin that passes PR but 
breaks develop, which has already happened at least once.



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


[jira] [Updated] (GEODE-6001) move dependency to OpenSSL v 1.1.1 (TLS)

2018-11-07 Thread ASF GitHub Bot (JIRA)


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

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

> move dependency to OpenSSL v 1.1.1 (TLS)
> 
>
> Key: GEODE-6001
> URL: https://issues.apache.org/jira/browse/GEODE-6001
> Project: Geode
>  Issue Type: Task
>  Components: native client
>Reporter: Ernest Burghardt
>Priority: Major
>  Labels: pull-request-available
>
> OpenSSL 1.1.1 (LTS) was released 2018-09-11



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


[jira] [Created] (GEODE-6012) Invalid package listed in Dockerfile

2018-11-07 Thread Ivan Godwin (JIRA)
Ivan Godwin created GEODE-6012:
--

 Summary: Invalid package listed in Dockerfile
 Key: GEODE-6012
 URL: https://issues.apache.org/jira/browse/GEODE-6012
 Project: Geode
  Issue Type: Bug
  Components: native client
Reporter: Ivan Godwin


The current version of docker/Dockerfile lists libc++api-dev as one of the 
packages to be installed. This package does not exist, and prevents an image 
from being built. The entry needs to be replaced with the intended package 
name, `libc++abi-dev`.



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


[jira] [Commented] (GEODE-3468) improve error message for an incomplete gfsh command

2018-11-07 Thread Darrel Schneider (JIRA)


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

Darrel Schneider commented on GEODE-3468:
-

Also "You should" seems too weak for required options. "You must" or "The 
following options are required".

 

> improve error message for an incomplete gfsh command
> 
>
> Key: GEODE-3468
> URL: https://issues.apache.org/jira/browse/GEODE-3468
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh
>Reporter: Swapnil Bawaskar
>Priority: Major
>
> When a user types in a gfsh command that is missing some required parameters, 
> in the error message we should only list the parameters that are required.
> For example, we show the below exception:
> {noformat}
> gfsh>create gateway-sender --id=123
> You should specify option (--group, --member, --remote-distributed-system-id, 
> --parallel, --manual-start, --socket-buffer-size, --socket-read-timeout, 
> --enable-batch-conflation, --batch-size, --batch-time-interval, 
> --enable-persistence, --disk-store-name, --disk-synchronous, 
> --maximum-queue-memory, --alert-threshold, --dispatcher-threads, 
> --order-policy, --gateway-event-filter, --gateway-transport-filter) for this 
> command
> {noformat}
> instead we should only have shown:
> {noformat}
> gfsh>create gateway-sender --id=123
> You should specify option (--remote-distributed-system-id) for this command
> {noformat}
> since that is the only missing required parameter.



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


[jira] [Commented] (GEODE-5983) Compare boxed primitives using equals() rather than ==

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5983:


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

GEODE-5983: Added missing null check (#2800)



> Compare boxed primitives using equals() rather than ==
> --
>
> Key: GEODE-5983
> URL: https://issues.apache.org/jira/browse/GEODE-5983
> Project: Geode
>  Issue Type: Bug
>Reporter: nabarun
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Files affected:
> [DistributedCacheOperation.java|https://lgtm.com/projects/g/apache/incubator-geode/snapshot/8c3d7f0677a5c6d167d1927ebb2e8056b67086fe/files/geode-core/src/main/java/org/apache/geode/internal/cache/DistributedCacheOperation.java]
> [SqlHandler.java|https://lgtm.com/projects/g/apache/incubator-geode/snapshot/8c3d7f0677a5c6d167d1927ebb2e8056b67086fe/files/geode-connectors/src/main/java/org/apache/geode/connectors/jdbc/internal/SqlHandler.java]
> [RegionFunctionArgs.java|https://lgtm.com/projects/g/apache/incubator-geode/snapshot/8c3d7f0677a5c6d167d1927ebb2e8056b67086fe/files/geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/RegionFunctionArgs.java]



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


[jira] [Assigned] (GEODE-6010) JDBC Connector should automatically configure JDBCLoader and JDBCAsyncWriter

2018-11-07 Thread Jianxia Chen (JIRA)


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

Jianxia Chen reassigned GEODE-6010:
---

Assignee: Jianxia Chen

> JDBC Connector should automatically configure JDBCLoader and JDBCAsyncWriter
> 
>
> Key: GEODE-6010
> URL: https://issues.apache.org/jira/browse/GEODE-6010
> Project: Geode
>  Issue Type: Improvement
>  Components: extensions
>Reporter: Jianxia Chen
>Assignee: Jianxia Chen
>Priority: Major
>
> *As a* Geode user
> *When* I create a JDBC mapping using the create jdbc-mapping command
> *Then* I should not be required to perform additional configuration to get 
> the data flowing between Geode and relational database.
> Currently, the user is expected to specify a CacheLoader and an 
> AsyncEventQueue, which should not be required. We should also go ahead and 
> create an async event queue with default values when a jdbc-mapping is 
> created. (one queue per mapping)
> 
> *Acceptance Criteria:*
> *Given* that a *partitioned* region has previously been created
> *When* a mapping is created using {{create jdbc-mapping}} command
> *Then* {{list async-event-queues}} command shows a newly created *parallel* 
> AEQ
> *And* {{describe region}} command shows our cache-loader and 
> async-event-queue-id configured
> *Given* that a *replicated* region has previously been created
> *When* a mapping is created using {{create jdbc-mapping}} command
> *Then* {{list async-event-queues}} command shows a newly created *serial* AEQ
> *And* {{describe region}} command shows our cache-loader and 
> async-event-queue-id configured
> If cluster configuration is not enabled, it should throw an error.



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


[jira] [Updated] (GEODE-6012) Invalid package listed in Dockerfile

2018-11-07 Thread Ivan Godwin (JIRA)


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

Ivan Godwin updated GEODE-6012:
---
Description: The current version of docker/Dockerfile lists libc+\+api-dev 
as one of the packages to be installed. This package does not exist, and 
prevents an image from being built. The entry needs to be replaced with the 
intended package name, libc++abi-dev.  (was: The current version of 
docker/Dockerfile lists libc++api-dev as one of the packages to be installed. 
This package does not exist, and prevents an image from being built. The entry 
needs to be replaced with the intended package name, `libc++abi-dev`.)

> Invalid package listed in Dockerfile
> 
>
> Key: GEODE-6012
> URL: https://issues.apache.org/jira/browse/GEODE-6012
> Project: Geode
>  Issue Type: Bug
>  Components: native client
>Reporter: Ivan Godwin
>Priority: Major
>
> The current version of docker/Dockerfile lists libc+\+api-dev as one of the 
> packages to be installed. This package does not exist, and prevents an image 
> from being built. The entry needs to be replaced with the intended package 
> name, libc++abi-dev.



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


[jira] [Created] (GEODE-6008) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey failed

2018-11-07 Thread Jinmei Liao (JIRA)
Jinmei Liao created GEODE-6008:
--

 Summary: CI Failure: 
ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey
 failed
 Key: GEODE-6008
 URL: https://issues.apache.org/jira/browse/GEODE-6008
 Project: Geode
  Issue Type: Bug
Reporter: Jinmei Liao


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 1872

y: java.security.cert.CertificateException: No name matching 88deff82cd47 found


at org.junit.Assert.fail(Assert.java:88)
at 
org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:412)
at 
org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:172)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106)
at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
at 
org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66)
at 
org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:566)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at 
org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
at 
org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:566)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at 
org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155)
at 
org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137)
at 
org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
at 
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at 
org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
at java.lang.Thread.run(Thread.java:834)



--
This message was sent by Atlassian 

[jira] [Created] (GEODE-6011) Prevent synchronization on boxed types or strings

2018-11-07 Thread nabarun (JIRA)
nabarun created GEODE-6011:
--

 Summary: Prevent synchronization on boxed types or strings
 Key: GEODE-6011
 URL: https://issues.apache.org/jira/browse/GEODE-6011
 Project: Geode
  Issue Type: Bug
Reporter: nabarun


Prevent synchronization on booleans and strings in

SocketCloser.java

BootstrappingFunction.java



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


[jira] [Updated] (GEODE-6013) A recovered node may not be consistent with peer after getting initial image

2018-11-07 Thread Anilkumar Gingade (JIRA)


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

Anilkumar Gingade updated GEODE-6013:
-
Affects Version/s: 1.7.0

> A recovered node may not be consistent with peer after getting initial image
> 
>
> Key: GEODE-6013
> URL: https://issues.apache.org/jira/browse/GEODE-6013
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Affects Versions: 1.7.0
>Reporter: Anilkumar Gingade
>Assignee: Anilkumar Gingade
>Priority: Major
>
> A node recovered from its persistent data may not receive all the expected 
> data from peer after doing GII (delta); if there is an ongoing tombstone GC 
> at the GII (get initial image) provider; resulting data inconsistency between 
> the replicas.
> While doing code walk through noticed that; when a node comes up with the 
> persistent data requests delta GII from another replica (GII provider); at 
> the provider side while comparing the tombstone GC version to determine 
> whether to perform full or Delta GII, the provider was using its GC version 
> instead of requester's gc version, resulting in performing delta GII instead 
> of full gii.
>  



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


[jira] [Assigned] (GEODE-6013) A recovered node may not be consistent with peer after getting initial image

2018-11-07 Thread Anilkumar Gingade (JIRA)


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

Anilkumar Gingade reassigned GEODE-6013:


Assignee: Anilkumar Gingade

> A recovered node may not be consistent with peer after getting initial image
> 
>
> Key: GEODE-6013
> URL: https://issues.apache.org/jira/browse/GEODE-6013
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Affects Versions: 1.7.0
>Reporter: Anilkumar Gingade
>Assignee: Anilkumar Gingade
>Priority: Major
>
> A node recovered from its persistent data may not receive all the expected 
> data from peer after doing GII (delta); if there is an ongoing tombstone GC 
> at the GII (get initial image) provider; resulting data inconsistency between 
> the replicas.
> While doing code walk through noticed that; when a node comes up with the 
> persistent data requests delta GII from another replica (GII provider); at 
> the provider side while comparing the tombstone GC version to determine 
> whether to perform full or Delta GII, the provider was using its GC version 
> instead of requester's gc version, resulting in performing delta GII instead 
> of full gii.
>  



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


[jira] [Created] (GEODE-6013) A recovered node may not be consistent with peer after getting initial image

2018-11-07 Thread Anilkumar Gingade (JIRA)
Anilkumar Gingade created GEODE-6013:


 Summary: A recovered node may not be consistent with peer after 
getting initial image
 Key: GEODE-6013
 URL: https://issues.apache.org/jira/browse/GEODE-6013
 Project: Geode
  Issue Type: Bug
  Components: regions
Reporter: Anilkumar Gingade


A node recovered from its persistent data may not receive all the expected data 
from peer after doing GII (delta); if there is an ongoing tombstone GC at the 
GII (get initial image) provider; resulting data inconsistency between the 
replicas.

While doing code walk through noticed that; when a node comes up with the 
persistent data requests delta GII from another replica (GII provider); at the 
provider side while comparing the tombstone GC version to determine whether to 
perform full or Delta GII, the provider was using its GC version instead of 
requester's gc version, resulting in performing delta GII instead of full gii.

 



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


[jira] [Commented] (GEODE-5469) Pulse per-member region stats do not work for member names with hyphen(s)

2018-11-07 Thread Andrey Zolotov (JIRA)


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

Andrey Zolotov commented on GEODE-5469:
---

We definitely reproduced the issue together.. just could not reproduce the 
suggested fix.

> Pulse per-member region stats do not work for member names with hyphen(s)
> -
>
> Key: GEODE-5469
> URL: https://issues.apache.org/jira/browse/GEODE-5469
> Project: Geode
>  Issue Type: Bug
>  Components: pulse
>Reporter: Andrey Zolotov
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> In Region View screen, when you hover over the members for the region on the 
> left, the stats and charts do not have any data if the member name contains 
> hyphens or other special cha.
> The fix is to replace occurences of  *.' + memberName + '.* with *["' + 
> memberName + '"].* in PulseCallbacks.js and RegionView.js, forcing the name 
> to be treated as single string.
> example diff for one of the lines:
> {code:java}
> - key = 'memberOnRegionJson.' + memberName + '.entryCount';
> + key = 'memberOnRegionJson["' + memberName + '"].entryCount';{code}



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


[jira] [Commented] (GEODE-6008) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey failed

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-6008:


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

GEODE-6008: ignore root exception as well. (#2804)



> CI Failure: 
> ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey
>  failed
> ---
>
> Key: GEODE-6008
> URL: https://issues.apache.org/jira/browse/GEODE-6008
> Project: Geode
>  Issue Type: Bug
>Reporter: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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 1872
> y: java.security.cert.CertificateException: No name matching 88deff82cd47 
> found
>   at org.junit.Assert.fail(Assert.java:88)
>   at 
> org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:412)
>   at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:172)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
>   at 
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:566)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117)
>   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:566)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155)
>   at 
> 

[jira] [Updated] (GEODE-6012) Invalid package listed in Dockerfile

2018-11-07 Thread Ivan Godwin (JIRA)


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

Ivan Godwin updated GEODE-6012:
---
Issue Type: Task  (was: Bug)

> Invalid package listed in Dockerfile
> 
>
> Key: GEODE-6012
> URL: https://issues.apache.org/jira/browse/GEODE-6012
> Project: Geode
>  Issue Type: Task
>  Components: native client
>Reporter: Ivan Godwin
>Priority: Major
>
> The current version of docker/Dockerfile lists libc+\+api-dev as one of the 
> packages to be installed. This package does not exist, and prevents an image 
> from being built. The entry needs to be replaced with the intended package 
> name, libc++abi-dev.



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


[jira] [Updated] (GEODE-6012) Invalid package listed in Dockerfile

2018-11-07 Thread ASF GitHub Bot (JIRA)


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

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

> Invalid package listed in Dockerfile
> 
>
> Key: GEODE-6012
> URL: https://issues.apache.org/jira/browse/GEODE-6012
> Project: Geode
>  Issue Type: Task
>  Components: native client
>Reporter: Ivan Godwin
>Priority: Major
>  Labels: pull-request-available
>
> The current version of docker/Dockerfile lists libc+\+api-dev as one of the 
> packages to be installed. This package does not exist, and prevents an image 
> from being built. The entry needs to be replaced with the intended package 
> name, libc++abi-dev.



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


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

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


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

Galen O'Sullivan commented on GEODE-5228:
-


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

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



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


[jira] [Assigned] (GEODE-5742) ComparisonFailure in GfshExecution.awaitTermination (from GfshDisconnectWithinScript)

2018-11-07 Thread Jinmei Liao (JIRA)


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

Jinmei Liao reassigned GEODE-5742:
--

Assignee: Jinmei Liao

> ComparisonFailure in GfshExecution.awaitTermination (from 
> GfshDisconnectWithinScript)
> -
>
> Key: GEODE-5742
> URL: https://issues.apache.org/jira/browse/GEODE-5742
> Project: Geode
>  Issue Type: Bug
>Reporter: Brian Rowe
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available, swat
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> This was seen in a AcceptanceTest run on develop:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/AcceptanceTest/builds/445
> org.apache.geode.management.internal.cli.shell.GfshDisconnectWithinScript > 
> disconnectInScriptDoesNotRaiseNPE FAILED
> org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:124)
> at 
> org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:125)
> at 
> org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:112)
> at 
> org.apache.geode.management.internal.cli.shell.GfshDisconnectWithinScript.disconnectInScriptDoesNotRaiseNPE(GfshDisconnectWithinScript.java:36)



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


[jira] [Resolved] (GEODE-5989) Cannot install from origin/develop build

2018-11-07 Thread Ivan Godwin (JIRA)


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

Ivan Godwin resolved GEODE-5989.

Resolution: Not A Problem
  Assignee: Ivan Godwin

Hi Mark,

Please use the -DCMAKE_INSTALL_PREFIX option when configuring the project. It 
should be set to a location that your user has write access. Read a little more 
on this in the Installing section of BUILDING.md.

> Cannot install from origin/develop build
> 
>
> Key: GEODE-5989
> URL: https://issues.apache.org/jira/browse/GEODE-5989
> Project: Geode
>  Issue Type: Bug
>  Components: native client
>Reporter: Mark Hanson
>Assignee: Ivan Godwin
>Priority: Major
>
> sudo cmake --build . --target install
> === BUILD AGGREGATE TARGET install OF PROJECT nativeclient WITH CONFIGURATION 
> Debug ===
>  
> Check dependencies
>  
> PhaseScriptExecution CMake\ PostBuild\ Rules 
> build/nativeclient.build/Debug/install.build/Script-DF74662BD70B4EC0AC0F7138.sh
>     cd /Users/mhanson/workspace/geode-native
>     /bin/sh -c 
> /Users/mhanson/workspace/geode-native/build/nativeclient.build/Debug/install.build/Script-DF74662BD70B4EC0AC0F7138.sh
> /usr/local/Cellar/cmake/3.10.2/bin/cmake -DBUILD_TYPE=Debug -P 
> cmake_install.cmake
> -- Install configuration: "Debug"
> -- Up-to-date: /usr/local/xsds
> -- Up-to-date: /usr/local/xsds/cpp-cache-1.0.xsd
> -- Up-to-date: /usr/local/defaultSystem
> -- Up-to-date: /usr/local/defaultSystem/geode.properties
> -- Up-to-date: /usr/local/.
> CMake Error at cmake_install.cmake:44 (file):
>   file INSTALL cannot set permissions on "/usr/local/."
>  
>  
> make: *** [install_buildpart_0] Error 1
> Command /bin/sh failed with exit code 2
>  
> ** BUILD FAILED **
>  
>  
> The following build commands failed:
> PhaseScriptExecution CMake\ PostBuild\ Rules 
> build/nativeclient.build/Debug/install.build/Script-DF74662BD70B4EC0AC0F7138.sh
> (1 failure)



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


[jira] [Assigned] (GEODE-5993) QueryMonitor can throw RejectedExecutionException due to race

2018-11-07 Thread Ryan McMahon (JIRA)


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

Ryan McMahon reassigned GEODE-5993:
---

Assignee: Ryan McMahon

> QueryMonitor can throw RejectedExecutionException due to race
> -
>
> Key: GEODE-5993
> URL: https://issues.apache.org/jira/browse/GEODE-5993
> Project: Geode
>  Issue Type: Bug
>  Components: querying
>Reporter: Ryan McMahon
>Assignee: Ryan McMahon
>Priority: Major
> Fix For: 1.8.0
>
>
> It is possible for a RejectedExecutionException to be thrown due to the 
> following race:
> Thread 1)
> - Call monitorQueryThread() and pass LOW_MEMORY check
> Thread 2)
> - Call cancelAllQueriesDueToMemory() 
> - Shutdown executor
> Thread 1)
> - Schedule cancellation task results in RejectedExecutionException



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


[jira] [Commented] (GEODE-6001) move dependency to OpenSSL v 1.1.1 (TLS)

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-6001:


Commit fcf8f66a1f0f9d630bc3fbe2fc0a03db901040ab in geode-native's branch 
refs/heads/develop from Ernie Burghardt
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=fcf8f66 ]

GEODE-6001: Updated OpenSSL to v1.1.1 (#394)



> move dependency to OpenSSL v 1.1.1 (TLS)
> 
>
> Key: GEODE-6001
> URL: https://issues.apache.org/jira/browse/GEODE-6001
> Project: Geode
>  Issue Type: Task
>  Components: native client
>Reporter: Ernest Burghardt
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> OpenSSL 1.1.1 (LTS) was released 2018-09-11



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


[jira] [Resolved] (GEODE-5594) Enable endpoint validation during using SSL handshake

2018-11-07 Thread Jinmei Liao (JIRA)


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

Jinmei Liao resolved GEODE-5594.

Resolution: Fixed

> Enable endpoint validation during using SSL handshake
> -
>
> Key: GEODE-5594
> URL: https://issues.apache.org/jira/browse/GEODE-5594
> Project: Geode
>  Issue Type: Improvement
>  Components: client/server, docs
>Reporter: Sai Boorlagadda
>Assignee: Sai Boorlagadda
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.8.0
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Users can set `ssl-endpoint-identification-enabled` to true to enable 
> validation of hostname in server's identity when using SSL to harden against 
> certain man-in-the-middle attacks 



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


[jira] [Updated] (GEODE-6008) CI Failure: ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey failed

2018-11-07 Thread ASF GitHub Bot (JIRA)


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

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

> CI Failure: 
> ClientServerHostNameVerificationDistributedTest.expectConnectionFailureWhenNoHostNameInServerKey
>  failed
> ---
>
> Key: GEODE-6008
> URL: https://issues.apache.org/jira/browse/GEODE-6008
> Project: Geode
>  Issue Type: Bug
>Reporter: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>
> 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 1872
> y: java.security.cert.CertificateException: No name matching 88deff82cd47 
> found
>   at org.junit.Assert.fail(Assert.java:88)
>   at 
> org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:412)
>   at 
> org.apache.geode.test.dunit.rules.ClusterStartupRule.after(ClusterStartupRule.java:172)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
>   at 
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:566)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117)
>   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:566)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155)
>   at 
> org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137)
>   at 
> org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
>   at 
> org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
>   at 
> 

[jira] [Updated] (GEODE-6009) add Java11 to PR pipeline

2018-11-07 Thread ASF GitHub Bot (JIRA)


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

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

> add Java11 to PR pipeline
> -
>
> Key: GEODE-6009
> URL: https://issues.apache.org/jira/browse/GEODE-6009
> Project: Geode
>  Issue Type: Sub-task
>  Components: ci
>Reporter: Owen Nichols
>Priority: Major
>  Labels: pull-request-available
>
> Now that Java 11 is gating for the develop pipeline, it should be tested in 
> PR pipeline as well!  Otherwise you can end up with a checkin that passes PR 
> but breaks develop, which has already happened at least once.



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


[jira] [Commented] (GEODE-5959) Nested function executions can cause a performance issue

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5959:


Commit c645bbc4b0639c5f95e184a92a1b4f7584d735ea in geode's branch 
refs/heads/feature/GEODE-5959 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c645bbc ]

GEODE-5959: Replaced new Runnable with input Runnable


> Nested function executions can cause a performance issue
> 
>
> Key: GEODE-5959
> URL: https://issues.apache.org/jira/browse/GEODE-5959
> Project: Geode
>  Issue Type: Bug
>  Components: functions
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> When a client executes a function, the server does:
> 1. The ServerConnection receives the function request, creates a runnable 
> task and executes it on the thread pool.
> 2a. If there are available threads in the pool, one is used
> 2b. If there are no available threads in the pool and all the threads are not 
> in use, then a thread is created and used
> 2c. If there are no available threads in the pool and all the threads are in 
> use, then:
>  - the task is put into a queue (a BlockingQueue)
>  - a thread called Function Execution Processor1 takes the task from that 
> queue and offers it to another queue. This other queue is a SynchronousQueue 
> (an insert waits for a removal). So, basically a thread has to be available 
> for the offer to succeed.
>  - after 5 seconds by default (controlled by gemfire.RETRY_INTERVAL), the 
> offer fails and the rejectedExecutionHandler is invoked. This handler spins 
> off a thread to process that task.
> Once the thread pool is in the state where no threads are available, every 
> new function execution will take at least 5 seconds plus the time it takes to 
> execute the function.
> If MAX_FE_THREADS is 32 and I run a test like:
> - launch 50 ParentFunctions onRegion with a replicated region each of which 
> executes a ChildFunction on the same region
> - launch 1000 (or some number) of other functions that execute quickly
> All 32 threads in the pool will be in use immediately. These threads will be 
> processing ParentFunctions which have invoked the ChildFunction and be 
> waiting for the result. The next 18 (making 50) will cause threads to be spun 
> off after 5 second wait for each. These will also get stuck waiting for the 
> ChildFunctions to execute. The next 1000 will each take 5 seconds to offer, 
> then spin off a thread that executes quickly. These are all processed 
> sequentially. If the function processes quickly enough, it won't show up in 
> thread dumps.
> When the threads pool is in this state, the server will contain threads like 
> below.
> For each client request, there will be a ServerConnection thread waiting for 
> the function execution request to complete here:
> {noformat}
> "ServerConnection on port 62483 Thread 42" #155 daemon prio=5 os_prio=31 
> tid=0x7fdf072b6800 nid=0x15703 waiting on condition [0x700018bb7000]
>  java.lang.Thread.State: WAITING (parking)
>  at sun.misc.Unsafe.park(Native Method)
>  - parking to wait for <0x0006c01c1378> (a 
> java.util.concurrent.CountDownLatch$Sync)
>  at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
>  at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
>  at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997)
>  at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
>  at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231)
>  at 
> org.apache.geode.internal.cache.execute.LocalResultCollectorImpl.getResult(LocalResultCollectorImpl.java:110)
>  at 
> org.apache.geode.internal.cache.tier.sockets.command.ExecuteRegionFunction66.cmdExecute(ExecuteRegionFunction66.java:255)
>  at 
> org.apache.geode.internal.cache.tier.sockets.BaseCommand.execute(BaseCommand.java:178)
>  at 
> org.apache.geode.internal.cache.tier.sockets.ServerConnection.doNormalMessage(ServerConnection.java:844)
>  at 
> org.apache.geode.internal.cache.tier.sockets.OriginalServerConnection.doOneMessage(OriginalServerConnection.java:74)
>  at 
> org.apache.geode.internal.cache.tier.sockets.ServerConnection.run(ServerConnection.java:1214)
>  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  at 
> 

[jira] [Commented] (GEODE-5959) Nested function executions can cause a performance issue

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5959:


Commit b7dbb535ac26431383150e92cfdd570619c0b86d in geode's branch 
refs/heads/feature/GEODE-5959 from [~barry.oglesby]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=b7dbb53 ]

GEODE-5959: Refactored rejectedExecution method


> Nested function executions can cause a performance issue
> 
>
> Key: GEODE-5959
> URL: https://issues.apache.org/jira/browse/GEODE-5959
> Project: Geode
>  Issue Type: Bug
>  Components: functions
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> When a client executes a function, the server does:
> 1. The ServerConnection receives the function request, creates a runnable 
> task and executes it on the thread pool.
> 2a. If there are available threads in the pool, one is used
> 2b. If there are no available threads in the pool and all the threads are not 
> in use, then a thread is created and used
> 2c. If there are no available threads in the pool and all the threads are in 
> use, then:
>  - the task is put into a queue (a BlockingQueue)
>  - a thread called Function Execution Processor1 takes the task from that 
> queue and offers it to another queue. This other queue is a SynchronousQueue 
> (an insert waits for a removal). So, basically a thread has to be available 
> for the offer to succeed.
>  - after 5 seconds by default (controlled by gemfire.RETRY_INTERVAL), the 
> offer fails and the rejectedExecutionHandler is invoked. This handler spins 
> off a thread to process that task.
> Once the thread pool is in the state where no threads are available, every 
> new function execution will take at least 5 seconds plus the time it takes to 
> execute the function.
> If MAX_FE_THREADS is 32 and I run a test like:
> - launch 50 ParentFunctions onRegion with a replicated region each of which 
> executes a ChildFunction on the same region
> - launch 1000 (or some number) of other functions that execute quickly
> All 32 threads in the pool will be in use immediately. These threads will be 
> processing ParentFunctions which have invoked the ChildFunction and be 
> waiting for the result. The next 18 (making 50) will cause threads to be spun 
> off after 5 second wait for each. These will also get stuck waiting for the 
> ChildFunctions to execute. The next 1000 will each take 5 seconds to offer, 
> then spin off a thread that executes quickly. These are all processed 
> sequentially. If the function processes quickly enough, it won't show up in 
> thread dumps.
> When the threads pool is in this state, the server will contain threads like 
> below.
> For each client request, there will be a ServerConnection thread waiting for 
> the function execution request to complete here:
> {noformat}
> "ServerConnection on port 62483 Thread 42" #155 daemon prio=5 os_prio=31 
> tid=0x7fdf072b6800 nid=0x15703 waiting on condition [0x700018bb7000]
>  java.lang.Thread.State: WAITING (parking)
>  at sun.misc.Unsafe.park(Native Method)
>  - parking to wait for <0x0006c01c1378> (a 
> java.util.concurrent.CountDownLatch$Sync)
>  at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
>  at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
>  at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:997)
>  at 
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1304)
>  at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:231)
>  at 
> org.apache.geode.internal.cache.execute.LocalResultCollectorImpl.getResult(LocalResultCollectorImpl.java:110)
>  at 
> org.apache.geode.internal.cache.tier.sockets.command.ExecuteRegionFunction66.cmdExecute(ExecuteRegionFunction66.java:255)
>  at 
> org.apache.geode.internal.cache.tier.sockets.BaseCommand.execute(BaseCommand.java:178)
>  at 
> org.apache.geode.internal.cache.tier.sockets.ServerConnection.doNormalMessage(ServerConnection.java:844)
>  at 
> org.apache.geode.internal.cache.tier.sockets.OriginalServerConnection.doOneMessage(OriginalServerConnection.java:74)
>  at 
> org.apache.geode.internal.cache.tier.sockets.ServerConnection.run(ServerConnection.java:1214)
>  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>  at 
> 

[jira] [Created] (GEODE-6010) JDBC Connector should automatically configure JDBCLoader and JDBCAsyncWriter

2018-11-07 Thread Jianxia Chen (JIRA)
Jianxia Chen created GEODE-6010:
---

 Summary: JDBC Connector should automatically configure JDBCLoader 
and JDBCAsyncWriter
 Key: GEODE-6010
 URL: https://issues.apache.org/jira/browse/GEODE-6010
 Project: Geode
  Issue Type: Improvement
  Components: extensions
Reporter: Jianxia Chen


*As a* Geode user
*When* I create a JDBC mapping using the create jdbc-mapping command
*Then* I should not be required to perform additional configuration to get the 
data flowing between Geode and relational database.

Currently, the user is expected to specify a CacheLoader and an 
AsyncEventQueue, which should not be required. We should also go ahead and 
create an async event queue with default values when a jdbc-mapping is created. 
(one queue per mapping)

*Acceptance Criteria:*
*Given* that a *partitioned* region has previously been created
*When* a mapping is created using {{create jdbc-mapping}} command
*Then* {{list async-event-queues}} command shows a newly created *parallel* AEQ
*And* {{describe region}} command shows our cache-loader and 
async-event-queue-id configured

*Given* that a *replicated* region has previously been created
*When* a mapping is created using {{create jdbc-mapping}} command
*Then* {{list async-event-queues}} command shows a newly created *serial* AEQ
*And* {{describe region}} command shows our cache-loader and 
async-event-queue-id configured

If cluster configuration is not enabled, it should throw an error.



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


[jira] [Updated] (GEODE-6011) Prevent synchronization on boxed types or strings

2018-11-07 Thread ASF GitHub Bot (JIRA)


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

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

> Prevent synchronization on boxed types or strings
> -
>
> Key: GEODE-6011
> URL: https://issues.apache.org/jira/browse/GEODE-6011
> Project: Geode
>  Issue Type: Bug
>Reporter: nabarun
>Priority: Major
>  Labels: pull-request-available
>
> Prevent synchronization on booleans and strings in
> SocketCloser.java
> BootstrappingFunction.java



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


[jira] [Commented] (GEODE-6004) FunctionService::withArgs should accept vector of std::string

2018-11-07 Thread Jacob S. Barrett (JIRA)


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

Jacob S. Barrett commented on GEODE-6004:
-

[~bbender] to be clean the method will take any type of `Cacheable`. Your 
particular server side function may expect the arg to be a `std::vector` (Java 
area). My function may expect a single value of type `MyCacheable`. 

 

What we should do is add all the overloads that `Region::Put` has to accept 
primitive values and upgrade them to `Cacheable` instances as needed.

> FunctionService::withArgs should accept vector of std::string
> -
>
> Key: GEODE-6004
> URL: https://issues.apache.org/jira/browse/GEODE-6004
> Project: Geode
>  Issue Type: Improvement
>  Components: native client
>Reporter: Blake Bender
>Priority: Major
>
> This method expects a shared_ptr to CacheableVector, so shared_ptr to 
> std::vector should be acceptable, or rather std::vector where 
> T is the region value type.  Unfortunately the parameter is declared as 
> shared_ptr, so passing std::vector doesn't compile.  It would be 
> awfully convenient to be able to pass standard types around here.



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


[jira] [Comment Edited] (GEODE-6004) FunctionService::withArgs should accept vector of std::string

2018-11-07 Thread Jacob S. Barrett (JIRA)


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

Jacob S. Barrett edited comment on GEODE-6004 at 11/7/18 9:35 PM:
--

[~bbender] to be clean the method will take any type of {{Cacheable}}. Your 
particular server side function may expect the arg to be a {{std::vector}} 
(Java area). My function may expect a single value of type {{MyCacheable}}. 


What we should do is add all the overloads that {{Region::Put}} has to accept 
primitive values and upgrade them to {{Cacheable}} instances as needed.


was (Author: jbarrett):
[~bbender] to be clean the method will take any type of `Cacheable`. Your 
particular server side function may expect the arg to be a `std::vector` (Java 
area). My function may expect a single value of type `MyCacheable`. 

 

What we should do is add all the overloads that `Region::Put` has to accept 
primitive values and upgrade them to `Cacheable` instances as needed.

> FunctionService::withArgs should accept vector of std::string
> -
>
> Key: GEODE-6004
> URL: https://issues.apache.org/jira/browse/GEODE-6004
> Project: Geode
>  Issue Type: Improvement
>  Components: native client
>Reporter: Blake Bender
>Priority: Major
>
> This method expects a shared_ptr to CacheableVector, so shared_ptr to 
> std::vector should be acceptable, or rather std::vector where 
> T is the region value type.  Unfortunately the parameter is declared as 
> shared_ptr, so passing std::vector doesn't compile.  It would be 
> awfully convenient to be able to pass standard types around here.



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


[jira] [Commented] (GEODE-5987) Dependencies should not be injected into every subproject by test.gradle

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5987:


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

GEODE-5987: Correct issue with powermock leaking JDK11-incompatible d… (#2797)




> Dependencies should not be injected into every subproject by test.gradle
> 
>
> Key: GEODE-5987
> URL: https://issues.apache.org/jira/browse/GEODE-5987
> Project: Geode
>  Issue Type: Sub-task
>Reporter: Patrick Rhomberg
>Assignee: Patrick Rhomberg
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Dependencies should be explicit, particularly for those dependencies on 
> internal modules that would influence the larger gradle task graph.



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


[jira] [Commented] (GEODE-4712) CI Failure: EvictionDUnitTest.testDummyInlineNCentralizedEviction

2018-11-07 Thread Jinmei Liao (JIRA)


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

Jinmei Liao commented on GEODE-4712:


failed in recent builds: 
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/86

> CI Failure: EvictionDUnitTest.testDummyInlineNCentralizedEviction
> -
>
> Key: GEODE-4712
> URL: https://issues.apache.org/jira/browse/GEODE-4712
> Project: Geode
>  Issue Type: Bug
>  Components: eviction
>Reporter: Eric Shu
>Priority: Major
>
> {noformat}
> org.apache.geode.internal.cache.eviction.EvictionDUnitTest > 
> testDummyInlineNCentralizedEviction FAILED
> java.lang.AssertionError: expected:<4> but was:<3>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at 
> org.apache.geode.internal.cache.eviction.EvictionTestBase.validateNoOfEvictions(EvictionTestBase.java:403)
> at 
> org.apache.geode.internal.cache.eviction.EvictionDUnitTest.testDummyInlineNCentralizedEviction(EvictionDUnitTest.java:49)
> {noformat}



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


[jira] [Resolved] (GEODE-1975) CI Failure: SecurityClusterConfigDUnitTest.serverWithDifferentSecurityManagerShouldThrowException

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-1975.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: 
> SecurityClusterConfigDUnitTest.serverWithDifferentSecurityManagerShouldThrowException
> -
>
> Key: GEODE-1975
> URL: https://issues.apache.org/jira/browse/GEODE-1975
> Project: Geode
>  Issue Type: Bug
>  Components: configuration, gfsh, security
>Reporter: Barry Oglesby
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: CI, Flaky
>
> Geode_develop_DistributedTests
> Private Build #4129
> Revision: 0a6e1a5339243b069a04d8010a869bfd1f4172c1
> java.lang.AssertionError: 
> Expecting message:
>  <"A server cannot specify its own security-manager or 
> security-post-processor when using cluster configuration">
> but was:
>  <"cluster configuration service not available">
>   at 
> org.apache.geode.security.SecurityClusterConfigDUnitTest.serverWithDifferentSecurityManagerShouldThrowException(SecurityClusterConfigDUnitTest.java:156)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.GeneratedMethodAccessor560.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   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:109)
>   at sun.reflect.GeneratedMethodAccessor559.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> 

[jira] [Resolved] (GEODE-5706) The Ack Reader thread can cause the Event Processor thread to clear the batchIdToEventsMap when it shouldn't

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-5706.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> The Ack Reader thread can cause the Event Processor thread to clear the 
> batchIdToEventsMap when it shouldn't
> 
>
> Key: GEODE-5706
> URL: https://issues.apache.org/jira/browse/GEODE-5706
> Project: Geode
>  Issue Type: Bug
>  Components: wan
>Reporter: Barry Oglesby
>Assignee: Barry Oglesby
>Priority: Major
>  Labels: swat
>
> The sequence of events that causes this issue are:
> - The local sender's Ack Reader and Event Processor threads are connected to 
> one of the receivers
> - The receiver crashes
> - the Ack Reader thread detects that and closes the connection
> - the Event Processor thread fails to send a batch and resets the batchId 
> (which sets the resetLastPeekedEvents to true)
> - the Event Processor thread clears the batchIdToEventsMap (containing 
> batches already sent but not acked) since resetLastPeekedEvents is true
> - the Event Processor thread establishes a connection to another receiver
> - the Event Processor thread continues sending batches to the new receiver 
> (and adding them to the batchIdToEventsMap)
> - the Ack Reader thread exception handling causes resetLastPeekedEvents to be 
> set to true
> - the Event Processor thread clears the batchIdToEventsMap since 
> resetLastPeekedEvents is true
> - batches are lost
> When the Ack Reader thread receives acks for these batches, the 
> batchIdToEventsMap no longer contains them so:
> - the afterAcknowledgement callback is not invoked
> - the events are not removed properly from the queue



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


[jira] [Resolved] (GEODE-690) CI failure: HARegionQueueDUnitTest.testNPEDueToHARegionQueueEscapeInConstructor

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-690.
-
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: 
> HARegionQueueDUnitTest.testNPEDueToHARegionQueueEscapeInConstructor
> ---
>
> Key: GEODE-690
> URL: https://issues.apache.org/jira/browse/GEODE-690
> Project: Geode
>  Issue Type: Bug
>  Components: client queues
>Affects Versions: 1.0.0-incubating
>Reporter: Jens Deppe
>Priority: Major
>  Labels: CI, Flaky
>
> git rev fdec70bcd46c568637f0dad976f3778625858608 build #915
> {noformat}
> Error Message
> dunit.RMIException: While invoking 
> com.gemstone.gemfire.internal.cache.ha.HARegionQueueDUnitTest$12.run in VM 1 
> running on Host cc8-rh64.gemstone.com with 8 VMs
> Stacktrace
> dunit.RMIException: While invoking 
> com.gemstone.gemfire.internal.cache.ha.HARegionQueueDUnitTest$12.run in VM 1 
> running on Host cc8-rh64.gemstone.com with 8 VMs
>   at dunit.VM.invoke(VM.java:369)
>   at dunit.VM.invoke(VM.java:312)
>   at dunit.VM.invoke(VM.java:266)
>   at 
> com.gemstone.gemfire.internal.cache.ha.HARegionQueueDUnitTest.testNPEDueToHARegionQueueEscapeInConstructor(HARegionQueueDUnitTest.java:991)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at junit.framework.TestCase.runTest(TestCase.java:176)
>   at junit.framework.TestCase.runBare(TestCase.java:141)
>   at junit.framework.TestResult$1.protect(TestResult.java:122)
>   at junit.framework.TestResult.runProtected(TestResult.java:142)
>   at junit.framework.TestResult.run(TestResult.java:125)
>   at junit.framework.TestCase.run(TestCase.java:129)
>   at junit.framework.TestSuite.runTest(TestSuite.java:252)
>   at junit.framework.TestSuite.run(TestSuite.java:247)
>   at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:105)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:106)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
>   at 
> org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
>   at 
> org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> 

[jira] [Resolved] (GEODE-5742) ComparisonFailure in GfshExecution.awaitTermination (from GfshDisconnectWithinScript)

2018-11-07 Thread Jinmei Liao (JIRA)


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

Jinmei Liao resolved GEODE-5742.

Resolution: Fixed

> ComparisonFailure in GfshExecution.awaitTermination (from 
> GfshDisconnectWithinScript)
> -
>
> Key: GEODE-5742
> URL: https://issues.apache.org/jira/browse/GEODE-5742
> Project: Geode
>  Issue Type: Bug
>Reporter: Brian Rowe
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available, swat
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> This was seen in a AcceptanceTest run on develop:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/AcceptanceTest/builds/445
> org.apache.geode.management.internal.cli.shell.GfshDisconnectWithinScript > 
> disconnectInScriptDoesNotRaiseNPE FAILED
> org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:124)
> at 
> org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:125)
> at 
> org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:112)
> at 
> org.apache.geode.management.internal.cli.shell.GfshDisconnectWithinScript.disconnectInScriptDoesNotRaiseNPE(GfshDisconnectWithinScript.java:36)



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


[jira] [Resolved] (GEODE-1684) CI Failure: IndexCommandsDUnitTest.testCreateAndDestroyIndexOnGroup

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-1684.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: IndexCommandsDUnitTest.testCreateAndDestroyIndexOnGroup
> ---
>
> Key: GEODE-1684
> URL: https://issues.apache.org/jira/browse/GEODE-1684
> Project: Geode
>  Issue Type: Bug
>  Components: management
>Reporter: Anilkumar Gingade
>Priority: Major
>  Labels: CI, Flaky
>
> Build #3322
> Revision: 701909fd46626774d7b4ce0266a3a1c0340814b3 
> Error Message
> java.lang.AssertionError: expected: but was:
> Stacktrace
> java.lang.AssertionError: expected: but was:
>   at org.junit.Assert.fail(Assert.java:88)
>   at org.junit.Assert.failNotEquals(Assert.java:834)
>   at org.junit.Assert.assertEquals(Assert.java:118)
>   at org.junit.Assert.assertEquals(Assert.java:144)
>   at 
> com.gemstone.gemfire.management.internal.cli.commands.IndexCommandsDUnitTest.testCreateAndDestroyIndexOnGroup(IndexCommandsDUnitTest.java:354)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:112)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> 

[jira] [Resolved] (GEODE-3186) CI failure (windows): org.apache.geode.internal.cache.DiskIFJUnitTest.testTwoDiskStores failed with java.lang.RuntimeException: Error deleting file

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-3186.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure (windows): 
> org.apache.geode.internal.cache.DiskIFJUnitTest.testTwoDiskStores failed with 
> java.lang.RuntimeException: Error deleting file
> ---
>
> Key: GEODE-3186
> URL: https://issues.apache.org/jira/browse/GEODE-3186
> Project: Geode
>  Issue Type: Bug
>  Components: persistence
>Reporter: Lynn Gallinat
>Priority: Major
>  Labels: storage_3, windows_test
>
> {noformat}
> org.apache.geode.internal.cache.DiskIFJUnitTest > testTwoDiskStores FAILED
> java.lang.RuntimeException: Error deleting file 
> testingDirectory\testTwoDiskStores1\BACKUPtestTwoDiskStores.if
> Caused by:
> java.nio.file.FileSystemException: 
> testingDirectory\testTwoDiskStores1\BACKUPtestTwoDiskStores.if: The process 
> cannot access the file because it is being used by another process.{noformat}



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


[jira] [Resolved] (GEODE-900) CI failure: PersistentColocatedPartitionedRegionDUnitTest.testModifyColocation

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-900.
-
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: PersistentColocatedPartitionedRegionDUnitTest.testModifyColocation
> --
>
> Key: GEODE-900
> URL: https://issues.apache.org/jira/browse/GEODE-900
> Project: Geode
>  Issue Type: Bug
>  Components: persistence
>Reporter: Sai Boorlagadda
>Assignee: Darrel Schneider
>Priority: Major
>  Labels: CI, Flaky
>
> {noformat}
> Error Message
> com.gemstone.gemfire.cache.CacheClosedException: For DiskStore: disk: A 
> DiskAccessException has occurred while writing to the disk for region 
> /region3. The region will be closed., caused by 
> com.gemstone.gemfire.cache.DiskAccessException: For DiskStore: disk: A 
> DiskAccessException has occurred while writing to the disk for region 
> /region3. The region will be closed.
> Stacktrace
> com.gemstone.gemfire.cache.CacheClosedException: For DiskStore: disk: A 
> DiskAccessException has occurred while writing to the disk for region 
> /region3. The region will be closed., caused by 
> com.gemstone.gemfire.cache.DiskAccessException: For DiskStore: disk: A 
> DiskAccessException has occurred while writing to the disk for region 
> /region3. The region will be closed.
>   at 
> com.gemstone.gemfire.internal.cache.GemFireCacheImpl$Stopper.generateCancelledException(GemFireCacheImpl.java:1489)
>   at 
> com.gemstone.gemfire.CancelCriterion.checkCancelInProgress(CancelCriterion.java:91)
>   at 
> com.gemstone.gemfire.internal.cache.GemFireCacheImpl.createVMRegion(GemFireCacheImpl.java:3084)
>   at 
> com.gemstone.gemfire.internal.cache.GemFireCacheImpl.basicCreateRegion(GemFireCacheImpl.java:3063)
>   at 
> com.gemstone.gemfire.internal.cache.GemFireCacheImpl.createRegion(GemFireCacheImpl.java:3052)
>   at 
> com.gemstone.gemfire.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest.createColocatedPRs(PersistentColocatedPartitionedRegionDUnitTest.java:1475)
>   at 
> com.gemstone.gemfire.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest.testModifyColocation(PersistentColocatedPartitionedRegionDUnitTest.java:1433)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at junit.framework.TestCase.runTest(TestCase.java:176)
>   at junit.framework.TestCase.runBare(TestCase.java:141)
>   at junit.framework.TestResult$1.protect(TestResult.java:122)
>   at junit.framework.TestResult.runProtected(TestResult.java:142)
>   at junit.framework.TestResult.run(TestResult.java:125)
>   at junit.framework.TestCase.run(TestCase.java:129)
>   at junit.framework.TestSuite.runTest(TestSuite.java:252)
>   at junit.framework.TestSuite.run(TestSuite.java:247)
>   at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:105)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
>   at sun.reflect.GeneratedMethodAccessor172.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:106)
>   at sun.reflect.GeneratedMethodAccessor171.invoke(Unknown 

[jira] [Resolved] (GEODE-4641) CI Failure: PersistentColocatedPartitionedRegionDUnitTest.testHierarchyOfColocatedChildPRsMissingGrandchild

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-4641.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: 
> PersistentColocatedPartitionedRegionDUnitTest.testHierarchyOfColocatedChildPRsMissingGrandchild
> ---
>
> Key: GEODE-4641
> URL: https://issues.apache.org/jira/browse/GEODE-4641
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Reporter: Eric Shu
>Priority: Minor
>
> {noformat}
> org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest
>  > testHierarchyOfColocatedChildPRsMissingGrandchild FAILED
> java.lang.AssertionError: An exception occurred during asynchronous 
> invocation.
> at 
> org.apache.geode.test.dunit.AsyncInvocation.checkException(AsyncInvocation.java:150)
> at 
> org.apache.geode.test.dunit.AsyncInvocation.get(AsyncInvocation.java:424)
> at 
> org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest.testHierarchyOfColocatedChildPRsMissingGrandchild(PersistentColocatedPartitionedRegionDUnitTest.java:1143)
> Caused by:
> org.mockito.exceptions.verification.NoInteractionsWanted: 
> No interactions wanted here:
> -> at 
> org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest$10.call(PersistentColocatedPartitionedRegionDUnitTest.java:521)
> But found this interaction on mock 'appender':
> -> at 
> org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)
> ***
> For your reference, here is the list of all invocations ([?] - means 
> unverified).
> 1. -> at 
> org.apache.logging.log4j.core.config.AbstractConfiguration.addLoggerAppender(AbstractConfiguration.java:704)
> 2. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.(AppenderControl.java:51)
> 3. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.ensureAppenderStarted(AppenderControl.java:134)
> 4. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)
> 5. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.ensureAppenderStarted(AppenderControl.java:134)
> 6. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)
> 7. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.ensureAppenderStarted(AppenderControl.java:134)
> 8. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)
> 9. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.ensureAppenderStarted(AppenderControl.java:134)
> 10. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)
> 11. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.ensureAppenderStarted(AppenderControl.java:134)
> 12. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)
> 13. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.ensureAppenderStarted(AppenderControl.java:134)
> 14. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)
> 15. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.ensureAppenderStarted(AppenderControl.java:134)
> 16. [?]-> at 
> org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)
> 17. -> at 
> org.apache.logging.log4j.core.config.AppenderControl.ensureAppenderStarted(AppenderControl.java:134)
> 18. [?]-> at 
> org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)
> {noformat}



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


[jira] [Resolved] (GEODE-4890) intermittent failure of ClientDataAuthorizationUsingLegacySecurityWithFailoverDUnitTest dataWriterCanStillOnlyWriteAfterFailover

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-4890.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> intermittent failure of 
> ClientDataAuthorizationUsingLegacySecurityWithFailoverDUnitTest 
> dataWriterCanStillOnlyWriteAfterFailover
> 
>
> Key: GEODE-4890
> URL: https://issues.apache.org/jira/browse/GEODE-4890
> Project: Geode
>  Issue Type: Bug
>  Components: client/server, security
>Affects Versions: 1.6.0
>Reporter: Darrel Schneider
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: ci, pull-request-available
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Looking at this test on line 263 I think we just might need to have the test 
> wait a while for the client pool to detect that it has a new primary on the 
> "assertThat" line in the following block:
> {noformat}
> server_to_fail.invoke(() -> ClusterStartupRule.getCache().close()); // 
> Confirm failover VMProvider secondaryServer = 
> (server1.equals(server_to_fail)) ? server2 : server1; 
> assertThat(secondaryServer).isEqualTo(determinePrimaryServer(client)); 
> {noformat}
> {noformat}
> dataWriterCanStillOnlyWriteAfterFailover[clientVersion=130]
> org.junit.ComparisonFailure: expected:<...unit.rules.MemberVM@[19582245]> but 
> was:<...unit.rules.MemberVM@[23c51fe4]>
>   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>   at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>   at 
> org.apache.geode.security.ClientDataAuthorizationUsingLegacySecurityWithFailoverDUnitTest.dataWriterCanStillOnlyWriteAfterFailover(ClientDataAuthorizationUsingLegacySecurityWithFailoverDUnitTest.java:263)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}



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


[jira] [Resolved] (GEODE-2867) CI Failure: org.apache.geode.management.LocatorManagementDUnitTest

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-2867.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: org.apache.geode.management.LocatorManagementDUnitTest
> --
>
> Key: GEODE-2867
> URL: https://issues.apache.org/jira/browse/GEODE-2867
> Project: Geode
>  Issue Type: Bug
>Reporter: Jared Stewart
>Priority: Major
>
> The following tests failed in the nightly build 
> (https://builds.apache.org/blue/organizations/jenkins/Geode-nightly/detail/Geode-nightly/824/tests)
>  
> {noformat}
> testPeerLocationWithPortZero - 
> org.apache.geode.management.LocatorManagementDUnitTest
> testWillingManagers - org.apache.geode.management.LocatorManagementDUnitTest
> testPeerLocation - org.apache.geode.management.LocatorManagementDUnitTest
> testWillingManagersWithPortZero 
>  - org.apache.geode.management.LocatorManagementDUnitTest
> {noformat}



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


[jira] [Resolved] (GEODE-1704) FixedPartitioningDUnitTest.testPut_ValidateDataOnMember_PrimarySecondary_Datastore

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-1704.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> FixedPartitioningDUnitTest.testPut_ValidateDataOnMember_PrimarySecondary_Datastore
> --
>
> Key: GEODE-1704
> URL: https://issues.apache.org/jira/browse/GEODE-1704
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Reporter: Kevin Duling
>Priority: Major
>  Labels: Flaky, ci
>
> In Geode_develop_DistributedTests/3414:
> {noformat}
> Error Message
> com.gemstone.gemfire.test.dunit.RMIException: While invoking 
> com.gemstone.gemfire.internal.cache.partitioned.fixed.FixedPartitioningDUnitTest$$Lambda$132/528994226.run
>  in VM 3 running on Host japan.gemstone.com with 4 VMs
> Stacktrace
> com.gemstone.gemfire.test.dunit.RMIException: While invoking 
> com.gemstone.gemfire.internal.cache.partitioned.fixed.FixedPartitioningDUnitTest$$Lambda$132/528994226.run
>  in VM 3 running on Host japan.gemstone.com with 4 VMs
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:389)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:355)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:293)
>   at 
> com.gemstone.gemfire.internal.cache.partitioned.fixed.FixedPartitioningDUnitTest.testPut_ValidateDataOnMember_PrimarySecondary_Datastore(FixedPartitioningDUnitTest.java:1029)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:112)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> 

[jira] [Resolved] (GEODE-4319) CI hang: AsyncEventListenerOffHeapDUnitTest.testPartitionedSerialAsyncEventQueueWithPeristenceEnabled

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-4319.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI hang: 
> AsyncEventListenerOffHeapDUnitTest.testPartitionedSerialAsyncEventQueueWithPeristenceEnabled
> -
>
> Key: GEODE-4319
> URL: https://issues.apache.org/jira/browse/GEODE-4319
> Project: Geode
>  Issue Type: Bug
>  Components: client queues
>Reporter: Jason Huynh
>Priority: Major
>
> It looks like this test was possibly causing a hang.
> There isn't any output but from the dunit-progress file it looks like it was 
> still running over an hour later.



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


[jira] [Resolved] (GEODE-1033) CI failure: ListAndDescribeRegionDUnitTest.testDescribeRegionWithCompressionCodec

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-1033.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: 
> ListAndDescribeRegionDUnitTest.testDescribeRegionWithCompressionCodec
> -
>
> Key: GEODE-1033
> URL: https://issues.apache.org/jira/browse/GEODE-1033
> Project: Geode
>  Issue Type: Bug
>  Components: gfsh
>Reporter: Jason Huynh
>Priority: Major
>  Labels: DescribeRegionCommand, Flaky, RMI
>
> The stack trace from the failing test:
> util.TestException: Connect command failed to connect to manager japan[27100] 
> result=Failed to retrieve RMIServer stub: javax.naming.CommunicationException 
> [Root exception is java.rmi.NoSuchObjectException: no such object in table]
>   at 
> com.gemstone.gemfire.management.internal.cli.commands.CliCommandTestBase.shellConnect(CliCommandTestBase.java:250)
>   at 
> com.gemstone.gemfire.management.internal.cli.commands.CliCommandTestBase.defaultShellConnect(CliCommandTestBase.java:219)
>   at 
> com.gemstone.gemfire.management.internal.cli.commands.CliCommandTestBase.createDefaultSetup(CliCommandTestBase.java:146)
>   at 
> com.gemstone.gemfire.management.internal.cli.commands.ListAndDescribeRegionDUnitTest.setupSystem(ListAndDescribeRegionDUnitTest.java:87)
>   at 
> com.gemstone.gemfire.management.internal.cli.commands.ListAndDescribeRegionDUnitTest.testDescribeRegionWithCompressionCodec(ListAndDescribeRegionDUnitTest.java:290)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at junit.framework.TestCase.runTest(TestCase.java:176)
>   at junit.framework.TestCase.runBare(TestCase.java:141)
>   at junit.framework.TestResult$1.protect(TestResult.java:122)
>   at junit.framework.TestResult.runProtected(TestResult.java:142)
>   at junit.framework.TestResult.run(TestResult.java:125)
>   at junit.framework.TestCase.run(TestCase.java:129)
>   at junit.framework.TestSuite.runTest(TestSuite.java:252)
>   at junit.framework.TestSuite.run(TestSuite.java:247)
>   at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:105)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:106)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
>   at 
> 

[jira] [Resolved] (GEODE-3274) CI failure: org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest > testRMAndTimeoutSetOnServer FAILED

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-3274.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: 
> org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest > 
> testRMAndTimeoutSetOnServer FAILED
> 
>
> Key: GEODE-3274
> URL: https://issues.apache.org/jira/browse/GEODE-3274
> Project: Geode
>  Issue Type: Bug
>  Components: querying
>Affects Versions: 1.3.0, 1.4.0
>Reporter: Shelley Lynn Hughes-Godfrey
>Assignee: Shelley Lynn Hughes-Godfrey
>Priority: Major
> Attachments: logs.txt
>
>
> {noformat}
> org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest > 
> testRMAndTimeoutSetOnServer FAILED
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.fail(Assert.java:95)
> at 
> org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest.doTestCriticalHeapAndQueryTimeout(ResourceManagerWithQueryMonitorDUnitTest.java:738)
> at 
> org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest.doCriticalMemoryHitTestOnServer(ResourceManagerWithQueryMonitorDUnitTest.java:645)
> at 
> org.apache.geode.cache.query.dunit.ResourceManagerWithQueryMonitorDUnitTest.testRMAndTimeoutSetOnServer(ResourceManagerWithQueryMonitorDUnitTest.java:195)
> {noformat}



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


[jira] [Resolved] (GEODE-5244) CI failure: WANRollingUpgradeDUnitTest > testSecondaryEventsNotReprocessedAfterOldSiteMemberFailover[from_v111] failed with BindException: Address already in use

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-5244.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: WANRollingUpgradeDUnitTest > 
> testSecondaryEventsNotReprocessedAfterOldSiteMemberFailover[from_v111] failed 
> with BindException: Address already in use
> -
>
> Key: GEODE-5244
> URL: https://issues.apache.org/jira/browse/GEODE-5244
> Project: Geode
>  Issue Type: Bug
>  Components: wan
>Reporter: Barry Oglesby
>Priority: Major
>
> DistributedTest build 12 
> ([https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/12)]
>  failed with:
> {noformat}
> org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest > 
> testSecondaryEventsNotReprocessedAfterOldSiteMemberFailover[from_v111] FAILED
>  org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest$$Lambda$118/488247104.run
>  in VM 4 running on Host b0dfca62c1fe with 8 VMs
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:436)
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:405)
>  at org.apache.geode.test.dunit.VM.invoke(VM.java:348)
>  at 
> org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest.testSecondaryEventsNotReprocessedAfterOldSiteMemberFailover(WANRollingUpgradeDUnitTest.java:259)
> Caused by:
>  java.net.BindException: Failed to create server socket on null[29,666]
>  at 
> org.apache.geode.internal.net.SocketCreator.createServerSocket(SocketCreator.java:752)
>  at 
> org.apache.geode.internal.net.SocketCreator.createServerSocket(SocketCreator.java:709)
>  at 
> org.apache.geode.internal.net.SocketCreator.createServerSocket(SocketCreator.java:675)
>  at 
> org.apache.geode.distributed.internal.tcpserver.TcpServer.initializeServerSocket(TcpServer.java:240)
>  at 
> org.apache.geode.distributed.internal.tcpserver.TcpServer.startServerThread(TcpServer.java:224)
>  at 
> org.apache.geode.distributed.internal.tcpserver.TcpServer.start(TcpServer.java:219)
>  at 
> org.apache.geode.distributed.internal.InternalLocator.startTcpServer(InternalLocator.java:485)
>  at 
> org.apache.geode.distributed.internal.InternalLocator.startPeerLocation(InternalLocator.java:542)
>  at 
> org.apache.geode.distributed.internal.InternalLocator.startLocator(InternalLocator.java:305)
>  at org.apache.geode.distributed.Locator.startLocator(Locator.java:253)
>  at org.apache.geode.distributed.Locator.startLocatorAndDS(Locator.java:140)
>  at 
> org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest.startLocator(WANRollingUpgradeDUnitTest.java:576)
>  at 
> org.apache.geode.cache.wan.WANRollingUpgradeDUnitTest.lambda$testSecondaryEventsNotReprocessedAfterOldSiteMemberFailover$67afc7f8$1(WANRollingUpgradeDUnitTest.java:259)
> Caused by:
>  java.net.BindException: Address already in use (Bind failed)
>  at java.net.PlainSocketImpl.socketBind(Native Method)
>  at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
>  at java.net.ServerSocket.bind(ServerSocket.java:375)
>  at 
> org.apache.geode.internal.net.SocketCreator.createServerSocket(SocketCreator.java:748)
>  ... 12 more
> {noformat}



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


[jira] [Resolved] (GEODE-3205) CI failure: org.apache.geode.internal.statistics.DiskSpaceLimitIntegrationTest.aboveZeroDeletesPreviousFiles

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-3205.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: 
> org.apache.geode.internal.statistics.DiskSpaceLimitIntegrationTest.aboveZeroDeletesPreviousFiles
> 
>
> Key: GEODE-3205
> URL: https://issues.apache.org/jira/browse/GEODE-3205
> Project: Geode
>  Issue Type: Bug
>  Components: statistics, tests
>Reporter: Lynn Gallinat
>Assignee: Kirk Lund
>Priority: Major
>  Labels: Flaky, pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> {noformat}
> org.apache.geode.internal.statistics.DiskSpaceLimitIntegrationTest > 
> aboveZeroDeletesPreviousFiles FAILED
> org.junit.ComparisonFailure: [Unexpected files: 
> [/tmp/junit7694480016466771827/aboveZeroDeletesPreviousFiles-02-01.gfs, 
> /tmp/junit7694480016466771827/aboveZeroDeletesPreviousFiles-02-02.gfs, 
> /tmp/junit7694480016466771827/aboveZeroDeletesPreviousFiles.gfs]] 
> expected:<[2]> but was:<[3]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.internal.statistics.DiskSpaceLimitIntegrationTest.validateNumberFiles(DiskSpaceLimitIntegrationTest.java:263)
> at 
> org.apache.geode.internal.statistics.DiskSpaceLimitIntegrationTest.aboveZeroDeletesPreviousFiles(DiskSpaceLimitIntegrationTest.java:202)
> {noformat}



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


[jira] [Resolved] (GEODE-3901) CI Failure: org.apache.geode.management.internal.configuration.ImportClusterConfigDistributedTest

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-3901.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: 
> org.apache.geode.management.internal.configuration.ImportClusterConfigDistributedTest
> -
>
> Key: GEODE-3901
> URL: https://issues.apache.org/jira/browse/GEODE-3901
> Project: Geode
>  Issue Type: Bug
>  Components: configuration
>Reporter: Jens Deppe
>Priority: Major
>  Labels: ci
>
> {noformat}
> org.apache.geode.management.internal.configuration.ImportClusterConfigDistributedTest
>  > startLocatorAndImportOldClusterConfigZip 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 9262
> [fatal 2017/10/24 14:48:55.241 UTC  tid=0x928] 
> (tid=2344 msgId=13) No longer connected to 46627f9139b9[28500].
> {noformat}



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


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

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-5569.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

>  DeltaPropagationDUnitTest. testS2CWithOldValueAtClientOverflownToDisk fails 
> with NoSubscriptionServersAvailableException
> -
>
> Key: GEODE-5569
> URL: https://issues.apache.org/jira/browse/GEODE-5569
> Project: Geode
>  Issue Type: Bug
>  Components: client queues, tests
>Reporter: Galen O'Sullivan
>Priority: Major
>  Labels: Flaky
>
> In 
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/244
> This looks related to GEODE-3742 -- they have the same stacktrace.
> {noformat}
> java.lang.AssertionError: failed in registerInterestListAll
>   at org.apache.geode.test.dunit.Assert.fail(Assert.java:66)
>   at 
> org.apache.geode.internal.cache.DeltaPropagationDUnitTest.registerInterestListAll(DeltaPropagationDUnitTest.java:1317)
>   at 
> org.apache.geode.internal.cache.DeltaPropagationDUnitTest.testS2CWithOldValueAtClientOverflownToDisk(DeltaPropagationDUnitTest.java:302)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
>   at 
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:117)
>   at 

[jira] [Resolved] (GEODE-1068) CI failure: GIIDeltaDUnitTest.testClearAfterChunkEntries

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-1068.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: GIIDeltaDUnitTest.testClearAfterChunkEntries
> 
>
> Key: GEODE-1068
> URL: https://issues.apache.org/jira/browse/GEODE-1068
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Reporter: Darrel Schneider
>Priority: Minor
>  Labels: CI, Flaky
>
> seen in build #1847 revision: 8d7a00ee4730be009b0e2cd5dfb8b7c907ae080f
> {noformat}
> java.util.concurrent.TimeoutException
>   at 
> com.gemstone.gemfire.test.dunit.AsyncInvocation.getResult(AsyncInvocation.java:192)
>   at 
> com.gemstone.gemfire.internal.cache.GIIDeltaDUnitTest.testClearAfterChunkEntries(GIIDeltaDUnitTest.java:1585)
> {noformat}



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


[jira] [Resolved] (GEODE-5395) LuceneSearchWithRollingUpgradeDUnit.luceneQueryReturnsCorrectResultAfterTwoLocatorsWithTwoServersAreRolled failed in CI

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-5395.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> LuceneSearchWithRollingUpgradeDUnit.luceneQueryReturnsCorrectResultAfterTwoLocatorsWithTwoServersAreRolled
>  failed in CI
> ---
>
> Key: GEODE-5395
> URL: https://issues.apache.org/jira/browse/GEODE-5395
> Project: Geode
>  Issue Type: Bug
>Reporter: Dan Smith
>Priority: Major
> Attachments: Test results - Class 
> org.apache.geode.cache.lucene.LuceneSearchWithRollingUpgradeDUnit.html
>
>
> This test failed in a recent CI run on rev 
> 10d8dabdfa39dde490ae2ebf7a5ece4786cea661
>  
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/98]
>  
> {noformat}
> org.apache.geode.cache.lucene.LuceneSearchWithRollingUpgradeDUnit > 
> luceneQueryReturnsCorrectResultAfterTwoLocatorsWithTwoServersAreRolled[from_v130]
>  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 15631
> [fatal 2018/07/06 00:50:18.077 UTC  
> tid=0xab] Possible loss of quorum due to the loss of 1 cache processes: 
> [172.17.0.2(11555):32772]
> ---
> Found suspect string in log4j at line 15640
> [fatal 2018/07/06 00:50:19.080 UTC  
> tid=0xab] Membership service failure: Exiting due to possible network 
> partition event due to loss of 1 cache processes: 
> [172.17.0.2(11555):32772]
> org.apache.geode.ForcedDisconnectException: Exiting due to possible 
> network partition event due to loss of 1 cache processes: 
> [172.17.0.2(11555):32772]
>   at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.forceDisconnect(GMSMembershipManager.java:2543)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.forceDisconnect(GMSJoinLeave.java:1044)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.access$1500(GMSJoinLeave.java:91)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave$ViewCreator.prepareAndSendView(GMSJoinLeave.java:2484)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave$ViewCreator.sendInitialView(GMSJoinLeave.java:2115)
>   at 
> org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave$ViewCreator.run(GMSJoinLeave.java:2193)
> {noformat}



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


[jira] [Resolved] (GEODE-5637) Flaky: SingleHopClientExecutorWithLoggingIntegrationTest fails intermittently

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-5637.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> Flaky: SingleHopClientExecutorWithLoggingIntegrationTest fails intermittently
> -
>
> Key: GEODE-5637
> URL: https://issues.apache.org/jira/browse/GEODE-5637
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: Kirk Lund
>Assignee: Kirk Lund
>Priority: Major
>  Labels: flaky, pull-request-available, swat
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This test should also be an integration test but it's in the test src set.
> {noformat}
> > Task :geode-core:test
> org.apache.geode.cache.client.internal.SingleHopClientExecutorSubmitTaskWithExceptionTest
>  > submittedTaskShouldLogFailure FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a lambda expression in 
> org.apache.geode.cache.client.internal.SingleHopClientExecutorSubmitTaskWithExceptionTest
>  
> Expecting:
>  <"">
> to contain:
>  <"I am expecting this to be logged">  within 2 minutes.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:890)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:711)
> at 
> org.apache.geode.cache.client.internal.SingleHopClientExecutorSubmitTaskWithExceptionTest.submittedTaskShouldLogFailure(SingleHopClientExecutorSubmitTaskWithExceptionTest.java:54)
> Caused by:
> java.lang.AssertionError: 
> Expecting:
>  <"">
> to contain:
>  <"I am expecting this to be logged"> 
> at 
> org.apache.geode.cache.client.internal.SingleHopClientExecutorSubmitTaskWithExceptionTest.lambda$submittedTaskShouldLogFailure$1(SingleHopClientExecutorSubmitTaskWithExceptionTest.java:54)
> 4490 tests completed, 1 failed, 9 skipped
> {noformat}



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


[jira] [Resolved] (GEODE-671) CI failure: DistributedAckRegionOffHeapDUnitTest.testEntryTtlLocalDestroy

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-671.
-
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: DistributedAckRegionOffHeapDUnitTest.testEntryTtlLocalDestroy
> -
>
> Key: GEODE-671
> URL: https://issues.apache.org/jira/browse/GEODE-671
> Project: Geode
>  Issue Type: Bug
>  Components: offheap
>Reporter: Jens Deppe
>Priority: Minor
>  Labels: CI, Flaky
>
> Error Message:
> {noformat}
> dunit.RMIException: While invoking 
> com.gemstone.gemfire.cache30.MultiVMRegionTestCase$189.run in VM 0 running on 
> Host cc1-co.gemstone.com with 4 VMs
> {noformat}
> Stacktrace:
> {noformat}
> dunit.RMIException: While invoking 
> com.gemstone.gemfire.cache30.MultiVMRegionTestCase$189.run in VM 0 running on 
> Host cc1-co.gemstone.com with 4 VMs
>   at dunit.VM.invoke(VM.java:369)
>   at dunit.VM.invoke(VM.java:312)
>   at dunit.VM.invoke(VM.java:266)
>   at 
> com.gemstone.gemfire.cache30.MultiVMRegionTestCase.testEntryTtlLocalDestroy(MultiVMRegionTestCase.java:4077)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at junit.framework.TestCase.runTest(TestCase.java:176)
>   at junit.framework.TestCase.runBare(TestCase.java:141)
>   at junit.framework.TestResult$1.protect(TestResult.java:122)
>   at junit.framework.TestResult.runProtected(TestResult.java:142)
>   at junit.framework.TestResult.run(TestResult.java:125)
>   at junit.framework.TestCase.run(TestCase.java:129)
>   at junit.framework.TestSuite.runTest(TestSuite.java:252)
>   at junit.framework.TestSuite.run(TestSuite.java:247)
>   at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:105)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:106)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
>   at 
> org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
>   at 
> org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at java.lang.Thread.run(Thread.java:745)
> Caused by: 
> 

[jira] [Resolved] (GEODE-3939) CI Failure: DeprecatedCacheServerLauncherIntegrationTest

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-3939.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: DeprecatedCacheServerLauncherIntegrationTest
> 
>
> Key: GEODE-3939
> URL: https://issues.apache.org/jira/browse/GEODE-3939
> Project: Geode
>  Issue Type: Bug
>  Components: gfsh
>Reporter: Jens Deppe
>Priority: Trivial
>  Labels: Ci
>
> {noformat}
> org.apache.geode.internal.cache.DeprecatedCacheServerLauncherIntegrationTest 
> > testCreateBuckets FAILED
> java.lang.AssertionError: Timed out waiting for output "CacheServer pid: 
> \d+ status: running" after 12 ms. Output: 
> Starting CacheServer with pid: 0
> at org.junit.Assert.fail(Assert.java:88)
> at 
> org.apache.geode.test.process.ProcessWrapper.waitForOutputToMatch(ProcessWrapper.java:222)
> at 
> org.apache.geode.internal.cache.DeprecatedCacheServerLauncherIntegrationTest.execAndValidate(DeprecatedCacheServerLauncherIntegrationTest.java:435)
> at 
> org.apache.geode.internal.cache.DeprecatedCacheServerLauncherIntegrationTest.testCreateBuckets(DeprecatedCacheServerLauncherIntegrationTest.java:285)
> {noformat}
> STDOUT:
> {noformat}
> java.lang.AssertionError: Timed out waiting for output "CacheServer pid: \d+ 
> status: running" after 12 ms. Output: 
> Starting CacheServer with pid: 0
>   at org.junit.Assert.fail(Assert.java:88)
>   at 
> org.apache.geode.test.process.ProcessWrapper.waitForOutputToMatch(ProcessWrapper.java:222)
>   at 
> org.apache.geode.internal.cache.DeprecatedCacheServerLauncherIntegrationTest.execAndValidate(DeprecatedCacheServerLauncherIntegrationTest.java:435)
>   at 
> org.apache.geode.internal.cache.DeprecatedCacheServerLauncherIntegrationTest.testCreateBuckets(DeprecatedCacheServerLauncherIntegrationTest.java:285)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
> 

[jira] [Resolved] (GEODE-3461) BlockingProcessStreamReaderIntegrationTest.processTerminatesWhenDestroyed fails intermittently with ConditionTimeoutException

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-3461.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> BlockingProcessStreamReaderIntegrationTest.processTerminatesWhenDestroyed 
> fails intermittently with ConditionTimeoutException
> -
>
> Key: GEODE-3461
> URL: https://issues.apache.org/jira/browse/GEODE-3461
> Project: Geode
>  Issue Type: Bug
>  Components: management, tests
>Reporter: Kirk Lund
>Priority: Major
>  Labels: CI, Flaky
>
> {noformat}
> org.awaitility.core.ConditionTimeoutException: Condition defined as a lambda 
> expression in 
> org.apache.geode.internal.process.AbstractProcessStreamReaderIntegrationTest 
> expected:<[fals]e> but was:<[tru]e> within 2 milliseconds.
> at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:117)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
> at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:648)
> at 
> org.apache.geode.internal.process.AbstractProcessStreamReaderIntegrationTest.waitUntilProcessStops(AbstractProcessStreamReaderIntegrationTest.java:169)
> at 
> org.apache.geode.internal.process.BaseProcessStreamReaderIntegrationTest.processTerminatesWhenDestroyed(BaseProcessStreamReaderIntegrationTest.java:48)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.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.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
> at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
> at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
> at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
> at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
> at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
> at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
> at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 

[jira] [Closed] (GEODE-4337) Geode Native C++ Example (Server-side function execution)

2018-11-07 Thread Addison (JIRA)


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

Addison closed GEODE-4337.
--

> Geode Native C++ Example (Server-side function execution)
> -
>
> Key: GEODE-4337
> URL: https://issues.apache.org/jira/browse/GEODE-4337
> Project: Geode
>  Issue Type: Sub-task
>  Components: native client
>Reporter: Addison
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 8h
>  Remaining Estimate: 0h
>




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


[jira] [Resolved] (GEODE-4337) Geode Native C++ Example (Server-side function execution)

2018-11-07 Thread Addison (JIRA)


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

Addison resolved GEODE-4337.

Resolution: Done

> Geode Native C++ Example (Server-side function execution)
> -
>
> Key: GEODE-4337
> URL: https://issues.apache.org/jira/browse/GEODE-4337
> Project: Geode
>  Issue Type: Sub-task
>  Components: native client
>Reporter: Addison
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 8h
>  Remaining Estimate: 0h
>




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


[jira] [Commented] (GEODE-2484) Remove ACE from native client dependencies

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-2484:


Commit 9b4c572ac0c63854641410a49521625c29a75bae in geode-native's branch 
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=9b4c572 ]

GEODE-2484: Removes most usage of ACE (#379)

* Replaces warm spin lock with std::condition.
* Replaces ACE_OS:Sleep with std::this_thread::sleep_for
* Replaces ACE_OS:gettimeofday with std::choro::time_point
* Removes ACE_OS:gettimeofday
* No need to initialize the ACE PRNG since we don't use it.
* Unused code removed
* Fixes inclusion of  in C++/CLR.
* Replaces ACE_OS:gettimeofday with std::chrono::steady_clock
* Replaces ACE mutex with std::mutex.
* Replaces ACE::gettimeofday with std::chrono::duration.
* Replaces ACE_OS::localtime usage.
* Add thread safe wrapper around localtime, similar to ACE_OS::localtime.
 * Update date formatting to use C++11 formatting functions.
* Refactor ACE_OS::snprintf to std::snprintf.
* Replace ACE_OS::strcasecmp with STL algorithm.
* Remove ACE_OS::time
* Replace ACE_OS::itoa with std::to_string.
* Replace ACE_OS::getcwd with boost::filesystem.
* Replace ACE_OS::getenv with std::getenv.
* Replace ACE_OS::memcpy with std::memcpy.
* Replace ACE_OS::strcmp with std::strcmp or std::string.
* Replace ACE_OS::atoi with std::stoi
* Replace ACE_OS::strlen with std::strlen
* Replace ACE_OS::num_processors with std::thread::hardware_concurrency()
* Replace ACE_OS::getpagesize() with 
boost::interprocess::mapped_region::get_page_size()
* Remove ACE_OS::memset
* Replace ACE_OS::strstr with std::string::find.
* Replace ACE_OS::getpid with boost::this_process::get_id
* Remove unused ACE headers.
* Replace htonl with boost::endian
* Replace ACE TSS with thread_local in DataOutput


> Remove ACE from native client dependencies
> --
>
> Key: GEODE-2484
> URL: https://issues.apache.org/jira/browse/GEODE-2484
> Project: Geode
>  Issue Type: Task
>  Components: native client
>Reporter: David Kimura
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 6.5h
>  Remaining Estimate: 0h
>
> Remove ACE from native client dependencies.
> Replace ACE usage with C++11 and/or Boost 1.63+



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


[jira] [Commented] (GEODE-5729) when DistributedCacheOperation needs 2 messages, should let the notifyOnly message to trigger callback

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5729:


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

Revert "GEODE-5729: when DistributedCacheOperation needs 2 messages, should let 
(#2458)" (#2801)

This reverts commit 49eb1c5fd13aefff0995d76ec7864c82d5730dd8.

> when DistributedCacheOperation needs 2 messages, should let the notifyOnly 
> message to trigger callback
> --
>
> Key: GEODE-5729
> URL: https://issues.apache.org/jira/browse/GEODE-5729
> Project: Geode
>  Issue Type: Bug
>Reporter: xiaojian zhou
>Assignee: xiaojian zhou
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.8.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> When one of the secondary bucket is still initializing (in middle of GII), 
> the primary member call adviseRequiresTwoMessages() will return not null, 
> i.e. PutAll will send both PutAllMessage and 
> PutAllPRMessage(notifyOnly==true) to that member.
> Then it might cause to send the same event 2 times to the secondary serial 
> gateway queue. There's race that the primary serial gateway queue finished 
> processing the event before one of (or all of) the 2 duplicated events at 
> secondary serial gateway queue, the one was enqueued after the processing 
> primary event will be replayed.
> When considering the fix, we have to keep the twoMessage design, and we 
> cannot guarantee that when the PutAllPRMessage(notifyOnly==true) is sent, the 
> secondary bucket will be ready.
> I find a work around:
> The reason we need to send both PutAllMessage and PutAllPRMessage to the 
> member is: we need the PutAllMessage to do apply distribution if region is 
> ready, and also trigger call back if region is ready. But the PutAllPRMessage 
> will trigger callbacks anyway even region is not ready
> So when I detect there're overlap in the 2 sets of recipients, I can set 
> event to be inhibitAllNotifications for PutAllMessage to let it only apply 
> distribution.



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


[jira] [Resolved] (GEODE-4167) CI Failure: PRClientServerRegionFunctionExecutionFailoverDUnitTest.testOnRegionFailoverWithTwoServerDownHA

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-4167.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: 
> PRClientServerRegionFunctionExecutionFailoverDUnitTest.testOnRegionFailoverWithTwoServerDownHA
> --
>
> Key: GEODE-4167
> URL: https://issues.apache.org/jira/browse/GEODE-4167
> Project: Geode
>  Issue Type: Bug
>Reporter: Brian Rowe
>Priority: Major
>
> org.apache.geode.internal.cache.execute.PRClientServerRegionFunctionExecutionFailoverDUnitTest
>  > testOnRegionFailoverWithTwoServerDownHA FAILED
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.execute.PRClientServerRegionFunctionExecutionFailoverDUnitTest$$Lambda$139/157295940.run
>  in VM 3 running on Host c1805723ab71 with 4 VMs
> at org.apache.geode.test.dunit.VM.invoke(VM.java:393)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:363)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:308)
> at 
> org.apache.geode.internal.cache.execute.PRClientServerRegionFunctionExecutionFailoverDUnitTest.testOnRegionFailoverWithTwoServerDownHA(PRClientServerRegionFunctionExecutionFailoverDUnitTest.java:179)
> Caused by:
> org.apache.geode.cache.execute.FunctionException: 
> org.apache.geode.cache.client.ServerConnectivityException: Pool unexpected 
> closed socket on server connection=Pooled Connection to c1805723ab71:29590: 
> Connection[c1805723ab71:29590]@2123842241). Server unreachable: could not 
> connect after 1 attempts
> at 
> org.apache.geode.internal.cache.execute.ServerRegionFunctionExecutor.executeOnServer(ServerRegionFunctionExecutor.java:216)
> at 
> org.apache.geode.internal.cache.execute.ServerRegionFunctionExecutor.executeFunction(ServerRegionFunctionExecutor.java:160)
> at 
> org.apache.geode.internal.cache.execute.AbstractExecution.execute(AbstractExecution.java:396)
> at 
> org.apache.geode.internal.cache.execute.PRClientServerRegionFunctionExecutionDUnitTest.execute(PRClientServerRegionFunctionExecutionDUnitTest.java:1525)
> at 
> org.apache.geode.internal.cache.execute.PRClientServerRegionFunctionExecutionDUnitTest.regionExecutionHATwoServerDown(PRClientServerRegionFunctionExecutionDUnitTest.java:540)
> at 
> org.apache.geode.internal.cache.execute.PRClientServerRegionFunctionExecutionFailoverDUnitTest.lambda$testOnRegionFailoverWithTwoServerDownHA$c356a657$1(PRClientServerRegionFunctionExecutionFailoverDUnitTest.java:180)
> Caused by:
> org.apache.geode.cache.client.ServerConnectivityException: Pool 
> unexpected closed socket on server connection=Pooled Connection to 
> c1805723ab71:29590: Connection[c1805723ab71:29590]@2123842241). Server 
> unreachable: could not connect after 1 attempts
> at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.handleException(OpExecutorImpl.java:786)
> at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.handleException(OpExecutorImpl.java:611)
> at 
> org.apache.geode.cache.client.internal.OpExecutorImpl.execute(OpExecutorImpl.java:168)
> at 
> org.apache.geode.cache.client.internal.PoolImpl.execute(PoolImpl.java:788)
> at 
> org.apache.geode.cache.client.internal.ExecuteRegionFunctionOp.reexecute(ExecuteRegionFunctionOp.java:223)
> at 
> org.apache.geode.cache.client.internal.ExecuteRegionFunctionOp.execute(ExecuteRegionFunctionOp.java:134)
> at 
> org.apache.geode.cache.client.internal.ServerRegionProxy.executeFunction(ServerRegionProxy.java:715)
> at 
> org.apache.geode.internal.cache.execute.ServerRegionFunctionExecutor.executeOnServer(ServerRegionFunctionExecutor.java:208)
> ... 5 more
> Caused by:
> java.io.EOFException: The connection has been reset while 
> reading the header
> at 
> org.apache.geode.internal.cache.tier.sockets.Message.fetchHeader(Message.java:690)
> at 
> org.apache.geode.internal.cache.tier.sockets.ChunkedMessage.readHeader(ChunkedMessage.java:198)
> at 
> org.apache.geode.cache.client.internal.ExecuteRegionFunctionOp$ExecuteRegionFunctionOpImpl.processResponse(ExecuteRegionFunctionOp.java:497)
> at 
> org.apache.geode.cache.client.internal.AbstractOp.processResponse(AbstractOp.java:228)
> at 
> 

[jira] [Resolved] (GEODE-5514) CI Failure: PartitionedRegionCqQueryOptimizedExecuteDUnitTest.testCqExecuteWithoutQueryExecutionAndNoRSCaching

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-5514.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: 
> PartitionedRegionCqQueryOptimizedExecuteDUnitTest.testCqExecuteWithoutQueryExecutionAndNoRSCaching
> --
>
> Key: GEODE-5514
> URL: https://issues.apache.org/jira/browse/GEODE-5514
> Project: Geode
>  Issue Type: Bug
>Reporter: Dan Smith
>Priority: Major
>  Labels: swat
> Attachments: Test results - Class 
> org.apache.geode.cache.query.cq.dunit.PartitionedRegionCqQueryOptimizedExecuteDUnitTest.html
>
>
> This test failed in CI.
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/184
> {noformat}
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.cache.query.cq.dunit.CqQueryDUnitTest$33.run in VM 1 running 
> on Host 558be4ff412d with 4 VMs
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:443)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:412)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:355)
>   at 
> org.apache.geode.cache.query.cq.dunit.CqQueryDUnitTest.validateCQ(CqQueryDUnitTest.java:1154)
>   at 
> org.apache.geode.cache.query.cq.dunit.PartitionedRegionCqQueryOptimizedExecuteDUnitTest.testCqExecuteWithoutQueryExecutionAndNoRSCaching(PartitionedRegionCqQueryOptimizedExecuteDUnitTest.java:228)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
>   at 
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> 

[jira] [Resolved] (GEODE-2378) CI Failure: PulseAutomatedTest > clickHostShowsMemberTest

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-2378.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: PulseAutomatedTest > clickHostShowsMemberTest
> -
>
> Key: GEODE-2378
> URL: https://issues.apache.org/jira/browse/GEODE-2378
> Project: Geode
>  Issue Type: Bug
>  Components: pulse
>Reporter: Kevin Duling
>Priority: Major
>  Labels: Ci
>
> {noformat}
> org.apache.geode.tools.pulse.tests.ui.PulseAutomatedTest > 
> clickHostShowsMemberTest FAILED
> org.openqa.selenium.StaleElementReferenceException: 
> {"errorMessage":"Element is no longer attached to the 
> DOM","request":{"headers":{"Accept-Encoding":"gzip,deflate","Connection":"Keep-Alive","Content-Length":"27","Content-Type":"application/json;
>  
> charset=utf-8","Host":"localhost:19328","User-Agent":"Apache-HttpClient/4.5.1 
> (Java/1.8.0_111)"},"httpVersion":"1.1","method":"POST","post":"{\"id\":\":wdc:1485543486264\"}","url":"/click","urlParsed":{"anchor":"","query":"","file":"click","directory":"/","path":"/click","relative":"/click","port":"","host":"","password":"","user":"","userInfo":"","authority":"","protocol":"","source":"/click","queryKey":{},"chunks":["click"]},"urlOriginal":"/session/87cf7fd0-e4c2-11e6-b328-1d4499c52347/element/:wdc:1485543486264/click"}}
> Command duration or timeout: 201 milliseconds
> For documentation on this error, please visit: 
> http://seleniumhq.org/exceptions/stale_element_reference.html
> Build info: version: '2.53.1', revision: 
> 'a36b8b1cd5757287168e54b817830adce9b0158d', time: '2016-06-30 19:26:09'
> System info: host: 'ad4c26dc-5ee5-4c87-46b4-956ec441bb60', ip: 
> '10.254.0.46', os.name: 'Linux', os.arch: 'amd64', os.version: 
> '3.19.0-64-generic', java.version: '1.8.0_111'
> Driver info: org.openqa.selenium.phantomjs.PhantomJSDriver
> Capabilities [{applicationCacheEnabled=false, rotatable=false, 
> handlesAlerts=false, databaseEnabled=false, version=2.1.1, platform=LINUX, 
> browserConnectionEnabled=false, proxy={proxyType=direct}, nativeEvents=true, 
> acceptSslCerts=false, driverVersion=1.2.0, 
> phantomjs.page.settings.userAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64; 
> rv:16.0) Gecko/20121026 Firefox/16.0, locationContextEnabled=false, 
> webStorageEnabled=false, browserName=phantomjs, takesScreenshot=true, 
> driverName=ghostdriver, javascriptEnabled=true, cssSelectorsEnabled=true}]
> Session ID: 87cf7fd0-e4c2-11e6-b328-1d4499c52347
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at 
> org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:206)
> at 
> org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:158)
> at 
> org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:678)
> at 
> org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:327)
> at 
> org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:85)
> at 
> org.apache.geode.tools.pulse.tests.ui.PulseAutomatedTest.clickHostShowsMemberTest(PulseAutomatedTest.java:212)
> Caused by:
> org.openqa.selenium.remote.ScreenshotException: Screen shot has been 
> taken
> Build info: version: '2.53.1', revision: 
> 'a36b8b1cd5757287168e54b817830adce9b0158d', time: '2016-06-30 19:26:09'
> System info: host: 'ad4c26dc-5ee5-4c87-46b4-956ec441bb60', ip: 
> '10.254.0.46', os.name: 'Linux', os.arch: 'amd64', os.version: 
> '3.19.0-64-generic', java.version: '1.8.0_111'
> Driver info: driver.version: RemoteWebDriver
> at 
> org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:138)
> ... 4 more
> Caused by:
> org.openqa.selenium.StaleElementReferenceException: 
> {"errorMessage":"Element is no longer attached to the 
> DOM","request":{"headers":{"Accept-Encoding":"gzip,deflate","Connection":"Keep-Alive","Content-Length":"27","Content-Type":"application/json;
>  
> charset=utf-8","Host":"localhost:19328","User-Agent":"Apache-HttpClient/4.5.1 
> 

[jira] [Resolved] (GEODE-1933) CI Failure: ClientServerTransactionDUnitTest.testFailoverWithP2PMessagingAndCachingProxy

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-1933.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: 
> ClientServerTransactionDUnitTest.testFailoverWithP2PMessagingAndCachingProxy
> 
>
> Key: GEODE-1933
> URL: https://issues.apache.org/jira/browse/GEODE-1933
> Project: Geode
>  Issue Type: Bug
>  Components: transactions
>Reporter: Eric Shu
>Priority: Minor
>  Labels: ci, flaky
>
> {noformat}
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.ClientServerTransactionDUnitTest$70.call in 
> VM 3 running on Host cc4-rh6.gemstone.com with 4 VMs
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:389)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:355)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:320)
>   at 
> org.apache.geode.internal.cache.ClientServerTransactionDUnitTest.doFailoverWork(ClientServerTransactionDUnitTest.java:1910)
>   at 
> org.apache.geode.internal.cache.ClientServerTransactionDUnitTest.testFailoverWithP2PMessagingAndCachingProxy(ClientServerTransactionDUnitTest.java:1835)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   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:109)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> 

[jira] [Resolved] (GEODE-4324) CI failure: CqQueryUsingPoolOptimizedExecuteDUnitTest.testCQFailOver

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-4324.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: CqQueryUsingPoolOptimizedExecuteDUnitTest.testCQFailOver
> 
>
> Key: GEODE-4324
> URL: https://issues.apache.org/jira/browse/GEODE-4324
> Project: Geode
>  Issue Type: Bug
>Reporter: Jason Huynh
>Priority: Major
>
> The test failed in a precheckin with:
> {code:java}
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.cache.query.cq.dunit.CqQueryUsingPoolDUnitTest$25.run in VM 
> 2 running on Host 096df33b94dc with 4 VMs
> at org.apache.geode.test.dunit.VM.invoke(VM.java:393)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:363)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:308)
> at 
> org.apache.geode.cache.query.cq.dunit.CqQueryUsingPoolDUnitTest.waitForEvent(CqQueryUsingPoolDUnitTest.java:1078)
> at 
> org.apache.geode.cache.query.cq.dunit.CqQueryUsingPoolDUnitTest.waitForUpdated(CqQueryUsingPoolDUnitTest.java:1054)
> at 
> org.apache.geode.cache.query.cq.dunit.CqQueryUsingPoolDUnitTest.testCQFailOver(CqQueryUsingPoolDUnitTest.java:2434)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
> at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
> at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
> at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
> at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
> at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
> at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
> at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
> at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
> 

[jira] [Resolved] (GEODE-976) CI Failure: DistributedNoAckRegionCCEDUnitTest.testConcurrentEventsOnEmptyRegion failed with AssertionFailedError

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-976.
-
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: 
> DistributedNoAckRegionCCEDUnitTest.testConcurrentEventsOnEmptyRegion failed 
> with AssertionFailedError
> -
>
> Key: GEODE-976
> URL: https://issues.apache.org/jira/browse/GEODE-976
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Reporter: Barry Oglesby
>Priority: Minor
>  Labels: CI, Flaky
>
> Geode_develop_DistributedTests
> Private Build #1606 (Feb 13, 2016 5:10:20 PM)
> Revision: 28ee7c15426c3cc6b43204d28ccf9ff17cafdab4
> Error Message
> {noformat}
> junit.framework.AssertionFailedError: region contents are not consistent for 
> cckey3 expected: but was:
> {noformat}
> Stacktrace
> {noformat}
> junit.framework.AssertionFailedError: region contents are not consistent for 
> cckey3 expected: but was:
>   at junit.framework.Assert.fail(Assert.java:57)
>   at junit.framework.Assert.failNotEquals(Assert.java:329)
>   at junit.framework.Assert.assertEquals(Assert.java:78)
>   at junit.framework.TestCase.assertEquals(TestCase.java:244)
>   at 
> com.gemstone.gemfire.cache30.MultiVMRegionTestCase.versionTestConcurrentEventsOnEmptyRegion(MultiVMRegionTestCase.java:8734)
>   at 
> com.gemstone.gemfire.cache30.DistributedNoAckRegionCCEDUnitTest.testConcurrentEventsOnEmptyRegion(DistributedNoAckRegionCCEDUnitTest.java:365)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at junit.framework.TestCase.runTest(TestCase.java:176)
>   at junit.framework.TestCase.runBare(TestCase.java:141)
>   at junit.framework.TestResult$1.protect(TestResult.java:122)
>   at junit.framework.TestResult.runProtected(TestResult.java:142)
>   at junit.framework.TestResult.run(TestResult.java:125)
>   at junit.framework.TestCase.run(TestCase.java:129)
>   at junit.framework.TestSuite.runTest(TestSuite.java:252)
>   at junit.framework.TestSuite.run(TestSuite.java:247)
>   at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:105)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:106)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
>   at 
> 

[jira] [Resolved] (GEODE-4848) CI failure: CacheManagementDUnitTest.testManagerShutdown

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-4848.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: CacheManagementDUnitTest.testManagerShutdown
> 
>
> Key: GEODE-4848
> URL: https://issues.apache.org/jira/browse/GEODE-4848
> Project: Geode
>  Issue Type: Bug
>  Components: management
>Reporter: Jens Deppe
>Priority: Major
>  Labels: CI
> Attachments: testManagerShutdown.log
>
>
> {noformat}
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.NamedRunnable.run in VM 0 running on Host 
> d1819bb7caa0 with 4 VMs
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:401)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:370)
>   at org.apache.geode.test.dunit.VM.invoke(VM.java:301)
>   at 
> org.apache.geode.management.CacheManagementDUnitTest.verifyManagerStopped(CacheManagementDUnitTest.java:377)
>   at 
> org.apache.geode.management.CacheManagementDUnitTest.testManagerShutdown(CacheManagementDUnitTest.java:201)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.apache.geode.management.ManagementTestRule$2.evaluate(ManagementTestRule.java:91)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   

[jira] [Updated] (GEODE-4712) CI Failure: EvictionDUnitTest.testDummyInlineNCentralizedEviction

2018-11-07 Thread ASF GitHub Bot (JIRA)


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

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

> CI Failure: EvictionDUnitTest.testDummyInlineNCentralizedEviction
> -
>
> Key: GEODE-4712
> URL: https://issues.apache.org/jira/browse/GEODE-4712
> Project: Geode
>  Issue Type: Bug
>  Components: eviction
>Reporter: Eric Shu
>Priority: Major
>  Labels: pull-request-available
>
> {noformat}
> org.apache.geode.internal.cache.eviction.EvictionDUnitTest > 
> testDummyInlineNCentralizedEviction FAILED
> java.lang.AssertionError: expected:<4> but was:<3>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at 
> org.apache.geode.internal.cache.eviction.EvictionTestBase.validateNoOfEvictions(EvictionTestBase.java:403)
> at 
> org.apache.geode.internal.cache.eviction.EvictionDUnitTest.testDummyInlineNCentralizedEviction(EvictionDUnitTest.java:49)
> {noformat}



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


[jira] [Resolved] (GEODE-932) CI failure: DiskDistributedNoAckAsyncRegionDUnitTest.testRemoteCacheListener

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-932.
-
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: DiskDistributedNoAckAsyncRegionDUnitTest.testRemoteCacheListener
> 
>
> Key: GEODE-932
> URL: https://issues.apache.org/jira/browse/GEODE-932
> Project: Geode
>  Issue Type: Bug
>  Components: regions
>Reporter: Sai Boorlagadda
>Priority: Minor
>  Labels: CI, Flaky
>
> Error Message:
> {noformat}
> com.gemstone.gemfire.test.dunit.RMIException: While invoking 
> com.gemstone.gemfire.cache30.MultiVMRegionTestCase$52.run in VM 1 running on 
> Host cc6-co6.gemstone.com with 4 VMs
> {noformat}
> Stacktrace:
> {noformat}
> com.gemstone.gemfire.test.dunit.RMIException: While invoking 
> com.gemstone.gemfire.cache30.MultiVMRegionTestCase$52.run in VM 1 running on 
> Host cc6-co6.gemstone.com with 4 VMs
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:370)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:313)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:267)
>   at 
> com.gemstone.gemfire.cache30.MultiVMRegionTestCase.testRemoteCacheListener(MultiVMRegionTestCase.java:1241)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at junit.framework.TestCase.runTest(TestCase.java:176)
>   at junit.framework.TestCase.runBare(TestCase.java:141)
>   at junit.framework.TestResult$1.protect(TestResult.java:122)
>   at junit.framework.TestResult.runProtected(TestResult.java:142)
>   at junit.framework.TestResult.run(TestResult.java:125)
>   at junit.framework.TestCase.run(TestCase.java:129)
>   at junit.framework.TestSuite.runTest(TestSuite.java:252)
>   at junit.framework.TestSuite.run(TestSuite.java:247)
>   at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:105)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
>   at sun.reflect.GeneratedMethodAccessor220.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:106)
>   at sun.reflect.GeneratedMethodAccessor219.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:360)
>   at 
> org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
>   at 
> org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>   at java.lang.Thread.run(Thread.java:745)
> Caused by: junit.framework.AssertionFailedError: Event never occurred after 
> 3000 ms: listener was never 

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

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-4118.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

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



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


[jira] [Resolved] (GEODE-4594) CI failure: org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventQueueStatsDUnitTest testReplicatedSerialPropagation hangs during CI

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-4594.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: 
> org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventQueueStatsDUnitTest 
> testReplicatedSerialPropagation hangs during CI
> 
>
> Key: GEODE-4594
> URL: https://issues.apache.org/jira/browse/GEODE-4594
> Project: Geode
>  Issue Type: Bug
>  Components: wan
>Affects Versions: 1.5.0
>Reporter: Shelley Lynn Hughes-Godfrey
>Priority: Major
>  Labels: CI
>
> This test did not complete in over an hour during CI:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/118
> Output from progress utility:
> {noformat}
> Started @ 2018-02-02 23:25:13.754 +
> 2018-02-03 00:22:22.836 +  
> org.apache.geode.internal.cache.wan.asyncqueue.AsyncEventQueueStatsDUnitTest 
> testReplicatedSerialPropagation
> Ended @ 2018-02-03 01:35:46.907 +
> {noformat}



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


[jira] [Resolved] (GEODE-1091) CI failure: P2PAuthenticationDUnitTest.testP2PAuthenticationWithNoCredentials

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-1091.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: P2PAuthenticationDUnitTest.testP2PAuthenticationWithNoCredentials
> -
>
> Key: GEODE-1091
> URL: https://issues.apache.org/jira/browse/GEODE-1091
> Project: Geode
>  Issue Type: Bug
>  Components: security
>Reporter: Bruce Schuchardt
>Priority: Major
>  Labels: DummyAuthenticator, Flaky
>
> com.gemstone.gemfire.SystemConnectException: Failed to find credentials from 
> [cc3-rh6(15806):1026] using Authenticator 
> [templates.security.DummyAuthenticator.create]
>   at 
> com.gemstone.gemfire.distributed.internal.membership.gms.membership.GMSJoinLeave.attemptToJoin(GMSJoinLeave.java:388)
>   at 
> com.gemstone.gemfire.distributed.internal.membership.gms.membership.GMSJoinLeave.join(GMSJoinLeave.java:290)
>   at 
> com.gemstone.gemfire.distributed.internal.membership.gms.mgr.GMSMembershipManager.join(GMSMembershipManager.java:676)
>   at 
> com.gemstone.gemfire.distributed.internal.membership.gms.mgr.GMSMembershipManager.joinDistributedSystem(GMSMembershipManager.java:765)
>   at 
> com.gemstone.gemfire.distributed.internal.membership.gms.Services.start(Services.java:174)
>   at 
> com.gemstone.gemfire.distributed.internal.membership.gms.GMSMemberFactory.newMembershipManager(GMSMemberFactory.java:105)
>   at 
> com.gemstone.gemfire.distributed.internal.membership.MemberFactory.newMembershipManager(MemberFactory.java:93)
>   at 
> com.gemstone.gemfire.distributed.internal.DistributionManager.(DistributionManager.java:1159)
>   at 
> com.gemstone.gemfire.distributed.internal.DistributionManager.(DistributionManager.java:1211)
>   at 
> com.gemstone.gemfire.distributed.internal.DistributionManager.create(DistributionManager.java:573)
>   at 
> com.gemstone.gemfire.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:654)
>   at 
> com.gemstone.gemfire.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:279)
>   at 
> com.gemstone.gemfire.distributed.DistributedSystem.connect(DistributedSystem.java:1641)
>   at 
> com.gemstone.gemfire.test.dunit.DistributedTestCase.getSystem(DistributedTestCase.java:145)
>   at 
> com.gemstone.gemfire.security.SecurityTestUtil.createSystem(SecurityTestUtil.java:188)
>   at 
> com.gemstone.gemfire.security.P2PAuthenticationDUnitTest.testP2PAuthenticationWithNoCredentials(P2PAuthenticationDUnitTest.java:262)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at junit.framework.TestCase.runTest(TestCase.java:176)
>   at junit.framework.TestCase.runBare(TestCase.java:141)
>   at junit.framework.TestResult$1.protect(TestResult.java:122)
>   at junit.framework.TestResult.runProtected(TestResult.java:142)
>   at junit.framework.TestResult.run(TestResult.java:125)
>   at junit.framework.TestCase.run(TestCase.java:129)
>   at junit.framework.TestSuite.runTest(TestSuite.java:252)
>   at junit.framework.TestSuite.run(TestSuite.java:247)
>   at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:105)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> 

[jira] [Resolved] (GEODE-3404) DurableClientCommandsDUnitTest.testCloseDurableClients

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-3404.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> DurableClientCommandsDUnitTest.testCloseDurableClients
> --
>
> Key: GEODE-3404
> URL: https://issues.apache.org/jira/browse/GEODE-3404
> Project: Geode
>  Issue Type: Bug
>  Components: management, tests
>Reporter: Dan Smith
>Priority: Major
>  Labels: DistributedTest, Flaky
>
> This failed in a recent precheckin run with 
> 488f3ceaa8145719cef99e42fb9622e65a75a1ec.
> {noformat}
> java.lang.AssertionError
>   at org.junit.Assert.fail(Assert.java:86)
>   at org.junit.Assert.assertTrue(Assert.java:41)
>   at org.junit.Assert.assertTrue(Assert.java:52)
>   at 
> org.apache.geode.management.internal.cli.commands.DurableClientCommandsDUnitTest.testCloseDurableClients(DurableClientCommandsDUnitTest.java:111)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at 

[jira] [Resolved] (GEODE-5107) CI Failure: WanValidationsDUnitTest.testSameParallelGatewaySenderIdAcrossColocatedPartitionedRegion failed with AssertionError

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-5107.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: 
> WanValidationsDUnitTest.testSameParallelGatewaySenderIdAcrossColocatedPartitionedRegion
>  failed with AssertionError
> --
>
> Key: GEODE-5107
> URL: https://issues.apache.org/jira/browse/GEODE-5107
> Project: Geode
>  Issue Type: Bug
>  Components: wan
>Reporter: Barry Oglesby
>Priority: Major
>
> [https://concourse.apachegeode-ci.info/teams/main/pipelines/release-1.6.0/jobs/DistributedTest/builds/7]
> {noformat}
> org.apache.geode.internal.cache.wan.misc.WanValidationsDUnitTest > 
> testSameParallelGatewaySenderIdAcrossColocatedPartitionedRegion 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 1019
> [error 2018/04/18 03:06:55.922 UTC  
> tid=1581] Unexpected exception during bucket recovery
> java.lang.IllegalStateException: Region specified in 'colocated-with' 
> (testSameParallelGatewaySenderIdAcrossColocatedPartitionedRegion_PR1) for 
> region /testSameParallelGatewaySenderIdAcrossColocatedPartitionedRegion_PR2 
> 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:1596)
> at 
> org.apache.geode.internal.cache.partitioned.RecoveryRunnable.run(RecoveryRunnable.java:61)
> at 
> org.apache.geode.internal.OneTaskOnlyExecutor$DelegatingRunnable.run(OneTaskOnlyExecutor.java:134)
> 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] [Resolved] (GEODE-1165) CI failure: SharedConfigurationUsingDirDUnitTest tests are flaky

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-1165.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: SharedConfigurationUsingDirDUnitTest tests are flaky
> 
>
> Key: GEODE-1165
> URL: https://issues.apache.org/jira/browse/GEODE-1165
> Project: Geode
>  Issue Type: Bug
>  Components: configuration
>Affects Versions: 1.0.0-incubating
>Reporter: Jianxia Chen
>Priority: Major
>  Labels: BindException, ClusterConfig, Flaky
>
> Several tests in SharedConfigurationUsingDirDUnitTest are flaky and fail 
> intermittently. One known cause is GEODE-2238 (one cause has been fixed and 
> committed). The timeout used by these tests is 15 seconds which is quite low 
> if a GC pause occurs.
> 1) GEODE-1165 includes BindException:
> {noformat}
> com.gemstone.gemfire.test.dunit.RMIException: While invoking 
> com.gemstone.gemfire.test.dunit.NamedRunnable.run in VM 1 running on Host 
> cc2-ub.gemstone.com with 4 VMs
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:439)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:381)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:303)
>   at 
> com.gemstone.gemfire.management.internal.configuration.SharedConfigurationUsingDirDUnitTest.startLocator(SharedConfigurationUsingDirDUnitTest.java:266)
>   at 
> com.gemstone.gemfire.management.internal.configuration.SharedConfigurationUsingDirDUnitTest.updateClusterConfigDirWithTwoLocatorsNoRollingServerRestart(SharedConfigurationUsingDirDUnitTest.java:122)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:105)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
>   at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at 

[jira] [Resolved] (GEODE-2896) CI Failure: ClassCastException in GMSMembershipManagerJUnitTest

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-2896.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure:  ClassCastException in GMSMembershipManagerJUnitTest
> 
>
> Key: GEODE-2896
> URL: https://issues.apache.org/jira/browse/GEODE-2896
> Project: Geode
>  Issue Type: Bug
>  Components: tests
>Reporter: nabarun
>Priority: Major
>  Labels: ci
>
> {noformat}
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest
>  > testDirectChannelSendFailureDueToForcedDisconnect FAILED
> java.lang.ClassCastException: 
> org.apache.geode.distributed.internal.LonerDistributionManager cannot be cast 
> to org.apache.geode.distributed.internal.DistributionManager
> at 
> org.apache.geode.distributed.internal.HighPriorityAckedMessage.(HighPriorityAckedMessage.java:68)
> at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest.testDirectChannelSendFailureDueToForcedDisconnect(GMSMembershipManagerJUnitTest.java:343)
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest
>  > testStartupEvents FAILED
> java.lang.ClassCastException: 
> org.apache.geode.distributed.internal.LonerDistributionManager cannot be cast 
> to org.apache.geode.distributed.internal.DistributionManager
> at 
> org.apache.geode.distributed.internal.HighPriorityAckedMessage.(HighPriorityAckedMessage.java:68)
> at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest.testStartupEvents(GMSMembershipManagerJUnitTest.java:219)
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest
>  > testSendToEmptyListIsRejected FAILED
> java.lang.ClassCastException: 
> org.apache.geode.distributed.internal.LonerDistributionManager cannot be cast 
> to org.apache.geode.distributed.internal.DistributionManager
> at 
> org.apache.geode.distributed.internal.HighPriorityAckedMessage.(HighPriorityAckedMessage.java:68)
> at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest.testSendToEmptyListIsRejected(GMSMembershipManagerJUnitTest.java:177)
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest
>  > testDirectChannelSendAllRecipients FAILED
> java.lang.ClassCastException: 
> org.apache.geode.distributed.internal.LonerDistributionManager cannot be cast 
> to org.apache.geode.distributed.internal.DistributionManager
> at 
> org.apache.geode.distributed.internal.HighPriorityAckedMessage.(HighPriorityAckedMessage.java:68)
> at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest.testDirectChannelSendAllRecipients(GMSMembershipManagerJUnitTest.java:331)
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest
>  > testDirectChannelSend FAILED
> java.lang.ClassCastException: 
> org.apache.geode.distributed.internal.LonerDistributionManager cannot be cast 
> to org.apache.geode.distributed.internal.DistributionManager
> at 
> org.apache.geode.distributed.internal.HighPriorityAckedMessage.(HighPriorityAckedMessage.java:68)
> at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest.testDirectChannelSend(GMSMembershipManagerJUnitTest.java:281)
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest
>  > testDirectChannelSendFailureToOneRecipient FAILED
> java.lang.ClassCastException: 
> org.apache.geode.distributed.internal.LonerDistributionManager cannot be cast 
> to org.apache.geode.distributed.internal.DistributionManager
> at 
> org.apache.geode.distributed.internal.HighPriorityAckedMessage.(HighPriorityAckedMessage.java:68)
> at 
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest.testDirectChannelSendFailureToOneRecipient(GMSMembershipManagerJUnitTest.java:294)
> org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManagerJUnitTest
>  > testDirectChannelSendFailureToAll FAILED
> java.lang.ClassCastException: 
> org.apache.geode.distributed.internal.LonerDistributionManager cannot be cast 
> to org.apache.geode.distributed.internal.DistributionManager
> at 
> org.apache.geode.distributed.internal.HighPriorityAckedMessage.(HighPriorityAckedMessage.java:68)
> at 
> 

[jira] [Resolved] (GEODE-4056) [CI Failure] SerialWANPropagationDUnitTest. testPreloadedSerialPropagation

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-4056.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> [CI Failure] SerialWANPropagationDUnitTest. testPreloadedSerialPropagation
> --
>
> Key: GEODE-4056
> URL: https://issues.apache.org/jira/browse/GEODE-4056
> Project: Geode
>  Issue Type: Bug
>  Components: wan
>Reporter: nabarun
>Priority: Major
>
> *+Failure+* : Apache Geode Concourse CI Distributed Tests RunID # 6
> *+More logs can be found in+* : 
> http://files.apachegeode-ci.info/builds/1.4.0-build.149/test-results/distributedTest/
> Stacktrace:
> {noformat}
> java.lang.AssertionError: Suspicious strings were written to the log during 
> this run.
> Fix the strings or use IgnoredException.addIgnoredException to ignore.
> ---
> Found suspect string in log4j at line 1931
> [fatal 2017/12/02 02:41:31.982 UTC  tid=1063] 
> Possible loss of quorum due to the loss of 1 cache processes: 
> [172.17.0.2(153):32771]
>   at org.junit.Assert.fail(Assert.java:88)
>   at 
> org.apache.geode.test.dunit.standalone.DUnitLauncher.closeAndCheckForSuspects(DUnitLauncher.java:394)
>   at 
> org.apache.geode.test.dunit.internal.JUnit4DistributedTestCase.cleanupAllVms(JUnit4DistributedTestCase.java:541)
>   at 
> org.apache.geode.test.dunit.internal.JUnit4DistributedTestCase.doTearDownDistributedTestCase(JUnit4DistributedTestCase.java:488)
>   at 
> org.apache.geode.test.dunit.internal.JUnit4DistributedTestCase.tearDownDistributedTestCase(JUnit4DistributedTestCase.java:475)
>   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.RunAfters.evaluate(RunAfters.java:33)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:114)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:57)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown 

[jira] [Resolved] (GEODE-1661) CI failure: IntegratedSecurityCacheLifecycleIntegrationTest.initAndCloseTest

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-1661.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: IntegratedSecurityCacheLifecycleIntegrationTest.initAndCloseTest
> 
>
> Key: GEODE-1661
> URL: https://issues.apache.org/jira/browse/GEODE-1661
> Project: Geode
>  Issue Type: Bug
>  Components: security
>Reporter: Bruce Schuchardt
>Priority: Major
>  Labels: CI, Flaky
>
> {noformat}
> org.junit.ComparisonFailure: expected:<[1]> but was:<[0]>
>   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>   at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>   at 
> com.gemstone.gemfire.security.IntegratedSecurityCacheLifecycleIntegrationTest.initAndCloseTest(IntegratedSecurityCacheLifecycleIntegrationTest.java:71)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.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.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:112)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> 

[jira] [Resolved] (GEODE-5673) Flaky test LocatorLauncherJmxManagerLocalRegressionTest.locatorWithNonZeroJmxPortCleansUpWhenStopped

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-5673.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> Flaky test 
> LocatorLauncherJmxManagerLocalRegressionTest.locatorWithNonZeroJmxPortCleansUpWhenStopped
> 
>
> Key: GEODE-5673
> URL: https://issues.apache.org/jira/browse/GEODE-5673
> Project: Geode
>  Issue Type: Bug
>Reporter: Dan Smith
>Assignee: Jens Deppe
>Priority: Major
>  Labels: pull-request-available, swat
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> This test failed in a precheckin run. It looks like this test is making 
> assertions about how many threads are running in the JVM, which seems like it 
> is very sensitive to the environment and can't be relied on. In this case, it 
> actually found fewer threads running than when the test started!
> https://concourse.apachegeode-ci.info/builds/22727
> {noformat}
> org.apache.geode.distributed.LocatorLauncherJmxManagerLocalRegressionTest > 
> locatorWithNonZeroJmxPortCleansUpWhenStopped FAILED
> org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a lambda expression in 
> org.apache.geode.distributed.LocatorLauncherJmxManagerLocalRegressionTest 
> expected:<[10]> but was:<[8]> within 30 seconds.
> at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122)
> at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32)
> at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:890)
> at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:711)
> at 
> org.apache.geode.distributed.LocatorLauncherJmxManagerLocalRegressionTest.assertThatThreadsStopped(LocatorLauncherJmxManagerLocalRegressionTest.java:97)
> at 
> org.apache.geode.distributed.LocatorLauncherJmxManagerLocalRegressionTest.locatorWithNonZeroJmxPortCleansUpWhenStopped(LocatorLauncherJmxManagerLocalRegressionTest.java:93)
>   
> Caused by:
> org.junit.ComparisonFailure: expected:<[10]> but was:<[8]>
> at sun.reflect.GeneratedConstructorAccessor26.newInstance(Unknown 
> Source)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.distributed.LocatorLauncherJmxManagerLocalRegressionTest.lambda$assertThatThreadsStopped$0(LocatorLauncherJmxManagerLocalRegressionTest.java:98)
> {noformat}



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


[jira] [Resolved] (GEODE-1554) CI Failure: SerialWANPropogationOffHeapDUnitTest.testReplicatedSerialPropagationWithRemoteReceiverStopped

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-1554.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI Failure: 
> SerialWANPropogationOffHeapDUnitTest.testReplicatedSerialPropagationWithRemoteReceiverStopped
> -
>
> Key: GEODE-1554
> URL: https://issues.apache.org/jira/browse/GEODE-1554
> Project: Geode
>  Issue Type: Bug
>  Components: wan
>Reporter: Scott Jewell
>Priority: Major
>  Labels: CI
>
> Member is force disconnected due to no heartbeat 
> com.gemstone.gemfire.test.dunit.RMIException: While invoking 
> com.gemstone.gemfire.internal.cache.wan.WANTestBase$$Lambda$20/1962935211.run 
> in VM 7 running on Host kuwait.gemstone.com with 8 VMs
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:389)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:355)
>   at com.gemstone.gemfire.test.dunit.VM.invoke(VM.java:293)
>   at 
> com.gemstone.gemfire.internal.cache.wan.WANTestBase.createCacheInVMs(WANTestBase.java:866)
>   at 
> com.gemstone.gemfire.internal.cache.wan.serial.SerialWANPropogationDUnitTest.testReplicatedSerialPropagationWithRemoteReceiverStopped(SerialWANPropogationDUnitTest.java:638)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:112)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:66)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
>   at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
>   at sun.reflect.GeneratedMethodAccessor199.invoke(Unknown Source)
>   at 
> 

[jira] [Resolved] (GEODE-1138) CI failure: ScheduledThreadPoolExecutorWithKeepAliveJUnitTest.testConcurrentExecutionAndExpiration

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-1138.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: 
> ScheduledThreadPoolExecutorWithKeepAliveJUnitTest.testConcurrentExecutionAndExpiration
> --
>
> Key: GEODE-1138
> URL: https://issues.apache.org/jira/browse/GEODE-1138
> Project: Geode
>  Issue Type: Bug
>  Components: expiration
>Reporter: Bruce Schuchardt
>Priority: Minor
>  Labels: CI, Flaky
>
> This test failed in revision 819339834edf4e8fc813574e5dbfbc954b0af2bc
> {noformat}
> java.lang.AssertionError: expected:<50> but was:<46>
>   at org.junit.Assert.fail(Assert.java:88)
>   at org.junit.Assert.failNotEquals(Assert.java:834)
>   at org.junit.Assert.assertEquals(Assert.java:645)
>   at org.junit.Assert.assertEquals(Assert.java:631)
>   at 
> com.gemstone.gemfire.internal.ScheduledThreadPoolExecutorWithKeepAliveJUnitTest.testConcurrentExecutionAndExpiration(ScheduledThreadPoolExecutorWithKeepAliveJUnitTest.java:120)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:105)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:56)
>   at 
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:64)
>   at 
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:50)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
>   at 
> org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
>   at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
>   at 
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:106)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
>   at 
> org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
>   at 
> 

[jira] [Resolved] (GEODE-5831) CI failure: QueryCommandOverHttpDUnitTest.testSimpleQuery

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-5831.
--
Resolution: Cannot Reproduce

This issue has either failed to reproduce or been fixed systemically elsewhere 
(e.g. improving port selection and timeouts).  Closing but please reopen if 
needed.

> CI failure: QueryCommandOverHttpDUnitTest.testSimpleQuery
> -
>
> Key: GEODE-5831
> URL: https://issues.apache.org/jira/browse/GEODE-5831
> Project: Geode
>  Issue Type: Bug
>Reporter: Dale Emery
>Priority: Major
>  Labels: swat
>
> http://files.apachegeode-ci.info/builds/geode-pr-2579/test-results/distributedTest/1538782433/classes/org.apache.geode.management.internal.cli.commands.QueryCommandOverHttpDUnitTest.html#testSimpleQuery
> {noformat}
> java.lang.AssertionError: Suspicious strings were written to the log during 
> this run.
> Fix the strings or use IgnoredException.addIgnoredException to ignore.
> ---
> Found suspect string in log4j at line 1856
> [fatal 2018/10/05 22:37:14.203 UTC  tid=0x2c5] 
> java.nio.channels.ClosedChannelException
>   at 
> org.eclipse.jetty.util.IteratingCallback.close(IteratingCallback.java:427)
>   at 
> org.eclipse.jetty.server.HttpConnection.onClose(HttpConnection.java:507)
>   at 
> org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:345)
>   at 
> org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:920)
>   at 
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
>   at 
> org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
>   at java.lang.Thread.run(Thread.java:748)
> {noformat}



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


[jira] [Commented] (GEODE-5742) ComparisonFailure in GfshExecution.awaitTermination (from GfshDisconnectWithinScript)

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5742:


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

GEODE-5742: increase timeout for statusCommandWithIncorrectPidShouldFail test 
(#2805)

Co-authored-by: Brian Rowe 

* this test legitimately takes a long time to exit if attach api is available 
in jdk
* make the failure message more descriptive

> ComparisonFailure in GfshExecution.awaitTermination (from 
> GfshDisconnectWithinScript)
> -
>
> Key: GEODE-5742
> URL: https://issues.apache.org/jira/browse/GEODE-5742
> Project: Geode
>  Issue Type: Bug
>Reporter: Brian Rowe
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available, swat
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> This was seen in a AcceptanceTest run on develop:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/AcceptanceTest/builds/445
> org.apache.geode.management.internal.cli.shell.GfshDisconnectWithinScript > 
> disconnectInScriptDoesNotRaiseNPE FAILED
> org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at 
> org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:124)
> at 
> org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:125)
> at 
> org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:112)
> at 
> org.apache.geode.management.internal.cli.shell.GfshDisconnectWithinScript.disconnectInScriptDoesNotRaiseNPE(GfshDisconnectWithinScript.java:36)



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


[jira] [Commented] (GEODE-4337) Geode Native C++ Example (Server-side function execution)

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-4337:


Commit 9df8f885e7f910291c091d7f9e5114f6018e6cde in geode-native's branch 
refs/heads/develop from [~bbender]
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=9df8f88 ]

GEODE-4337: Correct Path Searching in FindGeode module

- Function execution example includes a jar, so we need Geode to build the java 
code
- Geode find module problem was breaking build of examples. It was setting the 
'hints' variable to the value of GEODE_ROOT, which only works if the 'paths' 
parameter to find_package_handle_standard_args is empty, but it was always 
setting paths. Switched it to set one or the other like the FindGeodeNative 
find module does, and all is better.

Co-authored-by: Matthew Reddington 

> Geode Native C++ Example (Server-side function execution)
> -
>
> Key: GEODE-4337
> URL: https://issues.apache.org/jira/browse/GEODE-4337
> Project: Geode
>  Issue Type: Sub-task
>  Components: native client
>Reporter: Addison
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 8h 10m
>  Remaining Estimate: 0h
>




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


[jira] [Created] (GEODE-6014) Remove unnecessary null checks in the code.

2018-11-07 Thread nabarun (JIRA)
nabarun created GEODE-6014:
--

 Summary: Remove unnecessary null checks in the code.
 Key: GEODE-6014
 URL: https://issues.apache.org/jira/browse/GEODE-6014
 Project: Geode
  Issue Type: Bug
Reporter: nabarun






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


[jira] [Created] (GEODE-6017) Investigate lack of synchronization in MapSegment::isTombstone

2018-11-07 Thread Jacob S. Barrett (JIRA)
Jacob S. Barrett created GEODE-6017:
---

 Summary: Investigate lack of synchronization in 
MapSegment::isTombstone
 Key: GEODE-6017
 URL: https://issues.apache.org/jira/browse/GEODE-6017
 Project: Geode
  Issue Type: Task
  Components: native client
Reporter: Jacob S. Barrett


Unlike all other accessors to MapSegment, this method does not take any locks. 
This does not seem correct but looks intentional. Let's try to understand why 
and make any necessary corrections.



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


[jira] [Commented] (GEODE-5995) Include docker gradle plugin in buildSrc

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5995:


Commit 23af84c7d715316355c23757b4f0ee34f7f81776 in geode's branch 
refs/heads/develop from [~jens.deppe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=23af84c ]

 GEODE-5995: Initial import of gradle docker plugin (#2790)

Also includes:
- Revert java version detection in original code (done for Java 9+ work).
- Handle case where network interface disappears during docker teardown

> Include docker gradle plugin in buildSrc
> 
>
> Key: GEODE-5995
> URL: https://issues.apache.org/jira/browse/GEODE-5995
> Project: Geode
>  Issue Type: Task
>  Components: build
>Reporter: Jens Deppe
>Assignee: Jens Deppe
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> As I see it, we have a few issues with this plugin:
> - We've cloned the plugin to our own repo
> - Made changes which are not upstream (and probably will never be)
> - Do not have a formal build process for it
> - Have already missed some changes which cause build failures



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


[jira] [Commented] (GEODE-6010) JDBC Connector should automatically configure JDBCLoader and JDBCAsyncWriter

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-6010:


Commit 1137b72e9735c0faa9e554eed1cf94835dd559d2 in geode's branch 
refs/heads/feature/GEODE-6010 from [~dschneider]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1137b72 ]

GEODE-6010: Add unit test for CreateMappingCommand

Co-authored-by: Darrel Schneider 
Co-authored-by: Jianxia Chen 


> JDBC Connector should automatically configure JDBCLoader and JDBCAsyncWriter
> 
>
> Key: GEODE-6010
> URL: https://issues.apache.org/jira/browse/GEODE-6010
> Project: Geode
>  Issue Type: Improvement
>  Components: extensions
>Reporter: Jianxia Chen
>Assignee: Jianxia Chen
>Priority: Major
>
> *As a* Geode user
> *When* I create a JDBC mapping using the create jdbc-mapping command
> *Then* I should not be required to perform additional configuration to get 
> the data flowing between Geode and relational database.
> Currently, the user is expected to specify a CacheLoader and an 
> AsyncEventQueue, which should not be required. We should also go ahead and 
> create an async event queue with default values when a jdbc-mapping is 
> created. (one queue per mapping)
> 
> *Acceptance Criteria:*
> *Given* that a *partitioned* region has previously been created
> *When* a mapping is created using {{create jdbc-mapping}} command
> *Then* {{list async-event-queues}} command shows a newly created *parallel* 
> AEQ
> *And* {{describe region}} command shows our cache-loader and 
> async-event-queue-id configured
> *Given* that a *replicated* region has previously been created
> *When* a mapping is created using {{create jdbc-mapping}} command
> *Then* {{list async-event-queues}} command shows a newly created *serial* AEQ
> *And* {{describe region}} command shows our cache-loader and 
> async-event-queue-id configured
> If cluster configuration is not enabled, it should throw an error.



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


[jira] [Resolved] (GEODE-5978) Expand GeodeAwaitility so that the default timeout can be used for Mockito.timeout

2018-11-07 Thread Kirk Lund (JIRA)


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

Kirk Lund resolved GEODE-5978.
--
   Resolution: Fixed
Fix Version/s: 1.8.0

> Expand GeodeAwaitility so that the default timeout can be used for 
> Mockito.timeout
> --
>
> Key: GEODE-5978
> URL: https://issues.apache.org/jira/browse/GEODE-5978
> Project: Geode
>  Issue Type: Wish
>  Components: tests
>Reporter: Kirk Lund
>Assignee: Kirk Lund
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.8.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Many tests use Mockito.verify which supports Mockito.timeout. I'd like to 
> expose the timeout in GeodeAwaitility for use with Mockito.timeout. I'd also 
> like to add toTimeDuration to facilitate conversions between 
> java.time.Duration and org.awaitility.Duration.
> Since GeodeAwaitility does not have any unit tests, we should also make it 
> testable.



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


[jira] [Resolved] (GEODE-5469) Pulse per-member region stats do not work for member names with hyphen(s)

2018-11-07 Thread Anthony Baker (JIRA)


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

Anthony Baker resolved GEODE-5469.
--
Resolution: Cannot Reproduce

Closing as we weren't able to reproduce the issue on current browser versions.  
Please reopen if needed.  Thanks!

> Pulse per-member region stats do not work for member names with hyphen(s)
> -
>
> Key: GEODE-5469
> URL: https://issues.apache.org/jira/browse/GEODE-5469
> Project: Geode
>  Issue Type: Bug
>  Components: pulse
>Reporter: Andrey Zolotov
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> In Region View screen, when you hover over the members for the region on the 
> left, the stats and charts do not have any data if the member name contains 
> hyphens or other special cha.
> The fix is to replace occurences of  *.' + memberName + '.* with *["' + 
> memberName + '"].* in PulseCallbacks.js and RegionView.js, forcing the name 
> to be treated as single string.
> example diff for one of the lines:
> {code:java}
> - key = 'memberOnRegionJson.' + memberName + '.entryCount';
> + key = 'memberOnRegionJson["' + memberName + '"].entryCount';{code}



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


[jira] [Commented] (GEODE-4337) Geode Native C++ Example (Server-side function execution)

2018-11-07 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-4337:


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

GEODE-4337: example cpp function execution (#389)

* Add new example directory.
* Add simple function execution code to get a few values from region
* Add new examples-only java source to tree
* Install with new jar file

> Geode Native C++ Example (Server-side function execution)
> -
>
> Key: GEODE-4337
> URL: https://issues.apache.org/jira/browse/GEODE-4337
> Project: Geode
>  Issue Type: Sub-task
>  Components: native client
>Reporter: Addison
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 7h 50m
>  Remaining Estimate: 0h
>




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


[jira] [Created] (GEODE-6007) Remove use of snprintf in NC code base

2018-11-07 Thread Blake Bender (JIRA)
Blake Bender created GEODE-6007:
---

 Summary: Remove use of snprintf in NC code base
 Key: GEODE-6007
 URL: https://issues.apache.org/jira/browse/GEODE-6007
 Project: Geode
  Issue Type: Improvement
  Components: native client
Reporter: Blake Bender


This is bad practice in general, and may open us up to maliciousness.  There 
are two main situations in which we find lots of usage of snprintf with raw 
char buffers, which are:
 * formatting messages for exceptions
 * formatting messages for logging

For the exception messages, we should switch to something known to be safe - a 
vsxprintf implementation, boost::format, std::stringstream, whatever.  As long 
as we stop declaring raw char buffers on the stack, it's all good

 

For logging, the situation is even dumber.  The various LOG* macros in the code 
_already_ take a format string and varargs, so as far as I know we essentially 
need to move the printf-style arguments into the logging macro and get rid of 
the other nonsense.  We may even buy a tiny performance improvement due to the 
fact that that logging macros can be compiled out of the code.



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