[GitHub] geode pull request #480: GEODE-2825: Lucene query waits for defined index to...

2017-04-26 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/480 GEODE-2825: Lucene query waits for defined index to be created * If an index is in a defined state but not yet created, the query will now wait until the index is created or no longer

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

2017-04-26 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/479#discussion_r113565230 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneServiceImpl.java --- @@ -166,28 +166,28 @@ public void createIndex(final

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

2017-05-01 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/481#discussion_r114160633 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/AbstractPartitionedRepositoryManager.java --- @@ -47,18 +48,22 @@ new

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

2017-05-01 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/481#discussion_r114161620 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/AbstractPartitionedRepositoryManager.java --- @@ -111,6 +121,10 @@ protected

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

2017-05-01 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/481#discussion_r114195735 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/AbstractPartitionedRepositoryManager.java --- @@ -111,6 +121,10 @@ protected

[GitHub] geode issue #480: GEODE-2825: Lucene query waits for defined index to be cre...

2017-05-02 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/480 Sure, I can re-add the one second sleep. --- 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] geode pull request #480: GEODE-2825: Lucene query waits for defined index to...

2017-05-02 Thread jhuynh1
Github user jhuynh1 closed the pull request at: https://github.com/apache/geode/pull/480 --- 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

[GitHub] geode pull request #491: GEODE-2870: Local node function execution failure c...

2017-05-03 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/491 GEODE-2870: Local node function execution failure correctly returns e… …xception * Race condition and escaping synchronized block led to function possibly missing results * It was

[GitHub] geode pull request #491: GEODE-2870: Local node function execution failure c...

2017-05-03 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/491#discussion_r114674904 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/execute/PartitionedRegionFunctionResultSender.java --- @@ -214,16 +214,15 @@ public void

[GitHub] geode pull request #491: GEODE-2870: Local node function execution failure c...

2017-05-05 Thread jhuynh1
Github user jhuynh1 closed the pull request at: https://github.com/apache/geode/pull/491 --- 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

[GitHub] geode pull request #502: GEODE-2900: push shadow key to the front of eventSe...

2017-05-09 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/502 GEODE-2900: push shadow key to the front of eventSeqNumQueue Testing still needs to be done on this change, but wanted to get some eyeballs on the change in parallel @upthewaterspout

[GitHub] geode pull request #513: GEODE-2914: Tidy up LuceneService javadoc

2017-05-12 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/513 GEODE-2914: Tidy up LuceneService javadoc Potential reviewers: @karensmolermiller @nabarunnag @ladyVader Fixing typos and javadoc issues You can merge this pull request into a Git

[GitHub] geode issue #505: [GEODE-2890]: Corrected debug log location in AbstractGate...

2017-05-12 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/505 Yeah I think so. 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 wishes

[GitHub] geode pull request #513: GEODE-2914: Tidy up LuceneService javadoc

2017-05-12 Thread jhuynh1
Github user jhuynh1 closed the pull request at: https://github.com/apache/geode/pull/513 --- 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

[GitHub] geode pull request #502: GEODE-2900: push shadow key to the front of eventSe...

2017-05-17 Thread jhuynh1
Github user jhuynh1 closed the pull request at: https://github.com/apache/geode/pull/502 --- 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

[GitHub] geode issue #517: GEODE-2587: Refactored the OrderByComparator's compare met...

2017-05-17 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/517 We definitely have order by in the tests, whether or not they are adequate I am not sure. doing a find on "order by" will show a log of queries in the tests... The changes look good to

[GitHub] geode pull request #519: GEODE-2937: Restore removeFromQueueOnException

2017-05-18 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/519 GEODE-2937: Restore removeFromQueueOnException Restoring the system property REMOVE_FROM_QUEUE_ON_EXCEPTION. This was no-op'd in some refactoring code last year and should not have

[GitHub] geode pull request #519: GEODE-2937: Restore removeFromQueueOnException

2017-05-18 Thread jhuynh1
Github user jhuynh1 closed the pull request at: https://github.com/apache/geode/pull/519 --- 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

[GitHub] geode issue #511: Feature/geode 269

2017-05-18 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/511 I still get a conflicting file but it was simple enough to change. It looks good to me. I'll merge this in when I get a chance (tomorrow?) --- If your project is set up for it, you can rep

[GitHub] geode issue #509: GEODE-265: Removing deprecated API from Execution interfac...

