geode git commit: GEODE-2403: Increment query executed stats before lastResult

2017-02-07 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 5efe89b90 -> 80f8c26e1 GEODE-2403: Increment query executed stats before lastResult * The stat for number of queries executed is now incremented before the lastResult call. * Before, this was called in the finally block.

geode git commit: Revert "GEODE-1733: Lucene stats are displayed correctly."

2017-01-16 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 36d9d0991 -> 45f7f9775 Revert "GEODE-1733: Lucene stats are displayed correctly." This reverts commit f1cebc2f085807d48adf58d7ad0fbebced49e043. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2572: getCache method implemented for LuceneService

2017-03-01 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 812765920 -> ab5650672 GEODE-2572: getCache method implemented for LuceneService * getCache method implemented for LuceneService * simple integration test to validate the result of LuceneService.getCache Project:

geode git commit: GEODE-2619: Lucene APIs unwrap function exception and throw the cause.

2017-03-29 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 0302d9c41 -> f3a2ef4c8 GEODE-2619: Lucene APIs unwrap function exception and throw the cause. * This is done so that users do not encounter Function Exceptions while executing Lucene APIs. This closes #434 Project:

geode git commit: GEODE-2690: Submitting the jobs in chunks to the threadpool

2017-03-27 Thread nnag
Repository: geode Updated Branches: refs/heads/develop c4dbeb802 -> 46f4194ab GEODE-2690: Submitting the jobs in chunks to the threadpool * Per bucket flush operations are now chunked into groups of 10 and then submitted to the thread pool. * The next chuck of jobs is

geode git commit: GEODE-2618: Fixing spotlessApply errors

2017-03-10 Thread nnag
Repository: geode Updated Branches: refs/heads/develop cd45e5062 -> f69d86c98 GEODE-2618: Fixing spotlessApply errors Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f69d86c9 Tree:

geode git commit: GEODE-2635: Creating DUnit tests to test eviction in lucene

2017-03-10 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 3708968a1 -> 0b8855b3e GEODE-2635: Creating DUnit tests to test eviction in lucene * DUnit tests for eviction with local destroy and overflow * Refactored the integration tests for eviction This closes #420

geode git commit: GEODE-2548: Removing the test alternativelyCloseDataStoresAfterGettingAPageAndThenValidateTheContentsOfTheResults

2017-03-13 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 02ffd528f -> ebc1642fc GEODE-2548: Removing the test alternativelyCloseDataStoresAfterGettingAPageAndThenValidateTheContentsOfTheResults * Removed the test as it was shutting down one datastore before the other datastore could

geode git commit: GEODE-2596: Lucene metrics moved to public API

2017-03-06 Thread nnag
Repository: geode Updated Branches: refs/heads/develop eb59268bc -> 946ff6ee4 GEODE-2596: Lucene metrics moved to public API * LuceneIndexMetrics and LuceneServiceMXBean were moved to org.apache.geode.cache.lucene.management * They are now public API This closes #414

[1/2] geode git commit: GEODE-2604: Added javadoc comments to LuceneIndexMetrics.java

2017-03-06 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 946ff6ee4 -> 9321c0ea4 GEODE-2604: Added javadoc comments to LuceneIndexMetrics.java Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/9d597dce Tree:

[2/2] geode git commit: GEODE-2604: Added measurement units to the javadoc comments

2017-03-06 Thread nnag
GEODE-2604: Added measurement units to the javadoc comments This closes #415 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/9321c0ea Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/9321c0ea Diff:

geode git commit: GEODE-2764: Addition checks on region name

2017-04-14 Thread nnag
Repository: geode Updated Branches: refs/heads/develop ed300c5d2 -> 0714c27c9 GEODE-2764: Addition checks on region name * If a region name contains function calls like entrySet() * The from clause is substring-ed at '.' from the right * Each substing is checked to see

geode git commit: GEODE-3308: Lucene rolling upgrade and backwards compatibility tests added

2017-08-02 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 8d370977a -> 37d388b3c GEODE-3308: Lucene rolling upgrade and backwards compatibility tests added Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/37d388b3 Tree:

geode git commit: GEODE-1731: Modifying region size check to be more accurate

2017-07-11 Thread nnag
Repository: geode Updated Branches: refs/heads/develop c48b5381c -> 659654a0c GEODE-1731: Modifying region size check to be more accurate * Changed the hardcoded 5010 region size check to the size of the region already plus 20 new elements. The 20 new elements is due to the fact

