[GitHub] geode pull request #410: Overhauling the javadocs for the LuceneService

2017-02-28 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/410 Overhauling the javadocs for the LuceneService Enhancing the javadocs with more detailed descriptions of what the classes do, adding links to lucene classes where appropriate, and

[GitHub] geode issue #410: Overhauling the javadocs for the LuceneService

2017-03-01 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/410 @jhuynh1 @karensmolermiller @gesterzhou --- 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

[GitHub] geode-examples pull request #3: GEODE-2231 A partitioned region example

2017-03-01 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/3#discussion_r103763778 --- Diff: partitioned/src/main/java/org/apache/geode/examples/partitioned/Consumer.java --- @@ -0,0 +1,81 @@ +/* + * Licensed to the

[GitHub] geode-examples pull request #3: GEODE-2231 A partitioned region example

2017-03-01 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/3#discussion_r103763868 --- Diff: partitioned/src/main/java/org/apache/geode/examples/partitioned/Consumer.java --- @@ -0,0 +1,81 @@ +/* + * Licensed to the

[GitHub] geode-examples pull request #3: GEODE-2231 A partitioned region example

2017-03-01 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/3#discussion_r103761595 --- Diff: partitioned/README.md --- @@ -0,0 +1,276 @@ + + +# Geode partitioned region example + +This example demonstrates

[GitHub] geode-examples pull request #3: GEODE-2231 A partitioned region example

2017-03-01 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/3#discussion_r103763443 --- Diff: partitioned/src/main/java/org/apache/geode/examples/partitioned/BaseClient.java --- @@ -0,0 +1,79 @@ +/* --- End diff

[GitHub] geode pull request #420: GEODE-2635: Creating DUnit tests to test eviction i...

2017-03-08 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/420#discussion_r105061375 --- Diff: geode-lucene/src/test/java/org/apache/geode/cache/lucene/EvictionDUnitTest.java --- @@ -0,0 +1,145 @@ +/* + * Licensed to the

[GitHub] geode pull request #421: GEODE-2595: Change LuceneService.createIndex to use...

2017-03-08 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/421 GEODE-2595: Change LuceneService.createIndex to use a factory Changing LuceneService.createIndex to createIndexFactory and using a factory pattern to create the index. This

[GitHub] geode issue #421: GEODE-2595: Change LuceneService.createIndex to use a fact...

2017-03-09 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/421 Good catch Anthony. I've pushed a fix. --- 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] geode issue #421: GEODE-2595: Change LuceneService.createIndex to use a fact...

2017-03-10 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/421 Good catch, Gester! I'll fix that. --- 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 fe

[GitHub] geode pull request #427: GEODE-2674: Changing the lucene listener to get fro...

2017-03-16 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/427 GEODE-2674: Changing the lucene listener to get from the region Rather than use the value that is in the queue, use the latest value from the region to update the lucene index

[GitHub] geode pull request #427: GEODE-2674: Changing the lucene listener to get fro...

2017-03-16 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/427#discussion_r106484913 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneEventSubstitutionFilter.java --- @@ -0,0 +1,37

[GitHub] geode pull request #427: GEODE-2674: Changing the lucene listener to get fro...

2017-03-16 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/427#discussion_r106504069 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneEventSubstitutionFilter.java --- @@ -0,0 +1,37

[GitHub] geode issue #426: GEODE-2660 Add @Experimental to the Redis adapter.

2017-03-16 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/426 I think adding @Experimental the the internal classes might be overkill, @Experimental really just has meaning for the public API. --- If your project is set up for it, you can reply to this

[GitHub] geode issue #426: GEODE-2660 Add @Experimental to the Redis adapter.

2017-03-16 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/426 @galen-pivotal - it looks like the public API is just GeodeRedisServer. --- 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

[GitHub] geode pull request #427: GEODE-2674: Changing the lucene listener to get fro...

2017-03-16 Thread upthewaterspout
Github user upthewaterspout closed the pull request at: https://github.com/apache/geode/pull/427 --- 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

[GitHub] geode issue #427: GEODE-2674: Changing the lucene listener to get from the r...

