incubator-geode git commit: GEODE-223: Handle region create/destroy remote event in Redis adpater

2015-08-18 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 8eb6cef8a - ff9b2f05f GEODE-223: Handle region create/destroy remote event in Redis adpater Ignore events where region creation initiated remotely attempts to create a local region reference when the region has already been

[2/4] incubator-geode git commit: Fix for GEODE-109

2015-08-06 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1a6a0ef5/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/sortedset/ZRemRangeByScoreExecutor.java -- diff --git

[1/4] incubator-geode git commit: Fix for GEODE-109

2015-08-06 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop d0d48588c - 1a6a0ef53 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1a6a0ef5/gemfire-core/src/test/java/com/gemstone/gemfire/redis/SortedSetsJUnitTest.java

[3/5] incubator-geode git commit: Add test for GEODE-83

2015-07-27 Thread sbawaskar
Add test for GEODE-83 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b185d5b4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b185d5b4 Diff:

[5/5] incubator-geode git commit: Merge branch 'feature/GEODE-83' into develop close #10.

2015-07-27 Thread sbawaskar
Merge branch 'feature/GEODE-83' into develop close #10. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4af9bb38 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/4af9bb38 Diff:

[2/5] incubator-geode git commit: Added missing class to sanctionedSerializables to fix failing test serializables test

2015-07-27 Thread sbawaskar
Added missing class to sanctionedSerializables to fix failing test serializables test Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/580d9507 Tree:

incubator-geode git commit: Fixes GEODE-495: fix for OffHeapManagementDUnitTest

2015-10-27 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-409 9d8e568b4 -> fa3a47bc0 Fixes GEODE-495: fix for OffHeapManagementDUnitTest - use a random port for the JMX manager - fixed cleanup not to create cache if not created already This closes #25 Project:

[1/2] incubator-geode git commit: GEODE-537 Fix NPE in JTA AFTER_COMPLETION during rollback

2015-11-10 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop e1eb74eff -> 7cbaadc78 GEODE-537 Fix NPE in JTA AFTER_COMPLETION during rollback A fix for NullPointerException thrown on the server side and propagated to the Gemfire client in case when active JTA transaction gets rolled

[2/2] incubator-geode git commit: Merge branch 'feature/GEODE-537' into develop

2015-11-10 Thread sbawaskar
Merge branch 'feature/GEODE-537' into develop This closes #32 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7cbaadc7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/7cbaadc7 Diff:

incubator-geode git commit: Fix for GEODE-278

2015-08-31 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 49d99d4e5 -> 0c13b4d6f Fix for GEODE-278 While applying changes to the Region, pass in List for gathering pendingCallbacks rather than a null on the remote members to get the same behavior as transaction host. Project:

[1/2] incubator-geode git commit: GEODE-222 Allow redis adapter to handle live entry objects

2015-09-02 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop f0f61766d -> f9d708427 GEODE-222 Allow redis adapter to handle live entry objects Previously encoding a response would not be able to handle the case where an entry was concurrently destroyed. The fix is to catch the

[2/2] incubator-geode git commit: Merge branch 'GEODE-222' of https://github.com/vitogav/incubator-geode into develop This closes #18

2015-09-02 Thread sbawaskar
Merge branch 'GEODE-222' of https://github.com/vitogav/incubator-geode into develop This closes #18 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/f9d70842 Tree:

incubator-geode git commit: GEODE-278 Enque events in one more spot.

2015-09-18 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 7bc011293 -> 4708d4e18 GEODE-278 Enque events in one more spot. With the previous commit, I had missed the code block for Adjunct messages. Enque tx events in that block too. Project:

incubator-geode git commit: fixed typo: giga -> tera

2015-10-06 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 1673e2461 -> 7111906e9 fixed typo: giga -> tera Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/7111906e Tree:

incubator-geode git commit: GEODE-719: Add error logs while cache.xml processing

2016-01-05 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop cb7dbd0b7 -> 13a3adf69 GEODE-719: Add error logs while cache.xml processing While processing cache.xml, log an error before throwing an exception so that the reason for cache close is clear by looking at the log. Project:

incubator-geode git commit: GEODE-731: fix suspect string in CompressionCacheConfigDUnitTest

2016-01-06 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop f36310d78 -> fb38186b1 GEODE-731: fix suspect string in CompressionCacheConfigDUnitTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: incorporating Darrel's feedback

