Build failed in Jenkins: Geode-release #42

2017-02-02 Thread Apache Jenkins Server
See Changes: [upthewaterspout] GEODE-2386: Wait until classpath doesn't contain gradle-worker.jar -- [...truncated 674 lines...] :geode-cq:compileTestJavaNote: Some input files use or override a dep

RE: are these gemfire bug fixes included in the last geode release?

2017-02-02 Thread Gal Palmery
Thanks. -Original Message- From: Anthony Baker [mailto:aba...@pivotal.io] Sent: Tuesday, January 31, 2017 17:22 To: dev@geode.apache.org Subject: Re: are these gemfire bug fixes included in the last geode release? Gal, I sent you a PM. I don’t think the Geode community can help with thi

Build failed in Jenkins: Geode-nightly #735

2017-02-02 Thread Apache Jenkins Server
See Changes: [Anil] GEODE-1672: Disabled recovering values for LRU region during startup. [ukohlmeyer] GEODE-2329: Refactor JSONFormatter fromJSON code to reduce duplicate [ukohlmeyer] GEODE-2329: Cleanup test code and fix Classcast iss

Re: [DISCUSS] Release branch for 1.1.0

2017-02-02 Thread Anthony Baker
Looks like the tests are failing even with your changes. They pass for me when run locally. Perhaps it’s time to look into dockerizing the jenkins environment. IMO, we can move forward with 1.1.0 since these failures seem to be related to the Jenkins environment. Thoughts? Anthony > On Feb

[jira] [Commented] (GEODE-2402) CI Failure: LuceneQueriesPeerFixedPRDUnitTest.returnCorrectResultsWhenRebalanceHappensOnIndexUpdate

2017-02-02 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850249#comment-15850249 ] Dan Smith commented on GEODE-2402: -- I don't think this is the same as GEODE-2401. The tes

[jira] [Updated] (GEODE-2413) peer-to-peer authentication: Peer need to re-authenticate coordinator while accepting view message

2017-02-02 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-2413: --- Summary: peer-to-peer authentication: Peer need to re-authenticate coordinator while accepting

Re: [DISCUSS] Release branch for 1.1.0

2017-02-02 Thread Hitesh Khamesra
We want to fix one more issue in this release  GEODE-2413 peer-to-peer authentication: Peer need to re-authenticate coordinator while accepting view message GEODE-2386    Unable to launch dunit VMs in nightly builds >>IMO, we can move forward with 1.1.0 since these failures seem to be related >

GEODE-2413

2017-02-02 Thread Kirk Lund
Can you please add a Description? It's hard to figure out what this ticket is actually about. Thanks, Kirk

gfsh over http & authentication

2017-02-02 Thread Kevin Duling
It's been reported in GEODE-2247 that gfsh can connect in a secured environment without a username/password when using the --use-http flag. When using a jmx connection, this would immediately prompt for user/password. In the http environment, the connection isn't any less secure. The moment one a

Re: gfsh over http & authentication

2017-02-02 Thread Anthony Baker
Seems odd to me that the ‘connect’ command is where the credentials are supplied but the failures are only realized when invoking a secure command. So I would need to go back and disconnect / reconnect to fix a password typo. As a reference point, does ‘connect’ over JMX surface authentication

Volunteer For Creating February Board Report

2017-02-02 Thread Mark Bretl
Hi, Its that time again for us to create a board report for the February, the 15th, board meeting, are there any volunteers for creating a draft? Initial report should be submitted next wednesday, February 8th. We can edit the report until Friday the 10th, which then it is customary for board mem

[jira] [Updated] (GEODE-2413) peer-to-peer authentication: Peer need to re-authenticate coordinator while accepting view message

2017-02-02 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-2413: --- Description: In peer-to-peer authentication, coordinator authenticates the joining member. The

Re: GEODE-2413

2017-02-02 Thread Hitesh Khamesra
Added description based on my understanding.   -Hitesh From: Kirk Lund To: Hitesh Khamesra ; geode Sent: Thursday, February 2, 2017 10:35 AM Subject: GEODE-2413 Can you please add a Description? It's hard to figure out what this ticket is actually about. Thanks, Kirk