geode git commit: GEODE-3128: Changed the batch size to 1000 when creating AEQFactory

2017-07-12 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 68af1df8d -> 96bc0ebf1 GEODE-3128: Changed the batch size to 1000 when creating AEQFactory This closes #603 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-3131: Replaced Thread.sleep

2017-07-12 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 96bc0ebf1 -> cc8aacb43 GEODE-3131: Replaced Thread.sleep * Replaced sleeps with an Awaitility clause which waits for the region sizes to be correct before starting validation. This closes #628 Project:

geode git commit: GEODE-1988: Increased the readTimeout

2017-07-12 Thread nnag
Repository: geode Updated Branches: refs/heads/develop e892a55fa -> c31ffe535 GEODE-1988: Increased the readTimeout * Increased the readTimeout to 20 seconds to prevent test failures in slower systems Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-1988: Closing the pull request

2017-07-12 Thread nnag
Repository: geode Updated Branches: refs/heads/develop c31ffe535 -> 68af1df8d GEODE-1988: Closing the pull request * c31ffe535edbc57f0f790ee17da73c1121931acd This closes #625 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-3139: Spotless error fix

2017-07-03 Thread nnag
Repository: geode Updated Branches: refs/heads/develop fb4e96bfb -> 3433b3e27 GEODE-3139: Spotless error fix Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3433b3e2 Tree:

geode git commit: GEODE-2816: Redundancy recovery inititated even if redundancy set to 0

2017-04-26 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 13824f486 -> 70340783a GEODE-2816: Redundancy recovery inititated even if redundancy set to 0 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/70340783 Tree:

[2/2] geode git commit: GEODE-3387: Cleaned up and minor refactoring of Lucene module

2017-08-04 Thread nnag
GEODE-3387: Cleaned up and minor refactoring of Lucene module * In waitUntilFlushedFunction, cleaned out the unused vaiables * Removed mentions of gemfire from the module in comments * Removed comment “/* wrapper of IndexWriter */“ in LuceneIndexForPartitionedRegion

[1/2] geode git commit: GEODE-3387: Cleaned up and minor refactoring of Lucene module

2017-08-04 Thread nnag
Repository: geode Updated Branches: refs/heads/develop c8cc4e60b -> 3fd633004 http://git-wip-us.apache.org/repos/asf/geode/blob/3fd63300/geode-lucene/src/test/java/org/apache/geode/cache/lucene/test/IndexRepositorySpy.java --

geode git commit: GEODE-3384: Javadoc change for PageableLuceneQueryResults

2017-08-02 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 71dc0f865 -> 867ac0691 GEODE-3384: Javadoc change for PageableLuceneQueryResults * Javadocs now mention that PageableLuceneQueryResults are serializable and can be sent to other members This closes #678 Project:

geode git commit: GEODE-3301: Cargo installs now delete left over directories

2017-07-27 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 9e87f5a99 -> 7dc15b27f GEODE-3301: Cargo installs now delete left over directories * This should hopefully fix Jenkins build issues This closes #662 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2907: Removed @Experimental tag from the Lucene module

2017-05-11 Thread nnag
Repository: geode Updated Branches: refs/heads/develop c270756f7 -> e98606d43 GEODE-2907: Removed @Experimental tag from the Lucene module * Removed the @experimental tag fromt the files in Lucene module. * Improve on the javadocs for the interfaces present in the Lucene

geode git commit: GEODE-2896: Changing the test category to IntegrationTest

2017-05-09 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 23eb2326f -> d58be4fa2 GEODE-2896: Changing the test category to IntegrationTest * Changed the test category to IntegrationTest from being an UnitTest * This creates a separate VM for these tests which are not affected by

geode git commit: GEODE-2587: Refactored the OrderByComparator's compare method

2017-05-17 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 52dadee32 -> b3fc0c814 GEODE-2587: Refactored the OrderByComparator's compare method * This prevents creation of extra data structures like arrays of arrays * Hence let number of GC, faster execution of queries with ORDER

geode git commit: GEODE-2637: Refactored LuceneQueryFactory.setResultLimit()

2017-05-12 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 0c5011ec7 -> efbe53cba GEODE-2637: Refactored LuceneQueryFactory.setResultLimit() * Renamed LuceneQueryFactory.getResult to setLimit() * This is done to match the cwiki documents Project:

geode git commit: GEODE-3025: Lucene queries are not allowed withing a transaction.