2017-05-18 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/509 I think these changes are ok (I didn't check when these were deprecated but I assume @metatype already did the grunt work on it. I can merge these changes in if no one has any other reviews -

[GitHub] geode issue #509: GEODE-265: Removing deprecated API from Execution interfac...

2017-05-18 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/509 @metatype Will do for both this and PR#511 --- 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] geode issue #511: Feature/geode 269

2017-05-22 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/511 Hi Deepak, Sorry, I've tried merging this into develop but had issues with the conflicts and then was unable to credit you with the checkin. Will you be able to recreate this pull re

[GitHub] geode issue #558: GEODE-194: Remove spark connector

2017-06-05 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/558 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 wishes so, or

[GitHub] geode pull request #565: GEODE-3021: Any call after the first to setPdxStrin...

2017-06-06 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/565 GEODE-3021: Any call after the first to setPdxStringFlag should no-op * The flag isIndexedPdxKeysFlagSet is now checked before setting pdx string flag @nabarunnag @ladyVader

[GitHub] geode issue #565: GEODE-3021: Any call after the first to setPdxStringFlag s...

2017-06-08 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/565 @boglesby @upthewaterspout @gesterzhou Adding additional reviewers --- 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 #565: GEODE-3021: Any call after the first to setPdxStrin...

2017-06-09 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/565#discussion_r121196596 --- Diff: geode-core/src/main/java/org/apache/geode/cache/query/internal/index/AbstractIndex.java --- @@ -2002,7 +2002,8 @@ void populateListForEquiJoin

[GitHub] geode pull request #565: GEODE-3021: Any call after the first to setPdxStrin...

2017-06-09 Thread jhuynh1
Github user jhuynh1 closed the pull request at: https://github.com/apache/geode/pull/565 --- 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

[GitHub] geode pull request #588: GEODE-2820: Added awaitlity clause to wait for the ...

2017-06-20 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/588#discussion_r123060011 --- Diff: geode-core/src/test/java/org/apache/geode/cache/query/dunit/QueryIndexUsingXMLDUnitTest.java --- @@ -510,6 +512,16 @@ public void

[GitHub] geode pull request #591: GEODE-3073: Renamed OrderByComparatorUnmapped to Or...

2017-06-21 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/591#discussion_r123388223 --- Diff: geode-core/src/main/java/org/apache/geode/cache/query/internal/CompiledSelect.java --- @@ -925,79 +917,89 @@ private SelectResults

[GitHub] geode pull request #589: GEODE-393: Providing cache for FunctionContext

2017-06-22 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/589#discussion_r123553740 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/execute/FunctionContextImpl.java --- @@ -37,20 +38,25 @@ private String

[GitHub] geode pull request #589: GEODE-393: Providing cache for FunctionContext

2017-06-23 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/589#discussion_r123830138 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/execute/FunctionContextImpl.java --- @@ -37,20 +38,25 @@ private String

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

2017-07-20 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/609#discussion_r128586252 --- Diff: geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java --- @@ -290,6 +295,24 @@ public void queryJsonObject

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

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

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

2017-07-20 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/609#discussion_r128584677 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneServiceImpl.java --- @@ -472,12 +478,20 @@ public boolean waitUntilFlushed

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

2017-07-20 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/609#discussion_r128585366 --- Diff: geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java --- @@ -290,6 +295,24 @@ public void queryJsonObject

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

2017-07-25 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/609#discussion_r129418949 --- Diff: geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java --- @@ -290,6 +295,24 @@ public void queryJsonObject

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

2017-07-26 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/609#discussion_r129624935 --- Diff: geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java --- @@ -290,6 +295,24 @@ public void queryJsonObject

[GitHub] geode pull request #659: GEODE-3308: Lucene rolling upgrade and backwards co...

2017-08-01 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/659#discussion_r130765375 --- Diff: geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneSearchWithRollingUpgradeDUnit.java --- @@ -0,0 +1,1044 @@ +/* + * Licensed

[GitHub] geode pull request #659: GEODE-3308: Lucene rolling upgrade and backwards co...

2017-08-01 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/659#discussion_r130765402 --- Diff: geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneSearchWithRollingUpgradeDUnit.java --- @@ -0,0 +1,1044 @@ +/* + * Licensed

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

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

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

2017-08-10 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/609#discussion_r132497282 --- Diff: geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneQueriesIntegrationTest.java --- @@ -331,6 +331,29 @@ public void queryJsonObject

[GitHub] geode issue #688: GEODE-3397: Fixed issue with Tomcat locators in cache-clie...

2017-08-10 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/688 Looks ok to me...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 en

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

2017-08-14 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/712 GEODE-3434: Allow the modules to be interoperable with current and ol… …der versions of tomcat 7 Modified DeltaSessions to use reflection to handle attributes fields incase an earlier

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

2017-08-15 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/712#discussion_r133270585 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneEventListener.java --- @@ -34,7 +34,6 @@ import

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

2017-08-17 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/712#discussion_r133843558 --- 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 jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/712#discussion_r133843603 --- Diff: extensions/geode-modules/src/main/java/org/apache/geode/modules/session/catalina/DeltaSession.java --- @@ -553,8 +555,30 @@ public void fromData

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

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

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

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

[GitHub] geode pull request #718: GEODE-3434: Allow old tomcat server sessions to be ...

2017-08-17 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/718 GEODE-3434: Allow old tomcat server sessions to be compatible with new tomcat session modules Thank you for submitting a contribution to Apache Geode. In order to streamline the review of

[GitHub] geode pull request #718: GEODE-3434: Allow old tomcat server sessions to be ...

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

[GitHub] geode pull request #732: GEODE-3276: Managing race conditions while the send...

2017-08-22 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/732#discussion_r134622619 --- Diff: geode-wan/src/main/java/org/apache/geode/internal/cache/wan/parallel/ParallelGatewaySenderImpl.java --- @@ -107,6 +107,9 @@ public void stop

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

2017-03-01 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/410#discussion_r103763944 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneService.java --- @@ -18,53 +18,77 @@ import java.util.Map; import

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

2017-03-01 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/410#discussion_r103763560 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneResultStruct.java --- @@ -17,34 +17,29 @@ import

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

2017-03-01 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/410#discussion_r103764691 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/PageableLuceneQueryResults.java --- @@ -15,30 +15,34 @@ package

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

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

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

2017-03-28 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/3#discussion_r108542208 --- Diff: partitioned/src/main/java/org/apache/geode/examples/partitioned/Producer.java --- @@ -0,0 +1,102 @@ +/* + * Licensed to the Apache

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

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

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

2017-03-28 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/3#discussion_r108542421 --- Diff: partitioned/src/test/java/org/apache/geode/examples/partitioned/PartitionedTest.java --- @@ -0,0 +1,165 @@ +/* + * Licensed to the

[GitHub] geode pull request #444: Feature/gem 1353

2017-04-10 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/444#discussion_r110719505 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/DistributedCacheOperation.java --- @@ -240,12 +240,37 @@ public boolean

[GitHub] geode pull request #444: Feature/gem 1353

2017-04-10 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/444#discussion_r110702026 --- Diff: geode-cq/src/test/java/org/apache/geode/cache/query/cq/dunit/CqQueryDUnitTest.java --- @@ -1577,7 +1577,13 @@ public void run2() throws

[GitHub] geode pull request #444: Feature/gem 1353

2017-04-10 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/444#discussion_r110718931 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/BucketRegion.java --- @@ -1261,7 +1333,14 @@ void basicUpdateEntryVersion(EntryEventImpl

[GitHub] geode pull request #448: GEODE-2745: WaitUntilBucketRegionQueueFlushedCallab...

2017-04-11 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/448#discussion_r111011735 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/BucketRegionQueue.java --- @@ -464,16 +464,21 @@ private void setLatestAcknowledgedKey

[GitHub] geode pull request #449: GEODE-2764: Added checks on the region name

2017-04-11 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/449#discussion_r111036455 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/CreateIndexFunction.java --- @@ -93,6 +91,31 @@ public void execute

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

2017-04-12 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/321 I've pulled these changes in. Had to resolve some conflicts but these changes should be in geode now. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] geode issue #447: Feature/geode 2217

2017-04-12 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/447 I pulled the changes and it built fine. I collapsed and edited the commit messages to match how geode commits generally look and made a minor tweak to the wording on one parameter. This is now in

[GitHub] geode pull request #451: GEODE-2768: Lucene Queries executed before index is...

2017-04-12 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/451 GEODE-2768: Lucene Queries executed before index is fully created sho… …uld be retried * Added a sleep to prevent rapid retries which lead to stack overflow * Sleep can be

[GitHub] geode issue #451: GEODE-2768: Lucene Queries executed before index is fully ...

2017-04-12 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/geode/pull/451 Tagging potential reviewers @nabarunnag @boglesby @ladyVader @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

[GitHub] geode pull request #451: GEODE-2768: Lucene Queries executed before index is...

2017-04-12 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/451#discussion_r111275346 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/distributed/LuceneQueryFunction.java --- @@ -132,6 +133,25 @@ private

[GitHub] geode pull request #449: GEODE-2764: Added checks on the region name

2017-04-14 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/449#discussion_r111591894 --- Diff: geode-wan/src/test/java/org/apache/geode/management/internal/configuration/ClusterConfigurationIndexWithFromClauseDUnitTest.java --- @@ -0,0

[GitHub] geode pull request #451: GEODE-2768: Lucene Queries executed before index is...

2017-04-17 Thread jhuynh1
Github user jhuynh1 closed the pull request at: https://github.com/apache/geode/pull/451 --- 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

[GitHub] geode pull request #460: Feature/geode 2703

2017-04-18 Thread jhuynh1
GitHub user jhuynh1 opened a pull request: https://github.com/apache/geode/pull/460 Feature/geode 2703 Modified transaction exception messaging when executing a lucene query within a geode transaction. The client transactions behave differently in geode depending on

[GitHub] geode pull request #460: Feature/geode 2703

2017-04-19 Thread jhuynh1
Github user jhuynh1 closed the pull request at: https://github.com/apache/geode/pull/460 --- 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

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

2016-11-22 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/293#discussion_r89148312 --- Diff: geode-core/src/test/java/org/apache/geode/internal/cache/BugGeode_1653DUnitTest.java --- @@ -0,0 +1,145 @@ +/* + * Licensed to

[GitHub] incubator-geode issue #300: [GEODE-224] Geode Spark connector parser is not ...

2016-11-29 Thread jhuynh1
Github user jhuynh1 commented on the issue: https://github.com/apache/incubator-geode/pull/300 The changes look good, I've merged them in. Thanks for the contribution! --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

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

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

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

2016-12-07 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/303#discussion_r91360319 --- Diff: geode-wan/src/test/java/org/apache/geode/internal/cache/wan/wancommand/WANCommandTestBase.java --- @@ -448,6 +452,37 @@ public void

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

2016-12-07 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/303#discussion_r91348684 --- 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 jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/303#discussion_r91391868 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/GatewaySenderDestroyFunction.java --- @@ -0,0 +1,90

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

2016-12-07 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/303#discussion_r91390603 --- Diff: geode-wan/src/test/java/org/apache/geode/internal/cache/wan/wancommand/WanCommandCreateDestroyGatewaySenderDUnitTest.java --- @@ -55,7 +55,7

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

2016-12-07 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/303#discussion_r91423780 --- Diff: geode-wan/src/test/java/org/apache/geode/internal/cache/wan/wancommand/WanCommandCreateDestroyGatewaySenderDUnitTest.java --- @@ -282,13 +335,40

[GitHub] geode pull request #318: Handle exceptions and don't deserialize PDX objects...

2016-12-15 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/318#discussion_r92677783 --- Diff: geode-core/src/test/java/org/apache/geode/internal/cache/PartitionedRegionQueryDUnitTest.java --- @@ -149,6 +154,92 @@ public void run

[GitHub] geode pull request #318: Handle exceptions and don't deserialize PDX objects...

2016-12-15 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/318#discussion_r92678100 --- Diff: geode-core/src/test/java/org/apache/geode/internal/cache/PartitionedRegionQueryDUnitTest.java --- @@ -149,6 +154,92 @@ public void run

[GitHub] geode pull request #318: Handle exceptions and don't deserialize PDX objects...

2016-12-15 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/318#discussion_r92677109 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java --- @@ -8751,18 +8751,26 @@ public Index createIndex(boolean

[GitHub] geode pull request #318: Handle exceptions and don't deserialize PDX objects...

2016-12-15 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/318#discussion_r92691796 --- Diff: geode-core/src/test/java/org/apache/geode/internal/cache/PartitionedRegionQueryDUnitTest.java --- @@ -149,6 +154,92 @@ public void run