Re: gfsh over http & authentication

2017-02-02 Thread Kevin Duling
Yes it does, immediately on the connect. So the behavior is different. On Thu, Feb 2, 2017 at 10:48 AM, Anthony Baker wrote: > Seems odd to me that the ‘connect’ command is where the credentials are > supplied but the failures are only realized when invoking a secure > command. So I would need

[GitHub] geode pull request #382: GEODE-2414: mark a failing test as flaky.

2017-02-02 Thread galen-pivotal
GitHub user galen-pivotal opened a pull request: https://github.com/apache/geode/pull/382 GEODE-2414: mark a failing test as flaky. This is just a temporary fix for CI until we can diagnose the issue. @kohlmu-pivotal @hiteshk25 You can merge this pull request into a Git re

Re: gfsh over http & authentication

2017-02-02 Thread John Blum
Back in the day, I introduced this "polling thread" to determine whether *Gfsh* was still connected, since as you say, in a HTTP "stateless" environment and in the absence of a "persistent" connection, it otherwise does not know. So, to simulate the behavior of *Gfsh* when connected via JMX RMI, I

Re: gfsh over http & authentication

2017-02-02 Thread Kevin Duling
Good to know some history on it. The connection probably doesn't need to poll every 500ms. I would think 2 seconds or even 5 seconds would be sufficient in the general case. If we make ping require authentication, it may resolve the issue. But I'm not sure that's the right thing to do. We coul

Re: gfsh over http & authentication

2017-02-02 Thread John Blum
> The connection probably doesn't need to poll every 500ms. 500 ms provided a good (nearly consistent) UX for the user to know almost instantly that the Manager went away, like the JMX counterpart. 2s is arguable; 5s is probably too long as the user could already be typing another command that is

Re: gfsh over http & authentication

2017-02-02 Thread Michael William Dodge
A rule I've heard for UX is that anything over 200 ms is noticeable and anything over 2 s is slow. Unless polling every 500 ms is causing problems, it might be best to leave it at 500 ms as a decent compromise between efficiency and responsiveness. Sarge > On 2 Feb, 2017, at 12:04, John Blum

[jira] [Updated] (GEODE-2267) Add gfsh command to export all cluster artifacts

2017-02-02 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2267: - Description: We would like a single gfsh command to collect and export all logfiles and stat files

[jira] [Created] (GEODE-2414) Determine a mechanism to stream a zip file from server to locator

2017-02-02 Thread Jared Stewart (JIRA)
Jared Stewart created GEODE-2414: Summary: Determine a mechanism to stream a zip file from server to locator Key: GEODE-2414 URL: https://issues.apache.org/jira/browse/GEODE-2414 Project: Geode

[jira] [Created] (GEODE-2415) Write a function to return a zip file for a single server

2017-02-02 Thread Jared Stewart (JIRA)
Jared Stewart created GEODE-2415: Summary: Write a function to return a zip file for a single server Key: GEODE-2415 URL: https://issues.apache.org/jira/browse/GEODE-2415 Project: Geode Issue

[jira] [Created] (GEODE-2416) Collect together artifacts from individual servers

2017-02-02 Thread Jared Stewart (JIRA)
Jared Stewart created GEODE-2416: Summary: Collect together artifacts from individual servers Key: GEODE-2416 URL: https://issues.apache.org/jira/browse/GEODE-2416 Project: Geode Issue Type:

Re: gfsh over http & authentication

2017-02-02 Thread Udo Kohlmeyer
Not sure what the correct polling time would be... But we'd want to avoid the situation where we poll too often. We could launch our own ping-attack. Also, this UX is not UI, so the difference between updating a screen with new information vs checking if the connection is still valid... I'd e

[jira] [Updated] (GEODE-2416) Collect together artifacts from individual servers into a single zip file

2017-02-02 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2416: - Summary: Collect together artifacts from individual servers into a single zip file (was: Collect

[jira] [Commented] (GEODE-2414) Determine a mechanism to stream a zip file from server to locator

2017-02-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850430#comment-15850430 ] ASF subversion and git services commented on GEODE-2414: Commit c6

[GitHub] geode pull request #382: GEODE-2414: mark a failing test as flaky.

2017-02-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/382 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Commented] (GEODE-2414) Determine a mechanism to stream a zip file from server to locator

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850431#comment-15850431 ] ASF GitHub Bot commented on GEODE-2414: --- Github user asfgit closed the pull request