2017-06-09 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 2579a0db0 -> 1ff5ccfe3 GEODE-3025: Lucene queries are not allowed withing a transaction. This closes #562 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-3025: Lucene queries are not allowed withing a transaction.

2017-06-09 Thread nnag
Repository: geode Updated Branches: refs/heads/release/1.2.0 c5dbfd295 -> 5853cc2fb GEODE-3025: Lucene queries are not allowed withing a transaction. This closes #562 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-3066: Test tweaks to stabilize it.

2017-06-12 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 8cd03e87f -> eb3312aed GEODE-3066: Test tweaks to stabilize it. * Regions created before senders and receivers are started. * Added a listener to slow down the puts so that when the remote region is destroyed, the put

geode git commit: GEODE-2820: Added awaitlity clause to wait for the index size to be correct

2017-06-21 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 43b00bd84 -> 822946b9d GEODE-2820: Added awaitlity clause to wait for the index size to be correct * Added awaitility clause to wait for all the indexes to have all the entries * This is done to make sure that the queries

[2/2] geode git commit: Revert "Merge branch 'feature/GEODE-269' of https://github.com/deepakddixit/incubator-geode into develop"

2017-05-22 Thread nnag
Revert "Merge branch 'feature/GEODE-269' of https://github.com/deepakddixit/incubator-geode into develop" This reverts commit 227f08be636d12d5e4a268a7039acae528c341d4, reversing changes made to aa189b1a620e543c5fabf007384612f20376be4c. Project: http://git-wip-us.apache.org/repos/asf/geode/repo

[1/2] geode git commit: Revert "GEODE-269: spotlessApply on merge resolution"

2017-05-22 Thread nnag
Repository: geode Updated Branches: refs/heads/develop f1280fe89 -> 4e3a4d762 Revert "GEODE-269: spotlessApply on merge resolution" This reverts commit f1280fe89984b6f5034708524db6278ec476439b. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2956: Trimmed analyzer strings in create index

2017-05-22 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 8782f0b73 -> d88d2de96 GEODE-2956: Trimmed analyzer strings in create index This closes #524 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/d88d2de9 Tree:

geode git commit: GEODE-269 : Removing deprecated API's from FunctionService.

2017-05-22 Thread nnag
Repository: geode Updated Branches: refs/heads/develop d88d2de96 -> 18db4bf38 GEODE-269 : Removing deprecated API's from FunctionService. * Modified test cases after removing deprecated API's This closes #526 Project: http://git-wip-us.apache.org/repos/asf/geode/repo

geode git commit: GEODE-2967: ResultCollection instead of StructCollection

2017-05-23 Thread nnag
Repository: geode Updated Branches: refs/heads/develop db81d9280 -> 9c4086813 GEODE-2967: ResultCollection instead of StructCollection * If we have one runtime iterator which is in case of self joins, ResultSet or ResultBags are created * Otherwise StructBag or StructSets are

geode git commit: GEODE-2957: Lucene create index DEFAULT keyword added for standardAnalyzer

2017-05-25 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 5ab4a6937 -> 29ea88a23 GEODE-2957: Lucene create index DEFAULT keyword added for standardAnalyzer This closes #537 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2950: Updated error messages

2017-05-25 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 0fe0a1061 -> 5ab4a6937 GEODE-2950: Updated error messages * Different error messages are displayed when validating region names versus indexes. * Added flexible enum allowing for expanded error messages and name

geode git commit: GEODE-2944: Added __REGION_VALUE_FIELD explanation to lucene create index help

2017-05-25 Thread nnag
Repository: geode Updated Branches: refs/heads/develop c793f74c0 -> b7faa083a GEODE-2944: Added __REGION_VALUE_FIELD explanation to lucene create index help This closes #533 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2955: Validating region names when creating lucene index

2017-05-24 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 662358fdb -> ee9ca4e81 GEODE-2955: Validating region names when creating lucene index This closes #531 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2955: Added / to the allowed list of characters in region name

2017-05-24 Thread nnag
Repository: geode Updated Branches: refs/heads/develop ee9ca4e81 -> f271667b1 GEODE-2955: Added / to the allowed list of characters in region name Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f271667b Tree:

geode git commit: GEODE-2950: Adding validation checks on create lucene index parameter names

2017-05-25 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 0dae918df -> c793f74c0 GEODE-2950: Adding validation checks on create lucene index parameter names This closes #532 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2938: Removed the deprecated tag

