[GitHub] incubator-geode issue #283: GEODE-2098: Moved gfsh history file location fro...

2016-11-14 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/283 IMO losing your gfsh history on an upgrade is probably not a big deal. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-geode issue #278: Feature/geode 1896 unable to specify a Partition...

2016-11-08 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/278 +1 Looks good. --- 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

[GitHub] incubator-geode pull request #:

2016-11-01 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/commit/c1216eb1817df3c6b20afbaff49ba30e76d34b44#commitcomment-1965 @vectorijk Shoot, I just updated the version to 1.0.0-incubating (no SNAPSHOT) to get the build to pass before I

[GitHub] incubator-geode issue #278: Feature/geode 1896 unable to specify a Partition...

2016-11-01 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/278 +1 Looks good to me after addressing Kirk's comments. --- 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

[GitHub] incubator-geode issue #277: GEODE-1098: Fix gfsh.bat error with default Java...

2016-10-28 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/277 +1 Looks good to me. I'll merge this. Thanks! The travis failure appears to be code checked in on develop with formatting changes. I'm looking into that, but it's

[GitHub] incubator-geode issue #274: Add a timeout to webdriver so that UITest doesn'...

2016-10-28 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/274 +1 --- 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

[GitHub] incubator-geode issue #267: Feature/geode 2015

2016-10-20 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/267 Changes look good. I think there needs to be some changes to geode-site/website/README.md to instruct people to build the docs and include them in the website though. Otherwise

[GitHub] incubator-geode issue #266: Add user guide doc to website

2016-10-20 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/266 The travis CI is failing because the asf-site branch is just the website, it doesn't have any code or the .travis.yml file. I wouldn't worry about that. We don't want

[GitHub] incubator-geode issue #259: Feature/geode 1952 2

2016-10-14 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/259 +1 --- 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

[GitHub] incubator-geode issue #259: Feature/geode 1952 2

2016-10-14 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/259 @joeymcallister - Ok, the parallel directories makes more sense now. We can always move stuff around after 1.0 if we decide to. I also had to do bundle install

[GitHub] incubator-geode issue #259: Feature/geode 1952 2

2016-10-13 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/259 I think geode-docs should be a subdirectory of geode-book so we don't have two unrelated directories for these docks. It should probably output to a directory called build

[GitHub] incubator-geode pull request #259: Feature/geode 1952 2

2016-10-13 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/259#discussion_r83334338 --- Diff: geode-docs/README.md --- @@ -1,93 +1,53 @@ -# Project Geode End-User Documentation +# Apache Geode End-User Documentation

[GitHub] incubator-geode issue #235: GEODE-1818: Bug37377DUnitTest passes with NPE su...

2016-08-31 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/235 It would be nice to rename this test to something other than Bug37377DUnitTest, since no one knows what that means. --- If your project is set up for it, you can reply

[GitHub] incubator-geode issue #225: Fix e.printStackTrace() in ClientPartitionAdviso...

2016-08-04 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/225 +1 I'll merge this in. --- 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

[GitHub] incubator-geode issue #217: feature/GEODE-11-Defining lucene index

2016-07-26 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/217 This change is mixing internal classes in the public API. You're adding getDefinedIndexes to the public API, but it returns LuceneIndexCreationProfile objects which is an internal

[GitHub] incubator-geode issue #190: Feature/geode 11 gfsh commands

2016-07-07 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/190 +1 --- 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

[GitHub] incubator-geode issue #178: GEODE-11: Pagination of Lucene query results aft...

2016-06-29 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/178 +1 looks good. One minor thing - I think could might result in hasNext() returning true followed by next() returning page with no elements if the last element gets deleted

[GitHub] incubator-geode issue #177: GEODE-11: Index and AEQ stored in the same disk ...

2016-06-29 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/177 +1 --- 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

[GitHub] incubator-geode issue #169: GEODE-11: Added findKeys, findValues and findRes...

2016-06-21 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/169 +1 --- 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

[GitHub] incubator-geode issue #171: feature/geode 33

2016-06-21 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/171 Hi William, Thanks for doing all of this work! This looks like a good start for examples. I have a few comments below. 1. Did you look into using the gradle

[GitHub] incubator-geode issue #168: GEODE-1557: Not logging BucketNotFoundException

2016-06-20 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/168 +1 --- 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

[GitHub] incubator-geode issue #156: GEODE-1543: Change the log level from error to i...

2016-06-14 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/156 +1 --- 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

[GitHub] incubator-geode pull request: GEODE-1121: Reduced the memory confi...

2016-05-24 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/147#issuecomment-221422193 +1 --- 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

[GitHub] incubator-geode pull request: GEODE-1413: Replaced wait with await...

2016-05-24 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/146#issuecomment-221376610 +1 --- 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

[GitHub] incubator-geode pull request: GEODE-1256 Alter rat.gradle to exclu...