2017-03-16 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/427 Changes are merged --- 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

[GitHub] geode issue #430: GEODE-2690: Created a new thread pool for flush operations

2017-03-20 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/430 I Think it would be better to figure out why we a creating a ton of threads, rather than create a thread pool specifically just for this one message. --- If your project is set up for it

[GitHub] geode issue #321: [GEODE-1577] Unhelpful generic types on Execution.execute

2017-03-31 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/321 +1 these latest changes look good to me! --- 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

[GitHub] geode issue #450: GEODE-2632: create ClientCachePutBench

2017-04-20 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/450 Regarding putting JMH benchmarks in the core - seems fine. I think I originally made geode-benchmarks a separate project so it would be easy to share code and compare benchmarks between

[GitHub] geode pull request #472: GEODE-2808 - Fixing lock ordering issues in DeltaSe...

2017-04-21 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/472 GEODE-2808 - Fixing lock ordering issues in DeltaSession Region expiration of sessions and explicit expiration of sessions had lock ordering issues. Fixing the code so that expiration

[GitHub] geode issue #472: GEODE-2808 - Fixing lock ordering issues in DeltaSession

2017-04-21 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/472 @jhuynh1 @boglesby --- 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

[GitHub] geode-examples issue #4: Updating and simplifying examples

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode-examples/pull/4 Is lombok supposed to work in my IDE without installing a plugin? For me this code has compile errors in intellij. I like the fact that you got rid of the shell scripts in

[GitHub] geode issue #469: GEODE-266: Remove the deprecated ObjectSizerImpl class

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/469 I think it's 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 not have this feature en

[GitHub] geode issue #468: GEODE-260: Remove deprecated RemoteTransactionException

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/468 I think it's 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 not have this feature en

[GitHub] geode issue #466: GEODE-255: Removed deprecated DataSerializer.register(Clas...

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/466 I think it's 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 not have this feature en

[GitHub] geode issue #465: GEODE-253: Removed depreated and not used EntryNotFoundInR...

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/465 I think it's 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 not have this feature en

[GitHub] geode issue #467: GEODE-258: Remove deprecated Cache.getLoggerI18n and getSe...

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/467 I'm not quite sure about this one. LogWriter and LoggerI18n are also deprecated. I believe they were deprecated because geode is now using log4j2. @dschneider-pivotal - It looks

[GitHub] geode pull request #479: GEODE-2828: AEQ created before the user region

2017-04-26 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/479#discussion_r113564312 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneEventListener.java --- @@ -53,6 +54,8 @@ Logger logger

[GitHub] geode pull request #481: GEODE-2828: AEQ being created before the user regio...

2017-05-01 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/481#discussion_r114158965 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneIndexImpl.java --- @@ -131,30 +131,41 @@ protected void initialize

[GitHub] geode pull request #481: GEODE-2828: AEQ being created before the user regio...

2017-05-01 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/481#discussion_r114158872 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneIndexForPartitionedRegion.java --- @@ -78,17 +87,9 @@ protected

[GitHub] geode pull request #489: GEODE-1728: Http session filter should only apply t...

2017-05-03 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/489 GEODE-1728: Http session filter should only apply to REQUEST The docs should not tell users to add apply the session filter to FORWARD, INCLUDE, and ERROR dispatchers. It should just be

[GitHub] geode issue #489: GEODE-1728: Http session filter should only apply to REQUE...

2017-05-03 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/489 @joeymcallister @davebarnes97 - can you review? --- 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] geode issue #490: Feature/geode 2852

2017-05-03 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/490 These changes look good - but it would be nice to write a test of a new behavior if possible. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] geode pull request #494: GEODE-2889: Update the last access time of native s...

2017-05-05 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/494 GEODE-2889: Update the last access time of native sessions Our getSession method had some races where we were holding onto a reference to the native session, but not updating the last

[GitHub] geode issue #494: GEODE-2889: Update the last access time of native sessions

2017-05-05 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/494 @jhuynh1 @jdeppe-pivotal --- 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] geode pull request #502: GEODE-2900: push shadow key to the front of eventSe...