2017-05-18 Thread nnag
Repository: geode Updated Branches: refs/heads/develop d9343d440 -> da6c28c32 GEODE-2938: Removed the deprecated tag * Removed the deprecated tag in OrderByComparatorUnmapped. * This code is still being used. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2914: Fixed few javadoc formatting issues.

2017-05-16 Thread nnag
Repository: geode Updated Branches: refs/heads/develop a263adee8 -> a22b9405f GEODE-2914: Fixed few javadoc formatting issues. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a22b9405 Tree:

geode git commit: GEODE-2967: Fixing a test change

2017-05-31 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 64e4f7277 -> a416a3256 GEODE-2967: Fixing a test change * A query was modified in a test that was not intended to be changed. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[5/5] geode git commit: GEODE-265 : Reverting removal deprecation of withArgs from Execution interface.

2017-06-05 Thread nnag
GEODE-265 : Reverting removal deprecation of withArgs from Execution interface. This closes #509 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3110bd04 Tree:

[2/5] geode git commit: GEODE-269 : Fixing RollingUpgrade2DUnitTest. After removing deprecated API withArgs, setArgument alternative API is not available in older version of server causing NoSuchMetho

2017-06-05 Thread nnag
GEODE-269 : Fixing RollingUpgrade2DUnitTest. After removing deprecated API withArgs, setArgument alternative API is not available in older version of server causing NoSuchMethodFound exception. The role of setArgument with function is passing class name to load inside the function. As the

[1/5] geode git commit: GEODE-269 : SpotlessApply changes.

2017-06-05 Thread nnag
Repository: geode Updated Branches: refs/heads/develop c870c9909 -> 3110bd04c GEODE-269 : SpotlessApply changes. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/05b73644 Tree:

geode git commit: GEODE-2828: AEQ created before the Lucene user regions

2017-05-02 Thread nnag
Repository: geode Updated Branches: refs/heads/develop a6832ee2c -> 480a1e05c GEODE-2828: AEQ created before the Lucene user regions * AEQ is being created before the Lucene user region * A countdown latch prevents the index repository computation until the user regions are

geode git commit: Revert "GEODE-2879: LonerDistributionManager shutdown called from close"

2017-05-05 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 9e089c5eb -> 288676dfe Revert "GEODE-2879: LonerDistributionManager shutdown called from close" This reverts commit 149e06d53a33fa7363da15bf3f9cb248d94fabf5. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

geode git commit: GEODE-2879: LonerDistributionManager shutdown called from close

2017-05-04 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 21d4ab2cf -> 149e06d53 GEODE-2879: LonerDistributionManager shutdown called from close * LonerDistributionManager shutdown was not being called from close() method call. * This resulted in the thread pool's threads to

geode git commit: GEODE-2879: Shutdown() called from close() in LonerDistributionManager

2017-05-08 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 24076f15d -> 6f9fb4cda GEODE-2879: Shutdown() called from close() in LonerDistributionManager * LonerDistributionManager shutdown was not being called from close() method call. * This resulted in the thread pool's threads

geode git commit: GEODE-2754: Changed the name of unknown host

2017-05-08 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 6f9fb4cda -> d0d43f908 GEODE-2754: Changed the name of unknown host * Assert failures occured if the network contained machines named "unknown" as the test function also named the unknown host as "unknown" * This led to

geode git commit: GEODE-2960 : Trim field parameter values from create lucene index.

2017-05-30 Thread nnag
Repository: geode Updated Branches: refs/heads/develop d3543d229 -> d50489c6c GEODE-2960 : Trim field parameter values from create lucene index. * Added logic to trim leading and trailing spaces from values provided against 'field'. * Modified existing test case to verify

geode git commit: GEODE-2957: Create Lucene index analyzer help updated to include keyword DEFAULT

2017-05-30 Thread nnag
Repository: geode Updated Branches: refs/heads/develop d50489c6c -> 96665fafb GEODE-2957: Create Lucene index analyzer help updated to include keyword DEFAULT Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/96665faf Tree:

geode git commit: Revert "GEODE-2957: Create Lucene index analyzer help updated to include keyword DEFAULT"

2017-05-30 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 96665fafb -> 5b2cdf8c1 Revert "GEODE-2957: Create Lucene index analyzer help updated to include keyword DEFAULT" This reverts commit 96665fafbcc06948b7152ca9ad7344ab938f27ff. Project: http://git-wip-us.apache.org/repos/asf/geode/repo

geode git commit: GEODE-2957: Create Lucene index analyzer help updated to include keyword DEFAULT