2015-11-25 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-578 cfccc654f -> 02b6d6c74 incorporating Darrel's feedback Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/02b6d6c7 Tree:

incubator-geode git commit: GEODE-578: Allow cluster-config to work with cache.xml

2015-11-25 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 1b0905c9d -> 6e252309e GEODE-578: Allow cluster-config to work with cache.xml Before starting a cache-server, verify that one has not been created by cluster config. skip if already created. Project:

incubator-geode git commit: reverting "skipping region creation" change

2015-11-24 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-578 03c9f92f6 -> cfccc654f reverting "skipping region creation" change Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cfccc654

incubator-geode git commit: fixing compilation errors introduced by the merge.

2015-11-23 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-578 b8e1fd224 -> 03c9f92f6 fixing compilation errors introduced by the merge. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/3] incubator-geode git commit: Revert "GEODE-1576: Website needs to be upgraded to include WAN and CQ"

2016-06-24 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/asf-site 3bd91ee37 -> 38b524e8d http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/38b524e8/font/fontawesome-webfont-woff.woff -- diff --git

[3/3] incubator-geode git commit: Revert "GEODE-1576: Website needs to be upgraded to include WAN and CQ"

2016-06-24 Thread sbawaskar
Revert "GEODE-1576: Website needs to be upgraded to include WAN and CQ" This reverts commit 3bd91ee3782e868048d3deda87752d2bbe685d84. The fonts were broken for some reason Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/3] incubator-geode git commit: Revert "GEODE-1576: Website needs to be upgraded to include WAN and CQ"

2016-06-24 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/38b524e8/font/fontawesome-webfont-svg.svg -- diff --git a/font/fontawesome-webfont-svg.svg b/font/fontawesome-webfont-svg.svg index 8b66187..2edb4ec 100755 ---

[4/6] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-24 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/30928d92/geode-site/website/content/font/fontawesome-webfont-ttf.ttf -- diff --git a/geode-site/website/content/font/fontawesome-webfont-ttf.ttf

[6/6] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-24 Thread sbawaskar
GEODE-1576: Website needs to be upgraded to include WAN and CQ upgrading font-awesome to v4.6.3. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/30928d92 Tree:

[2/6] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-24 Thread sbawaskar
GEODE-1576: Website needs to be upgraded to include WAN and CQ upgrade nanoc to 4.2.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e987e5d9 Tree:

[3/6] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-24 Thread sbawaskar
GEODE-1576: Website needs to be upgraded to include WAN and CQ adding WAN, CQ, native client and Adapters to the list of features Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/95eff481 Tree:

[1/6] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-24 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 850e143d3 -> 7ad9cc945 GEODE-1576: Website needs to be upgraded to include WAN and CQ fixed icons in the header Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[5/6] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-24 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/30928d92/geode-site/website/content/font/fontawesome-webfont-svg.svg -- diff --git a/geode-site/website/content/font/fontawesome-webfont-svg.svg

[2/3] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-24 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3bd91ee3/font/fontawesome-webfont-svg.svg -- diff --git a/font/fontawesome-webfont-svg.svg b/font/fontawesome-webfont-svg.svg index 2edb4ec..8b66187 100755 ---

[3/3] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-24 Thread sbawaskar
GEODE-1576: Website needs to be upgraded to include WAN and CQ Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3bd91ee3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3bd91ee3 Diff:

[1/3] incubator-geode git commit: GEODE-1576: Website needs to be upgraded to include WAN and CQ

2016-06-24 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/asf-site 791a418b6 -> 3bd91ee37 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3bd91ee3/font/fontawesome-webfont-woff.woff -- diff --git

incubator-geode git commit: GEODE-602: CI failure: OutOfOffHeapMemoryDUnitTest.testSimpleOutOfOffHeapMemoryMemberDisconnects

2016-02-09 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop dd49add59 -> 7bb0819cd GEODE-602: CI failure: OutOfOffHeapMemoryDUnitTest.testSimpleOutOfOffHeapMemoryMemberDisconnects Adding InternalDistributedSystem.getAnyInstance() to await() condition that waits for 30 seconds. Also

incubator-geode git commit: GEODE-445: CI failure: OutOfOffHeapMemoryDUnitTest.testOtherMembersSeeOutOfOffHeapMemoryMemberDisconnects