2016-05-17 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/144#issuecomment-219785289 Should this stuff be added to the .gitignore as well? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] incubator-geode pull request: GEODE-1340: Refactored the names of ...

2016-05-05 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/141#issuecomment-217282247 +1 I'll merge this. --- 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

[GitHub] incubator-geode pull request: GEODE-1121: Increased the max memory...

2016-05-03 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/139#issuecomment-216614483 +1 looks good, but maybe we should scale this test way down. Why does it need to put this much data in order to test this feature? Could we bring

[GitHub] incubator-geode pull request: GEODE-1262: Removed VM5-VM7 in Async...

2016-04-26 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/137#issuecomment-214898386 +1 --- 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

[GitHub] incubator-geode pull request: UDA functionality for OQL engine of ...

2016-04-20 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/130#issuecomment-212638825 I also created a JIRA for these changes - feel free to update: https://issues.apache.org/jira/browse/GEODE-1269 --- If your project is set up

[GitHub] incubator-geode pull request: UDA functionality for OQL engine of ...

2016-04-20 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/130#issuecomment-212638738 I put this pull request on the feature branch feature/GEODE-1269 so we can work on it together to fix some of these failures. --- If your project

[GitHub] incubator-geode pull request: UDA functionality for OQL engine of ...

2016-04-18 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/130#issuecomment-211511367 Thanks for sending this code Asif! I ran a precheckin, and there are some failing tests. *ResourceManagerDUnitTest

[GitHub] incubator-geode pull request: GEODE-511 Pulse: Residual 'Gemfire' ...

2016-03-08 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/111#issuecomment-193948459 +1 --- 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

[GitHub] incubator-geode pull request: GEODE-511 Residual 'Gemfire' fixed t...

2016-03-08 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/110#issuecomment-193924869 +1 You should rebase your branch on apache develop. It looks like what happened is that your previous pull request was cherry-picked to develop

[GitHub] incubator-geode pull request: GEODE-52: Remove @author tags from J...

2016-02-19 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/100#issuecomment-186420300 +1 I'm curious about why you left the json.org code alone, but not gemfire-joptsimple. Not a big deal because either way I think we have plans

[GitHub] incubator-geode pull request: GEODE-866: Converting calls of vm.in...

2016-02-18 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/98#issuecomment-185867270 BTW - I can push this change myself, I just thought it would be easier to review as a PR than a reviewboard request. If I get a couple of +1s and no -1s

[GitHub] incubator-geode pull request: GEODE-866: Converting calls of vm.in...

2016-02-18 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/incubator-geode/pull/98 GEODE-866: Converting calls of vm.invoke to lambdas I automatically converted many of the calls of vm.invoke(Class, String) to use a lambda instead, as discussed. Please review

[GitHub] incubator-geode pull request: Addresses the documentation componen...

2016-02-08 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/43#issuecomment-181666323 Looks like these {@linkplain } links are causing javadoc warns when this is merged to the latest develop: ./gradlew gemfire-core:javadoc

[GitHub] incubator-geode pull request: GEODE-852: refactor gemfire-pulse no...

2016-01-27 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/80#issuecomment-175780734 Looks good! One minor point - I think this is missing something that will tell gradle what the copyPulsePropFile task depends on. You could either add

[GitHub] incubator-geode pull request: Added cache to FunctionalContextImpl

2016-01-20 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/74#issuecomment-173369343 This is GEODE-393. I discussed this with Shreedhar, these changes need some tests and then they should be good to merge. I'll pick this up. --- If your

[GitHub] incubator-geode pull request: SimpleMemoryAllocatorJUnitTest.testC...

2015-12-18 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/62#issuecomment-165910633 Is there are reason why this test should be disabled? I thought our practice is to not disable failing tests? If you do need to disable the test

[GitHub] incubator-geode pull request: Feature/geode 663: adding more secur...

2015-12-11 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/58#issuecomment-164080920 +1 --- 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

[GitHub] incubator-geode pull request: GEODE-390: removing PartitionManager...

2015-12-01 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/37#issuecomment-161128882 +1 --- 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

[GitHub] incubator-geode pull request: [GEODE-252] Remove deprecated Partit...

2015-11-11 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/29#issuecomment-155849235 I hit some failures with these changes. I think these related to tests that are using these features that probably need to get fixed

[GitHub] incubator-geode pull request: [GEODE-252] Remove deprecated Partit...

2015-11-05 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/29#issuecomment-154219832 Looks good! I noticed you left in the localProperties and globalProperties fields on PartitionAttributesImpl, as well as leaving the toData/fromData

[GitHub] incubator-geode pull request: Fixes GEODE-485.

2015-10-28 Thread upthewaterspout
Github user upthewaterspout commented on the pull request: https://github.com/apache/incubator-geode/pull/26#issuecomment-151952966 The changes in your last commit look good. But something is odd with this PR, you have some commits from develop that have been cherry picked onto your