2017-05-30 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 5b2cdf8c1 -> 1ee19c759 GEODE-2957: Create Lucene index analyzer help updated to include keyword DEFAULT This closes #547 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit:

[geode] branch develop updated: GEODE-3131: Awaitility clause added to reference count verification.

2017-10-10 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new ac071ee GEODE-3131: Awaitility clause added

geode git commit: GEODE-3502: Added awaitility clauses.

2017-08-29 Thread nnag
Repository: geode Updated Branches: refs/heads/develop 77a0b9f8e -> dd7c45b43 GEODE-3502: Added awaitility clauses. * Added awaitility clauses while waiting for the stat comparison checks * Replaced the deprecated Wait Criterion with Awaitility clause with increased timeout

[geode] branch develop updated: GEODE-3520: isValid API made public

2017-09-28 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new acbd66c GEODE-3520: isValid API made public

[geode] branch develop updated: GEODE-3707: Removal of duplicate entries

2017-09-27 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 1210e1b GEODE-3707: Removal of duplicate

geode git commit: GEODE-3276: Managing race conditions while the senders are stopped

2017-08-23 Thread nnag
Repository: geode Updated Branches: refs/heads/develop a5469147d -> 0daf9549a GEODE-3276: Managing race conditions while the senders are stopped * When a connection is initialized, a readAckThread may be alive from a previous incarnation. * This AckThread will be stuck on a

[geode] branch develop updated: GEODE-3708: Added a separate iterator for MemoryIndexStore which doesn't iterate over the values in the Map.

2017-10-18 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 2e710e5 GEODE-3708: Added a separate iterator

[geode] branch develop updated: GEODE-1319: Awaitility clause added.

2017-10-23 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new d0fcdfc GEODE-1319: Awaitility clause added

[geode] branch develop updated: GEODE-3520: Additional tests for corrupt index

2017-10-23 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new bbb097a GEODE-3520: Additional tests

[geode] branch develop updated: GEODE-1036: Refactored InitializeIndexEntryDestroyQueryDUnitTest

2017-10-23 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new e358943 GEODE-1036: Refactored

[geode] branch develop updated: GEODE-3935: Closing down the cache after each test.

2017-11-15 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 5f08a9e GEODE-3935: Closing down the cache

[geode] branch develop updated: GEODE-1019: Removing the flaky tag

2017-11-15 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 4dafde1 GEODE-1019: Removing the flaky tag