2016-02-02 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 6d6f62606 -> 11c3f933e GEODE-445: CI failure: OutOfOffHeapMemoryDUnitTest.testOtherMembersSeeOutOfOffHeapMemoryMemberDisconnects Since some tests may have created 8 vms, adjusted the test to work with them, rather than

incubator-geode git commit: GEODE-646: OffHeapRegionEntryHelper needs unit test

2016-02-01 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 4dde1af52 -> 6d6f62606 GEODE-646: OffHeapRegionEntryHelper needs unit test Added unit tests to cover OffHeapRegionEntryHelper. closes #83 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-983: NPE with transactions on PR with overflow

2016-02-25 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop d50623b04 -> deaa7aa68 GEODE-983: NPE with transactions on PR with overflow Use a BucketRegion while faulting-in an overflowed value. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-992: Integrate with Travis CI

2016-02-25 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop deaa7aa68 -> c829b58f2 GEODE-992: Integrate with Travis CI Adding a minimal .travis.yml file for travis integration. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-992: Integrate with Travis CI

2016-02-25 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop c829b58f2 -> 1670d3541 GEODE-992: Integrate with Travis CI Disabling openjdk8, since travis does not support it yet. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-983: NPE with transactions on PR with overflow

2016-02-26 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 3676826a2 -> 2f695753c GEODE-983: NPE with transactions on PR with overflow making sure that the BucketRegion is created before trying to read/write from it. Fixes tests failing in nightly build. Project:

incubator-geode git commit: GEODE-992: Integrate with Travis CI

2016-02-26 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 9a8b31996 -> 330ba74ae GEODE-992: Integrate with Travis CI send email notification to dev list when build state changes from passing to failing OR failing to passing. Project:

incubator-geode git commit: Update most occurrences of "Geode" to "Apache Geode". Update introductory text to match the website intro text (gets rid of "extremely mature") Link to Geode website.

2016-02-25 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 1670d3541 -> 5f98f31ad Update most occurrences of "Geode" to "Apache Geode". Update introductory text to match the website intro text (gets rid of "extremely mature") Link to Geode website. closes #93 Project:

incubator-geode git commit: GEODE-992: Integrate with Travis CI

2016-02-25 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 9b55879e8 -> e666a8519 GEODE-992: Integrate with Travis CI To assist in debugging, cat the rat file on error. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[1/2] incubator-geode git commit: GEODE-719: Processing errors in cache.xml do not log a warning

2016-01-19 Thread sbawaskar
tor-geode/blob/22f31f8c/gemfire-core/src/test/java/com/gemstone/gemfire/cache/CacheFactoryTest.java -- diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cach

[2/2] incubator-geode git commit: fixing tests to not use the deprecated CacheFactory.creads(ds) method