2017-05-09 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/502#discussion_r115623329 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/BucketRegionQueue.java --- @@ -71,10 +73,10 @@ private final Map indexes

[GitHub] geode pull request #503: GEODE-2907: Removed @Experimental tag from the Luce...

2017-05-09 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/503#discussion_r115624258 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneResultStruct.java --- @@ -39,6 +41,8 @@ * Return score the score of

[GitHub] geode pull request #503: GEODE-2907: Removed @Experimental tag from the Luce...

2017-05-09 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/503#discussion_r115623974 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneQuery.java --- @@ -37,21 +42,38 @@ * Results are returned in order of

[GitHub] geode pull request #503: GEODE-2907: Removed @Experimental tag from the Luce...

2017-05-09 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/503#discussion_r115624102 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneQuery.java --- @@ -69,17 +100,33 @@ * {@link

[GitHub] geode pull request #503: GEODE-2907: Removed @Experimental tag from the Luce...

2017-05-09 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/503#discussion_r115623920 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneQuery.java --- @@ -37,21 +42,38 @@ * Results are returned in order of

[GitHub] geode pull request #503: GEODE-2907: Removed @Experimental tag from the Luce...

2017-05-09 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/503#discussion_r115624028 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneQuery.java --- @@ -60,7 +82,16 @@ * the limit specified by {@link

[GitHub] geode pull request #506: GEODE-2900: DUnit test of moving primary during AEQ...

2017-05-10 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/506 GEODE-2900: DUnit test of moving primary during AEQ dispatching Adding a dunit test that moves the primary and moves it again during AEQ dispatching. @jhuynh1 - I based this

[GitHub] geode pull request #538: GEODE-2975: Change the location of the lucene xsd

2017-05-25 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/538 GEODE-2975: Change the location of the lucene xsd The lucene xsd was not in the right location on disk, which resulted in a failure to validate lucene elements in the xml file

[GitHub] geode issue #538: GEODE-2975: Change the location of the lucene xsd

2017-05-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/538 @nabarunnag @boglesby --- 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

[GitHub] geode issue #538: GEODE-2975: Change the location of the lucene xsd

2017-05-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/538 @metatype - Yes, we'll need to update the website as well, the location of the xsd is also wrong on the website, but for different reasons. --- If your project is set up for it, yo

[GitHub] geode-site pull request #5: GEODE-2975: Change the location of the lucene xs...

2017-05-30 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode-site/pull/5 GEODE-2975: Change the location of the lucene xsd The lucene xsd was not in the correct location on the website. Also, fixing the website generation so that it copies the xsds to

[GitHub] geode-site pull request #6: Adding an assemble task for travis to invoke

2017-05-30 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode-site/pull/6 Adding an assemble task for travis to invoke Travis always invokes assemble for a gradle project, apparently. You can merge this pull request into a Git repository by running: $ git

[GitHub] geode issue #538: GEODE-2975: Change the location of the lucene xsd

2017-05-30 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/538 @boglesby - I see the problem with lucene:indexxx. It looks like in cache-1.0.xsd, which specify this in order to allow other schemas (like lucene.xsd) to extend region with additional

[GitHub] geode issue #538: GEODE-2975: Change the location of the lucene xsd

2017-05-30 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/538 @boglesby - Let me know what you think of the new changes. I added some validation to the code. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] geode pull request #570: GEODE-3055: waitUntilFlush should use data region's...

2017-06-14 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/570#discussion_r122085382 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java --- @@ -1472,6 +1472,19 @@ public boolean

[GitHub] geode issue #584: GEODE-2901: Adding integration tests of session replicatio...

2017-06-16 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/584 +1 - Looks good to me! --- 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

[GitHub] geode issue #608: GEODE-3140: Removed DiskDirRule and replaced use with Temp...

2017-06-29 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/608 +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 does not have this feature enable

[GitHub] geode pull request #603: GEODE-3128: Changed the batch size to 1000 when cre...

2017-06-30 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/603#discussion_r125094490 --- Diff: geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java --- @@ -59,7 +64,7 @@ @Rule

[GitHub] geode pull request #620: GEODE-3172: Fix serialization errors with client qu...