[geode] branch develop updated: GEODE-4042: Cargo tests will use java.io.tmpdir if possible, instead /tmp (#1114)

2017-12-04 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 34928a6 GEODE-4042: Cargo tests will use

[geode] branch develop updated: GEODE-3929: GFSH create lucene index command allowed on existing regions.

2017-12-12 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new a237203 GEODE-3929: GFSH create lucene index

[geode] branch develop updated: GEODE-4079: Deprecated Hash Index

2017-12-15 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 59b949e GEODE-4079: Deprecated Hash Index

[geode] branch develop updated: GEODE-1920 Addition of more logs to the test

2017-11-16 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 7f0d5f5 GEODE-1920 Addition of more logs

[geode] branch develop updated: Revert "GEODE-1920 Addition of more logs to the test"

2017-11-16 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 478665f Revert "GEODE-1920 Addition of

[geode] 01/01: Revert "GEODE-1920 Addition of more logs to the test"

2017-11-16 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch revert-980-feature/GEODE-1920 in repository https://gitbox.apache.org/repos/asf/geode.git commit a8848a9d20406394b1a2f427ddc2ea22066bc1b4 Author: Nabarun Nag <nabarun...@users.noreply.github.

[geode] branch revert-980-feature/GEODE-1920 created (now a8848a9)

2017-11-16 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a change to branch revert-980-feature/GEODE-1920 in repository https://gitbox.apache.org/repos/asf/geode.git. at a8848a9 Revert "GEODE-1920 Addition of more logs to the test" This branc

[geode] branch develop updated: GEODE-4042: Fixed additional tmp dir references (#1121)

2017-12-05 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 279072f GEODE-4042: Fixed additional tmp dir

[geode] branch develop updated: GEODE-4072: Fixed race condition in AckThreadReader shutdown.

2017-12-11 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 107eae6 GEODE-4072: Fixed race condition

[geode] branch develop updated: GEODE-3908: Fixed the javadoc issue with LuceneSerializer.java

2017-10-25 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new fd059e0 GEODE-3908: Fixed the javadoc issue

[geode] branch develop updated: GEODE-5047: Fixed javadoc issue

2018-05-08 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 87d0430 GEODE-5047: Fixed javadoc issue 87d0430

[geode] branch develop updated: GEODE-5132: Fix testParallelPropagationLoopBack3Sites

2018-05-08 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 497b866 GEODE-5132: Fix

[geode] branch develop updated: GEODE-5141: Adding @since tag to setLuceneSerializer method (#1903)

2018-05-08 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new b18b67e GEODE-5141: Adding @since tag

[geode] branch develop updated: GEODE-5109: Overriding the missing profile check for Lucene (#1922)

2018-05-09 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new d038373 GEODE-5109: Overriding the missing

[geode] branch develop updated: Updating the version numbers to 1.8.0

2018-05-21 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 45af84a Updating the version numbers to 1.8.0

[geode-examples] branch develop updated: Update the version to 1.8.0-SNAPSHOT, post release branch created for 1.7.0

2018-05-22 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode-examples.git The following commit(s) were added to refs/heads/develop by this push: new 5ad9661 Update the version to 1.8.0

[geode-examples] branch release/1.7.0 created (now 4b10a7f)

2018-05-22 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a change to branch release/1.7.0 in repository https://gitbox.apache.org/repos/asf/geode-examples.git. at 4b10a7f Removing SNAPSHOT from version for release prep for 1.7.0 This branch includes the following

[geode-examples] 01/01: Removing SNAPSHOT from version for release prep for 1.7.0

2018-05-22 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch release/1.7.0 in repository https://gitbox.apache.org/repos/asf/geode-examples.git commit 4b10a7f6823b993c17b13840d6f1e9a9dde524d6 Author: nabarun <n...@cs.wisc.edu> AuthorDate: Tue May 22 18

[geode] branch develop updated (106c1b1 -> edd8836)

2018-05-18 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 106c1b1 COMMIT-THEN-REVIEW Fix docs typo: wrong name for a link new a0cb1fe GEODE-5109: Handle only

[geode] 02/02: Adding pgp signature for Nabarun Nag in KEYS

2018-05-18 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git commit edd88367c951a1843bd6adb60d60693566dada78 Author: nabarun <n...@cs.wisc.edu> AuthorDate: Fri May 18 16:38:31 2018

[geode] 01/02: GEODE-5109: Handle only IllegalStateException

2018-05-18 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git commit a0cb1fe28c720f66ed9161ff1778fd183c16e468 Author: nabarun <n...@cs.wisc.edu> AuthorDate: Fri May 11 10:29:15 2018

[geode] branch develop updated: GEODE-5318: Extract the valid region name (#2054)

2018-06-14 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 366 GEODE-5318: Extract the valid region

[geode] branch develop updated (066ded0 -> 62665a4)

2018-06-01 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 066ded0 User Guide: update redirects.rb to reflect latest development version add 62665a4 Revert "GEODE

[geode] branch develop updated: GEODE-5274: Null check for closing CacheClientProxy (#2014)

2018-06-01 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 400a843 GEODE-5274: Null check for closing

[geode] branch develop updated: GEODE-5290: Fixes NPE with ResultsCollectionPdxDeserializerWrapper iterator (#2027)

2018-06-05 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 44643a8 GEODE-5290: Fixes NPE

[geode] branch develop updated: GEODE-577: Reducing the timeout (#2023)

2018-06-05 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 2d0dce3 GEODE-577: Reducing the timeout (#2023

[geode] branch develop updated: GEODE-3013: Prevent multiple node found error to be displayed in the log (#2029)

2018-06-05 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new f7fb7e3 GEODE-3013: Prevent multiple node found

[geode] branch develop updated: GEODE-5270: Shutting down the AckThread (#2017)

2018-06-05 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new d0ec4e4 GEODE-5270: Shutting down the AckThread

[geode] branch develop updated: GEODE-5270: Closing the connection. (#2008)

2018-06-01 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 0c49431 GEODE-5270: Closing the connection

[geode] branch develop updated: GEODE-5273: Prevent unnecessary chaining of exception. (#2012)

2018-06-01 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 7f63c4b GEODE-5273: Prevent unnecessary

[geode] branch develop updated: GEODE-5272: CacheClosedException not wrapped in TypeMismatchException (#2009)

2018-06-01 Thread nnag
This is an automated email from the ASF dual-hosted git repository. nnag pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new e628df4 GEODE-5272: CacheClosedException

  1   2   3   4   5   6   7   8   9   10   >