[jira] [Created] (GEODE-2417) Generate zip file HTTP URL and manage deletion of zip files

2017-02-02 Thread Jared Stewart (JIRA)
Jared Stewart created GEODE-2417: Summary: Generate zip file HTTP URL and manage deletion of zip files Key: GEODE-2417 URL: https://issues.apache.org/jira/browse/GEODE-2417 Project: Geode Is

[jira] [Created] (GEODE-2418) Add gfsh post execution handler to detect and download file URLs

2017-02-02 Thread Jared Stewart (JIRA)
Jared Stewart created GEODE-2418: Summary: Add gfsh post execution handler to detect and download file URLs Key: GEODE-2418 URL: https://issues.apache.org/jira/browse/GEODE-2418 Project: Geode

[jira] [Updated] (GEODE-2417) Generate zip file HTTP URL and manage deletion of zip files

2017-02-02 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2417: - Description: Once a locator has built the aggregated zip file described by GEODE-2416, we need tha

[jira] [Comment Edited] (GEODE-2267) Add gfsh command to export all cluster artifacts

2017-02-02 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850451#comment-15850451 ] Jared Stewart edited comment on GEODE-2267 at 2/2/17 8:37 PM: --

[jira] [Commented] (GEODE-2267) Add gfsh command to export all cluster artifacts

2017-02-02 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850451#comment-15850451 ] Jared Stewart commented on GEODE-2267: -- Per discussion on the dev list, we have decid

[jira] [Created] (GEODE-2420) Warn a user if they try to export too much data

2017-02-02 Thread Jared Stewart (JIRA)
Jared Stewart created GEODE-2420: Summary: Warn a user if they try to export too much data Key: GEODE-2420 URL: https://issues.apache.org/jira/browse/GEODE-2420 Project: Geode Issue Type: Sub

[jira] [Created] (GEODE-2419) Add error message for export logs if Admin REST is disabled

2017-02-02 Thread Jared Stewart (JIRA)
Jared Stewart created GEODE-2419: Summary: Add error message for export logs if Admin REST is disabled Key: GEODE-2419 URL: https://issues.apache.org/jira/browse/GEODE-2419 Project: Geode Is

Re: gfsh over http & authentication