2017-07-06 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/620 GEODE-3172: Fix serialization errors with client queues from between 1.0 and 1.2 Adding new tests and fixing errors when copying a client queue from a 1.0 member to a 1.2 member, or from a

[GitHub] geode issue #620: GEODE-3172: Fix serialization errors with client queues fr...

2017-07-06 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/620 @jhuynh1 @ladyVader @bschuchardt @hiteshk25 --- 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

[GitHub] geode issue #620: GEODE-3172: Fix serialization errors with client queues fr...

2017-07-07 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/620 Head's up - I'm not sure my changes to fix 1.2->1.0 copying of the queue are going to completely work. If the HAEventWrapper gets serialized for some reason (maybe evicted to

[GitHub] geode issue #620: GEODE-3172: Fix serialization errors with client queues fr...

2017-07-07 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/620 After reviewing these changes with @jhuynh1 - it looks like the HAEventWrapper will never get serialized - we don't configure eviction on the regions that hold HAEventWrapper. So

[GitHub] geode issue #626: GEODE-3179: Fixing bundled jars test finding slf4j-jdk jar

2017-07-12 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/626 +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 does not have this feature enable

[GitHub] geode-examples pull request #7: GEODE-3196: Fixing the format of the .md5 an...

2017-07-12 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode-examples/pull/7 GEODE-3196: Fixing the format of the .md5 and .sha256 files You can merge this pull request into a Git repository by running: $ git pull https://github.com/upthewaterspout/geode

[GitHub] geode-examples issue #7: GEODE-3196: Fixing the format of the .md5 and .sha2...

2017-07-12 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode-examples/pull/7 @metatype --- 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

[GitHub] geode-examples pull request #9: GEODE-3199: Make signing with a gpg key opti...

2017-07-12 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode-examples/pull/9 GEODE-3199: Make signing with a gpg key optional Make it optional to sign the archives with a gpg key, to avoid annoying users trying to build the examples. You can merge this

[GitHub] geode-examples issue #9: GEODE-3199: Make signing with a gpg key optional

2017-07-12 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode-examples/pull/9 Sure, I'll change it. I was using askpass just because that mirrored what the main geode repo uses, but I think signArtifacts or something like that is clearer. --- If your pr

[GitHub] geode-examples issue #9: GEODE-3199: Make signing with a gpg key optional

2017-07-12 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode-examples/pull/9 @metatype - I updated the PR. Travis is now stuck on find a 1.2 geode distribution, but it got past the signing check. --- If your project is set up for it, you can reply to this

[GitHub] geode pull request #640: GEODE-3232: Get a snapshot of maps when serializing...

2017-07-17 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/640 GEODE-3232: Get a snapshot of maps when serializing FilterProfile Avoiding a race when serializing a CopyOnWrite data structures be grabbing a copy first. Thank you for

[GitHub] geode issue #640: GEODE-3232: Get a snapshot of maps when serializing Filter...

2017-07-17 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/640 @ladyVader @nabarunnag --- 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

[GitHub] geode pull request #645: GEODE-3113: Modify HARegionQueue test to use Awaiti...

2017-07-19 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/645#discussion_r128376504 --- Diff: geode-core/src/test/java/org/apache/geode/internal/cache/ha/HARQAddOperationJUnitTest.java --- @@ -287,12 +289,11 @@ public void

[GitHub] geode pull request #655: GEODE-3030: Set possibleDuplicate=true for all buck...

2017-07-25 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/655 GEODE-3030: Set possibleDuplicate=true for all bucket events after failover ### For all changes: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit

[GitHub] geode issue #655: GEODE-3030: Set possibleDuplicate=true for all bucket even...

2017-07-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/655 @boglesby @jhuynh1 --- 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

[GitHub] geode pull request #658: GEODE-3315: Replaced PreferBytes... with VMCachedDe...

2017-07-25 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/658 GEODE-3315: Replaced PreferBytes... with VMCachedDeserializable When getting a HAEventWrapper as part of a GII, make sure that we store the wrapper in a VMCachedDeserializable. This

[GitHub] geode pull request #655: GEODE-3030: Set possibleDuplicate=true for all buck...

2017-08-01 Thread upthewaterspout
Github user upthewaterspout closed the pull request at: https://github.com/apache/geode/pull/655 --- 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

[GitHub] geode issue #658: GEODE-3315: Replaced PreferBytes... with VMCachedDeseriali...

2017-08-01 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/658 Merged to develop in 56ea940d3c826e98b16d6b508fc834f7bd50220c. --- 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] geode pull request #658: GEODE-3315: Replaced PreferBytes... with VMCachedDe...