2016-01-19 Thread sbawaskar
e; +import com.gemstone.gemfire.distributed.DistributedSystem; +import org.junit.Test; + +import static org.mockito.Mockito.mock; + /** * Created by sbawaskar on 1/18/16. */ public class CacheFactoryTest { + @Test + public void x() { +DistributedSystem mockDS = mock(DistributedSystem.class); +CacheFact

incubator-geode git commit: GEODE-784: Offheap MemoryInspector refactor

2016-01-22 Thread sbawaskar
junit.Before; +import org.junit.Test; +import org.junit.experimental.categories.Category; + +import java.util.ArrayList; +import java.util.List; + +import static org.junit.Assert.*; +import static org.mockito.Mockito.*; + + +/** + * Created by sbawaskar on 1/15/16. + */ +@Category(UnitTest.class) +public c

incubator-geode git commit: changes to site introduced by commit ed31351044baa860b5e2722654dd27ae5f5f324a

2016-01-25 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/asf-site c3fec266c -> a154aaaf9 changes to site introduced by commit ed31351044baa860b5e2722654dd27ae5f5f324a Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/5] incubator-geode git commit: GEODE-970: Remove duplicate HLL classes

2016-02-18 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e685fd85/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/HyperLogLogPlus.java -- diff --git

[4/5] incubator-geode git commit: GEODE-970: Remove duplicate HLL classes

2016-02-18 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e685fd85/gemfire-core/src/main/java/com/gemstone/gemfire/internal/hll/HyperLogLogPlus.java -- diff --git

[1/5] incubator-geode git commit: GEODE-970: Remove duplicate HLL classes

2016-02-18 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 92be457c6 -> e685fd85a http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e685fd85/gemfire-core/src/main/java/com/gemstone/gemfire/internal/redis/executor/hll/IBuilder.java

[1/2] incubator-geode git commit: GEODE-905: HLL classes should preserve original source header

2016-02-18 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 4285d63a9 -> 5747787fd GEODE-905: HLL classes should preserve original source header Adding NOTICE from stream-lib project for HLL classes. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[2/2] incubator-geode git commit: GEODE-905: HLL classes should preserve original source header

2016-02-18 Thread sbawaskar
GEODE-905: HLL classes should preserve original source header Restoring the original headers. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bfc42809 Tree:

incubator-geode git commit: Fixed broken links in README.md file.

2016-02-16 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 7c195af2a -> 00c69b670 Fixed broken links in README.md file. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/00c69b67 Tree:

[5/7] incubator-geode git commit: GEODE-573: Fix broken image links in javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6266eb04/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/doc-files/properties.html -- diff --git

[3/7] incubator-geode git commit: GEODE-573: Fix broken image links in javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6266eb04/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/properties.html -- diff --git

[2/7] incubator-geode git commit: GEODE-573: Fix broken image links in javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6266eb04/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/tier/sockets/doc-files/communication-architecture.fig -- diff --git

incubator-geode git commit: GEODE-992: Integrate with Travis CI

2016-03-11 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 6266eb04b -> 6c069d201 GEODE-992: Integrate with Travis CI Updating README to add CI status. Also: - Added Anchors and links to all sections - Added links to wiki and documentation - Headings are now h2 rather than h1 closes

[1/7] incubator-geode git commit: GEODE-573: Fix broken image links in javadocs

2016-03-11 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 7734781f9 -> 6266eb04b http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6266eb04/geode-core/src/main/resources/javadoc-images/jcache-get-flow.fig --

[4/7] incubator-geode git commit: GEODE-573: Fix broken image links in javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6266eb04/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/doc-files/region-implementation.fig -- diff --git

[49/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-noframe.html -- diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-noframe.html

[38/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/UncreatedSystemException.html -- diff --git

[02/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/GemFireCache.html -- diff --git

[39/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/SystemFailure.html -- diff --git

[33/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemConfig.html -- diff --git

[21/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentFactory.html -- diff --git

[12/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheXmlException.html -- diff --git

[30/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/GemFireMemberStatus.html -- diff --git

[13/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheTransactionManager.html -- diff --git

[07/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EntryEvent.html -- diff --git

[24/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberRegion.html -- diff --git

[15/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheFactory.html -- diff --git

[27/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMember.html -- diff --git

[42/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/LogWriter.html -- diff --git

[48/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/CancelCriterion.html -- diff --git

[35/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AlertListener.html -- diff --git

[37/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminDistributedSystem.html -- diff --git

[44/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/GemFireException.html -- diff --git

[45/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Delta.html -- diff --git

[51/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
GEODE-54: Missing javadocs Adding public javadocs to be hosted on asf-site. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/54a3e718 Tree:

[28/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/RegionSubRegionSnapshot.html -- diff --git

[14/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheLoaderException.html -- diff --git

[40/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/StatisticsType.html -- diff --git

[41/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/Statistics.html -- diff --git

[36/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/AdminDistributedSystemFactory.html -- diff --git

[08/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DynamicRegionFactory.html -- diff --git

[43/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/InternalGemFireError.html -- diff --git

[29/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/ManagedEntity.html -- diff --git

[32/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/DistributedSystemHealthConfig.html -- diff --git

[22/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/jmx/AgentConfig.html -- diff --git

[23/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMembershipEvent.html -- diff --git

[05/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAttributes.html -- diff --git

[26/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/admin/SystemMemberCache.html -- diff --git

[09/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/DiskWriteAttributes.html -- diff --git

[03/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/FixedPartitionAttributes.html -- diff --git

[50/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-frame.html -- diff --git a/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/allclasses-frame.html

[11/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CustomEvictionAttributes.html -- diff --git

[16/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/CacheCallback.html -- diff --git

[18/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/AttributesMutator.html -- diff --git

[04/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionCriteria.html -- diff --git

[20/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/annotations/Experimental.html -- diff --git

[06/51] [partial] incubator-geode git commit: GEODE-54: Missing javadocs

2016-03-11 Thread sbawaskar
http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54a3e718/releases/1.0.0-incubating.M2-SNAPSHOT/javadocs/com/gemstone/gemfire/cache/EvictionAction.html -- diff --git

  1   2   3   >