2017-02-02 Thread John Blum
@Udo- That is the thing. It is not just UI; the ping Thread is also there to properly set the state of *Gfsh* such that certain commands are not inappropriately made available as well (think *Gfsh* scripting, which if I remember correctly leads to a different type of error... NotConnectedExceptio

[jira] [Updated] (GEODE-2417) Generate zip file HTTP URL and manage deletion of zip files

2017-02-02 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart updated GEODE-2417: - Description: Once a locator has built the aggregated zip file described by GEODE-2416, we need tha

Re: gfsh over http & authentication

2017-02-02 Thread Jinmei Liao
I do believe the connect over http should fail immediately if incorrect or no credentials are supplied. A securePing sounds like a good way to go. On Thu, Feb 2, 2017 at 12:32 PM, John Blum wrote: > @Udo- > > That is the thing. It is not just UI; the ping Thread is also there to > properly set

[jira] [Commented] (GEODE-2413) peer-to-peer authentication: Peer need to re-authenticate coordinator while accepting view message

2017-02-02 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850493#comment-15850493 ] Jinmei Liao commented on GEODE-2413: Is this a feature request or a bug? I thought gat

[GitHub] geode pull request #383: GEODE-2206: Add junit-quickcheck to geode-core.

2017-02-02 Thread galen-pivotal
GitHub user galen-pivotal opened a pull request: https://github.com/apache/geode/pull/383 GEODE-2206: Add junit-quickcheck to geode-core. * Rewrite a data serialization test to use junit-quickcheck. You can merge this pull request into a Git repository by running: $ git pull ht

[jira] [Commented] (GEODE-2206) Add junit-quickcheck to Gradle test dependencies.

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850507#comment-15850507 ] ASF GitHub Bot commented on GEODE-2206: --- GitHub user galen-pivotal opened a pull req

Review Request 56242: GEODE-2206: Add junit-quickcheck to geode-core; add a test that uses it.

2017-02-02 Thread Galen O'Sullivan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56242/ --- Review request for geode, Bruce Schuchardt, Hitesh Khamesra, Kirk Lund, and Udo

Property-Based Testing for Geode

2017-02-02 Thread Galen M O'Sullivan
Hi all, I would like to propose adding [junit-quickcheck](1) to Geode. It's named after the [Haskell tool](2) and functions more or less as automated testing for JUnit Theories (if anyone is familiar with those). Property-based testing means basically that you write a function that tests some cod

[jira] [Commented] (GEODE-2386) Unable to launch dunit VMs in nightly builds

2017-02-02 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850537#comment-15850537 ] Dan Smith commented on GEODE-2386: -- My previous theory about why the classpath was set to

[jira] [Updated] (GEODE-2386) Unable to launch dunit VMs in nightly builds

2017-02-02 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Smith updated GEODE-2386: - Attachment: reproduce.patch > Unable to launch dunit VMs in nightly builds > -

[jira] [Comment Edited] (GEODE-2386) Unable to launch dunit VMs in nightly builds

2017-02-02 Thread Dan Smith (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850537#comment-15850537 ] Dan Smith edited comment on GEODE-2386 at 2/2/17 9:28 PM: -- My pre

[GitHub] geode issue #383: GEODE-2206: Add junit-quickcheck to geode-core.

2017-02-02 Thread galen-pivotal
Github user galen-pivotal commented on the issue: https://github.com/apache/geode/pull/383 @scmbuildguy : done. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[jira] [Commented] (GEODE-2206) Add junit-quickcheck to Gradle test dependencies.

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850550#comment-15850550 ] ASF GitHub Bot commented on GEODE-2206: --- Github user galen-pivotal commented on the

Re: Review Request 56242: GEODE-2206: Add junit-quickcheck to geode-core; add a test that uses it.

2017-02-02 Thread Galen O'Sullivan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56242/ --- (Updated Feb. 2, 2017, 9:35 p.m.) Review request for geode, Bruce Schuchardt, H

Review Request 56243: GEODE-2386 Don't call System.setProperties(null) when rule is used twice

2017-02-02 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56243/ --- Review request for geode and Kirk Lund. Repository: geode Description ---

[jira] [Created] (GEODE-2421) Create VS2015 AMI

2017-02-02 Thread Ernest Burghardt (JIRA)
Ernest Burghardt created GEODE-2421: --- Summary: Create VS2015 AMI Key: GEODE-2421 URL: https://issues.apache.org/jira/browse/GEODE-2421 Project: Geode Issue Type: Task Components:

Re: Review Request 56243: GEODE-2386 Don't call System.setProperties(null) when rule is used twice

2017-02-02 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56243/#review164028 --- Ship it! Ship It! - Kirk Lund On Feb. 2, 2017, 9:38 p.m., Da

[GitHub] geode pull request #384: GEODE-2421: Adding packer portion of making a VS201...

2017-02-02 Thread echobravopapa
GitHub user echobravopapa opened a pull request: https://github.com/apache/geode/pull/384 GEODE-2421: Adding packer portion of making a VS2015 dev AMI You can merge this pull request into a Git repository by running: $ git pull https://github.com/echobravopapa/geode feature/GE

[jira] [Commented] (GEODE-2421) Create VS2015 AMI

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850579#comment-15850579 ] ASF GitHub Bot commented on GEODE-2421: --- GitHub user echobravopapa opened a pull req

Re: Review Request 56243: GEODE-2386 Don't call System.setProperties(null) when rule is used twice

2017-02-02 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56243/#review164031 --- Ship it! Ship It! - Jared Stewart On Feb. 2, 2017, 9:38 p.m.

Re: Volunteer For Creating February Board Report

2017-02-02 Thread Dave Barnes
I'll volunteer for February. On Thu, Feb 2, 2017 at 10:50 AM, Mark Bretl wrote: > Hi, > > Its that time again for us to create a board report for the February, the > 15th, board meeting, are there any volunteers for creating a draft? > > Initial report should be submitted next wednesday, Februar

[jira] [Assigned] (GEODE-2408) Refactor CacheableDate to use C++ std::chrono

2017-02-02 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacob S. Barrett reassigned GEODE-2408: --- Assignee: Jacob S. Barrett > Refactor CacheableDate to use C++ std::chrono >

[jira] [Created] (GEODE-2422) Finish converting from GemFire to Geode in cppcache src

2017-02-02 Thread Michael Martell (JIRA)
Michael Martell created GEODE-2422: -- Summary: Finish converting from GemFire to Geode in cppcache src Key: GEODE-2422 URL: https://issues.apache.org/jira/browse/GEODE-2422 Project: Geode Iss

[jira] [Commented] (GEODE-2421) Create VS2015 AMI

2017-02-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850619#comment-15850619 ] ASF subversion and git services commented on GEODE-2421: Commit 34

[GitHub] geode pull request #383: GEODE-2206: Add junit-quickcheck to geode-core.

2017-02-02 Thread jaredjstewart
Github user jaredjstewart commented on a diff in the pull request: https://github.com/apache/geode/pull/383#discussion_r99235354 --- Diff: geode-core/src/test/java/org/apache/geode/internal/InternalDataSerializerQuickcheckStringTest.java --- @@ -0,0 +1,63 @@ +/* + * Licens

[jira] [Commented] (GEODE-2206) Add junit-quickcheck to Gradle test dependencies.

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850622#comment-15850622 ] ASF GitHub Bot commented on GEODE-2206: --- Github user jaredjstewart commented on a di

[jira] [Commented] (GEODE-2365) update clicache/src

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850626#comment-15850626 ] ASF GitHub Bot commented on GEODE-2365: --- Github user pivotal-jbarrett commented on t

[GitHub] geode issue #375: GEODE-2365: Replace gemfire with geode in clicache src.

2017-02-02 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on the issue: https://github.com/apache/geode/pull/375 Merged, please close --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wis

[jira] [Commented] (GEODE-2365) update clicache/src

2017-02-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850625#comment-15850625 ] ASF subversion and git services commented on GEODE-2365: Commit fc

[jira] [Updated] (GEODE-2422) Finish converting from GemFire to Geode in cppcache src

2017-02-02 Thread Michael Martell (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Martell updated GEODE-2422: --- Description: There are still some classes in the cppcache src that were not converted to Geod

[jira] [Commented] (GEODE-2317) native client cmake build should honor GEODE_HOME environment variable

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850629#comment-15850629 ] ASF GitHub Bot commented on GEODE-2317: --- Github user pivotal-jbarrett closed the pul

[jira] [Commented] (GEODE-2317) native client cmake build should honor GEODE_HOME environment variable

2017-02-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850628#comment-15850628 ] ASF subversion and git services commented on GEODE-2317: Commit c2

[GitHub] geode pull request #384: GEODE-2421: Adding packer portion of making a VS201...

2017-02-02 Thread echobravopapa
Github user echobravopapa closed the pull request at: https://github.com/apache/geode/pull/384 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[GitHub] geode pull request #385: [GEODE-2408] Refactor CacheableDate to use C++ std:...

2017-02-02 Thread pivotal-jbarrett
GitHub user pivotal-jbarrett opened a pull request: https://github.com/apache/geode/pull/385 [GEODE-2408] Refactor CacheableDate to use C++ std::chrono You can merge this pull request into a Git repository by running: $ git pull https://github.com/pivotal-jbarrett/geode featur

[jira] [Commented] (GEODE-2421) Create VS2015 AMI

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850631#comment-15850631 ] ASF GitHub Bot commented on GEODE-2421: --- Github user echobravopapa closed the pull r

[jira] [Commented] (GEODE-2408) Refactor CacheableDate to use C++ std::chrono

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850632#comment-15850632 ] ASF GitHub Bot commented on GEODE-2408: --- GitHub user pivotal-jbarrett opened a pull

[GitHub] geode pull request #379: GEODE-2317: FindGeode searches GEODE_HOME environme...

2017-02-02 Thread pivotal-jbarrett
Github user pivotal-jbarrett closed the pull request at: https://github.com/apache/geode/pull/379 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

Review Request 56244: GEODE-2410 : afterPrimary and afterSecondary event listeners pass through the same critical section code

2017-02-02 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56244/ --- Review request for geode, Barry Oglesby, Jason Huynh, Lynn Hughes-Godfrey, Dan S

Re: Property-Based Testing for Geode

2017-02-02 Thread Dan Smith
+1 Cool! -Dan On Thu, Feb 2, 2017 at 1:21 PM, Galen M O'Sullivan wrote: > Hi all, > > I would like to propose adding [junit-quickcheck](1) to Geode. It's named > after the [Haskell tool](2) and functions more or less as automated testing > for JUnit Theories (if anyone is familiar with those).

Re: Review Request 56244: GEODE-2410 : afterPrimary and afterSecondary event listeners pass through the same critical section code

2017-02-02 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56244/#review164038 --- geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal

[GitHub] geode issue #353: GEODE-2269 update to allow region entries non null empty k...

2017-02-02 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/353 +1 I'll merge the non .gitignore changes. I don't think we should be ignoring directories named bin, we actually have some code checked in those directories. I suspect maybe you are u

[jira] [Commented] (GEODE-2269) It seems the gfsh "remove" command cannot remove r...

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850679#comment-15850679 ] ASF GitHub Bot commented on GEODE-2269: --- Github user upthewaterspout commented on th

[jira] [Updated] (GEODE-2420) Warn a user if they try to export too much data

2017-02-02 Thread Karen Smoler Miller (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karen Smoler Miller updated GEODE-2420: --- Component/s: docs > Warn a user if they try to export too much data >

Re: Property-Based Testing for Geode

2017-02-02 Thread Jared Stewart
+1 Quickcheck looks like a great way to test for weird inputs! I put a couple of minor comments in your PR. > On Feb 2, 2017, at 2:40 PM, Dan Smith wrote: > > +1 Cool! > > -Dan > > On Thu, Feb 2, 2017 at 1:21 PM, Galen M O'Sullivan > wrote: > >> Hi all, >> >> I would like to propose add

[GitHub] geode pull request #383: GEODE-2206: Add junit-quickcheck to geode-core.

2017-02-02 Thread jaredjstewart
Github user jaredjstewart commented on a diff in the pull request: https://github.com/apache/geode/pull/383#discussion_r99239963 --- Diff: geode-core/src/test/java/org/apache/geode/internal/InternalDataSerializerQuickcheckStringTest.java --- @@ -0,0 +1,63 @@ +/* + * Licens

[jira] [Commented] (GEODE-2206) Add junit-quickcheck to Gradle test dependencies.

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850682#comment-15850682 ] ASF GitHub Bot commented on GEODE-2206: --- Github user jaredjstewart commented on a di

[jira] [Created] (GEODE-2423) Remove unused keystore files

2017-02-02 Thread Michael Martell (JIRA)
Michael Martell created GEODE-2423: -- Summary: Remove unused keystore files Key: GEODE-2423 URL: https://issues.apache.org/jira/browse/GEODE-2423 Project: Geode Issue Type: Task Com

Re: Review Request 56242: GEODE-2206: Add junit-quickcheck to geode-core; add a test that uses it.

2017-02-02 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56242/#review164041 --- Ship it! Ship It! - Kirk Lund On Feb. 2, 2017, 9:35 p.m., Ga

Re: Review Request 56244: GEODE-2410 : afterPrimary and afterSecondary event listeners pass through the same critical section code

2017-02-02 Thread nabarun nag
> On Feb. 2, 2017, 10:45 p.m., Jason Huynh wrote: > > geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneBucketListener.java, > > line 58 > > > > > > Should we create a ticket to change this to a

Re: Review Request 56244: GEODE-2410 : afterPrimary and afterSecondary event listeners pass through the same critical section code

2017-02-02 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56244/ --- (Updated Feb. 2, 2017, 10:55 p.m.) Review request for geode, Barry Oglesby, Jas

Re: Review Request 56244: GEODE-2410 : afterPrimary and afterSecondary event listeners pass through the same critical section code

2017-02-02 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56244/#review164043 --- geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal

Re: Review Request 56244: GEODE-2410 : afterPrimary and afterSecondary event listeners pass through the same critical section code

2017-02-02 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56244/#review164044 --- Fix it, then Ship it! geode-lucene/src/main/java/org/apache/ge

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #459 has FAILED (12 tests failed, 1 failures were new)

2017-02-02 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #459 failed. --- Scheduled 12/1666 tests failed, 1 failure was new. https://build.spring.io/browse/SGF-NAG-459/

[jira] [Commented] (GEODE-2372) OpExecutorImpl handleException method should print out the stacktrace if debugging was enabled

2017-02-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850694#comment-15850694 ] ASF subversion and git services commented on GEODE-2372: Commit 86

Re: Review Request 56244: GEODE-2410 : afterPrimary and afterSecondary event listeners pass through the same critical section code

2017-02-02 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56244/ --- (Updated Feb. 2, 2017, 11:04 p.m.) Review request for geode, Barry Oglesby, Jas

Re: Review Request 56244: GEODE-2410 : afterPrimary and afterSecondary event listeners pass through the same critical section code

2017-02-02 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56244/ --- (Updated Feb. 2, 2017, 11:07 p.m.) Review request for geode, Barry Oglesby, Jas

Re: geode git commit: GEODE-2421: Adding packer portion of making a VS2015 dev AMI

2017-02-02 Thread Mark Bretl
Hi, How does/will this help the community? --Mark On Thu, Feb 2, 2017 at 2:25 PM, wrote: > Repository: geode > Updated Branches: > refs/heads/next-gen-native-client-software-grant e79c4072b -> 340f2fca8 > > > GEODE-2421: Adding packer portion of making a VS2015 dev AMI > > This closes #384 >

Re: Review Request 56244: GEODE-2410 : afterPrimary and afterSecondary event listeners pass through the same critical section code

2017-02-02 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56244/ --- (Updated Feb. 2, 2017, 11:10 p.m.) Review request for geode, Barry Oglesby, Jas

[GitHub] geode issue #315: GEODE-1995: Removed ReliableMessageQueue, ReliableMessageQ...

2017-02-02 Thread metatype
Github user metatype commented on the issue: https://github.com/apache/geode/pull/315 @dschneider-pivotal what's next for this PR? Is it good to merge? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[jira] [Assigned] (GEODE-2415) Write a function to return a zip file for a single server

2017-02-02 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart reassigned GEODE-2415: Assignee: Jared Stewart > Write a function to return a zip file for a single server > -

[jira] [Commented] (GEODE-1995) remove ReliableMessageQueueFactory, ReliableMessageQueue, and getReliableMessageQueueFactory

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850722#comment-15850722 ] ASF GitHub Bot commented on GEODE-1995: --- Github user metatype commented on the issue

[jira] [Commented] (GEODE-2410) afterPrimary and afterSecondary event listeners pass through the same critical section

2017-02-02 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850723#comment-15850723 ] ASF subversion and git services commented on GEODE-2410: Commit d2

[GitHub] geode issue #326: Feature/geode 2103 : Adding --http-service-port and --http...

2017-02-02 Thread metatype
Github user metatype commented on the issue: https://github.com/apache/geode/pull/326 IIRC, there's an integration test that should be updated with the new options. Take a look at `geode-core/src/test/resources/org/apache/geode/management/internal/cli/commands/golden-help-offline.pro

[GitHub] geode issue #329: [GEODE-1887] #comment Fix for Issue #1887

2017-02-02 Thread metatype
Github user metatype commented on the issue: https://github.com/apache/geode/pull/329 Please fix conflict, thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wis

[jira] [Commented] (GEODE-1887) Client PROXY region should delegate all operations to server

2017-02-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850729#comment-15850729 ] ASF GitHub Bot commented on GEODE-1887: --- Github user metatype commented on the issue

  1   2   >