2017-08-01 Thread upthewaterspout
Github user upthewaterspout closed the pull request at: https://github.com/apache/geode/pull/658 --- 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

[GitHub] geode pull request #609: GEODE-2886 : sent IllegalStateException instead of ...

2017-08-04 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/609#discussion_r131433628 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/distributed/WaitUntilFlushedFunction.java --- @@ -85,8 +72,10 @@ public

[GitHub] geode pull request #712: GEODE-3434: Allow the modules to be interoperable w...

2017-08-17 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/712#discussion_r133827419 --- Diff: extensions/geode-modules/src/main/java/org/apache/geode/modules/session/catalina/DeltaSession.java --- @@ -586,6 +610,20 @@ public int

[GitHub] geode pull request #712: GEODE-3434: Allow the modules to be interoperable w...

2017-08-17 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/712#discussion_r133827666 --- Diff: geode-old-versions/build.gradle --- @@ -65,6 +92,21 @@ task createGeodeClasspathsFile { new FileOutputStream(classpathsFile

[GitHub] geode pull request #712: GEODE-3434: Allow the modules to be interoperable w...

2017-08-17 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/712#discussion_r133827499 --- Diff: extensions/geode-modules/src/main/java/org/apache/geode/modules/session/catalina/DeltaSession.java --- @@ -553,8 +555,30 @@ public void

[GitHub] geode pull request #728: Don't download geode 1.2 every time a build runs

2017-08-21 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/728 Don't download geode 1.2 every time a build runs Setting the overwrite flag on the download tasks to false so that we don't download the old version of geode for e

[GitHub] geode pull request #733: Keeping old versions around even during a clean

2017-08-23 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/733 Keeping old versions around even during a clean Putting old versions of geode in a separate directory so they are not removed during a clean. Thank you for submitting a

[GitHub] geode issue #733: Keeping old versions around even during a clean

2017-08-23 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/733 > Would it be possible to include old versions as dependencies? Yeah, that's what I would really like to do, actually. The problem is that gradle doesn't make it eas

[GitHub] geode pull request #740: GEODE-3513: Removing the use of native sessions ses...

2017-08-24 Thread upthewaterspout
GitHub user upthewaterspout opened a pull request: https://github.com/apache/geode/pull/740 GEODE-3513: Removing the use of native sessions session caching In the session module for generic app servers, we were asking the application server for a 'native' sessio

[GitHub] geode issue #740: GEODE-3513: Removing the use of native sessions session ca...

2017-08-24 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/740 @jhuynh1 @boglesby --- 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

[GitHub] geode pull request #740: GEODE-3513: Removing the use of native sessions ses...

2017-08-24 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/740#discussion_r135148933 --- Diff: extensions/geode-modules-session-internal/src/main/java/org/apache/geode/modules/session/internal/filter/attributes

[GitHub] geode pull request #740: GEODE-3513: Removing the use of native sessions ses...

2017-08-24 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/740#discussion_r135151782 --- Diff: geode-assembly/src/test/java/org/apache/geode/session/tests/Jetty9CachingClientServerTest.java --- @@ -0,0 +1,83

[GitHub] geode pull request #740: GEODE-3513: Removing the use of native sessions ses...

2017-08-24 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/740#discussion_r135150238 --- Diff: extensions/geode-modules-session/src/main/java/org/apache/geode/modules/session/filter/SessionListener.java --- @@ -22,6 +22,11

[GitHub] geode pull request #740: GEODE-3513: Removing the use of native sessions ses...

2017-08-24 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/740#discussion_r135150926 --- Diff: extensions/session-testing-war/src/main/java/org/apache/geode/modules/session/SessionCountingListener.java --- @@ -12,28 +12,35

[GitHub] geode issue #733: Keeping old versions around even during a clean

2017-08-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/733 Closing this PR, it seems like this isn't the right change. I'm a little short on time to mess with this, so if someone else wants to tackle handling the download in a nicer way

[GitHub] geode pull request #733: Keeping old versions around even during a clean

2017-08-25 Thread upthewaterspout
Github user upthewaterspout closed the pull request at: https://github.com/apache/geode/pull/733 --- 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

[GitHub] incubator-geode issue #292: [GEODE-1509] Fixed : Reduce the memory usage of ...

2016-11-29 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/292 +1 I think this should save 16 bytes per entry. The changes look good to me! I'll merge them. --- If your project is set up for it, you can reply to this email and have your

[GitHub] incubator-geode pull request #293: GEODE-1653: Executing a fire-and-forget f...

2016-11-29 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/293#discussion_r90073132 --- Diff: geode-core/src/test/java/org/apache/geode/internal/cache/FireAndForgetFunctionOnAllServersDUnitTest.java --- @@ -0,0 +1,164

[GitHub] incubator-geode pull request #293: GEODE-1653: Executing a fire-and-forget f...

2016-11-29 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/293#discussion_r90070586 --- Diff: geode-core/src/main/java/org/apache/geode/cache/client/internal/ExecuteFunctionNoAckOp.java --- @@ -236,4 +236,16 @@ protected

[GitHub] incubator-geode pull request #293: GEODE-1653: Executing a fire-and-forget f...

2016-11-29 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/293#discussion_r90072798 --- Diff: geode-core/src/test/java/org/apache/geode/internal/cache/FireAndForgetFunctionOnAllServersDUnitTest.java --- @@ -0,0 +1,164

[GitHub] incubator-geode pull request #299: [ GEODE-2141 ] #comment Fix Issue #2141

2016-11-29 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/299#discussion_r90077848 --- Diff: geode-core/src/main/java/org/apache/geode/internal/statistics/StatMonitorHandler.java --- @@ -50,36 +50,26 @@ public

[GitHub] incubator-geode pull request #299: [ GEODE-2141 ] #comment Fix Issue #2141

2016-11-29 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/299#discussion_r90078053 --- Diff: geode-core/src/main/java/org/apache/geode/internal/statistics/StatMonitorHandler.java --- @@ -138,8 +127,8 @@ public void

[GitHub] incubator-geode pull request #299: [ GEODE-2141 ] #comment Fix Issue #2141

2016-11-29 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/299#discussion_r90077733 --- Diff: geode-core/src/main/java/org/apache/geode/internal/statistics/StatMonitorHandler.java --- @@ -50,36 +50,26 @@ public

[GitHub] incubator-geode pull request #296: GEODE-2109 : Calling submit on ExecutionS...

2016-11-29 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/296#discussion_r90118721 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/FederatingManager.java --- @@ -386,7 +398,7 @@ public void

[GitHub] incubator-geode issue #299: [ GEODE-2141 ] #comment Fix Issue #2141

2016-12-01 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/incubator-geode/pull/299 +1 - looks good to me, I think it's ready 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 pr

[GitHub] geode issue #296: GEODE-2109 : Calling submit on ExecutionService can cause ...

2016-12-06 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/296 +1 looks good to me. --- 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

[GitHub] geode pull request #303: GEODE-1984: Fix Issue Make GatewaySender destroy a ...

2016-12-07 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/303#discussion_r91392448 --- Diff: geode-core/src/main/java/org/apache/geode/cache/wan/GatewaySender.java --- @@ -400,4 +400,19 @@ public int

[GitHub] geode pull request #303: GEODE-1984: Fix Issue Make GatewaySender destroy a ...

2016-12-07 Thread upthewaterspout
Github user upthewaterspout commented on a diff in the pull request: https://github.com/apache/geode/pull/303#discussion_r91393140 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/GatewaySenderDestroyFunction.java --- @@ -0,0 +1,90

  1   2   >