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

2016-06-30 Thread sbawaskar
Repository: incubator-geode Updated Branches: refs/heads/develop 22e7005da -> 58d7fca30 GEODE-1576: Website needs to be upgraded to include WAN and CQ Adding a file missed in previous commit. Changed wording in Adapters description. Project:

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

2016-06-30 Thread sbawaskar
GEODE-1576: Website needs to be upgraded to include WAN and CQ merging changes to the asf-site branch Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/99f73535 Tree:

incubator-geode git commit: GEODE-1374: Flaky tests will now have junit xml recorded into seperate directory

2016-06-30 Thread jasonhuynh
Repository: incubator-geode Updated Branches: refs/heads/develop 369d4320d -> 22e7005da GEODE-1374: Flaky tests will now have junit xml recorded into seperate directory Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-1339: Added test to validate getAllIndexes and getIndex functions for Lucene.

2016-06-30 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop ec5578a22 -> 369d4320d GEODE-1339: Added test to validate getAllIndexes and getIndex functions for Lucene. * Added test to validate that a list of the indexes is returned if they are present in the system *

incubator-geode git commit: GEODE-1599: Array size allocation method was changed to prevent race condition in CopyOnWriteArray

2016-06-30 Thread nnag
Repository: incubator-geode Updated Branches: refs/heads/develop 186a09a74 -> ec5578a22 GEODE-1599: Array size allocation method was changed to prevent race condition in CopyOnWriteArray * toArray(new Statistics[statlist.size()]); was converted to toArray(new Statistics[0]);

[1/2] incubator-geode git commit: cleaned up the blockgclock code

2016-06-30 Thread dschneider
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1420 895e799f0 -> 7c325a156 cleaned up the blockgclock code Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2e4d4d2c Tree:

[2/2] incubator-geode git commit: sweeper no longer depends on GemFireCacheImpl making it easier to unit test

2016-06-30 Thread dschneider
sweeper no longer depends on GemFireCacheImpl making it easier to unit 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/7c325a15 Tree:

[25/26] incubator-geode git commit: GEODE-1571: rename ExternalSecurity to CustomSecurity

2016-06-30 Thread jinmeiliao
GEODE-1571: rename ExternalSecurity to CustomSecurity Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cd0d11ab Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/cd0d11ab Diff:

[19/26] incubator-geode git commit: Added SecurityTest to the Category. Reformatted to latest code style configuration.

2016-06-30 Thread jinmeiliao
Added SecurityTest to the Category. Reformatted to latest code style configuration. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2557979b Tree:

[08/26] incubator-geode git commit: Merge remote-tracking branch 'origin/feature/GEODE-1571' into feature/GEODE-1571

2016-06-30 Thread jinmeiliao
Merge remote-tracking branch 'origin/feature/GEODE-1571' into feature/GEODE-1571 # Conflicts: # geode-core/src/test/java/com/gemstone/gemfire/security/IntegratedClientGetClientPartitionAttrCmdAuthDistributedTest.java Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo

[12/26] incubator-geode git commit: Added ExecuteRegionFunction test

2016-06-30 Thread jinmeiliao
Added ExecuteRegionFunction 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/ad9bec1c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ad9bec1c Diff:

[02/26] incubator-geode git commit: Alter permission to Cluster:Read for GetClientPartitionAttribute

2016-06-30 Thread jinmeiliao
Alter permission to Cluster:Read for GetClientPartitionAttribute Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/0f8694c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/0f8694c3 Diff:

[21/26] incubator-geode git commit: GEODE-1607: Fix ConcurrentModificationException during cache close

2016-06-30 Thread jinmeiliao
GEODE-1607: Fix ConcurrentModificationException during cache close Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/186a09a7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/186a09a7 Diff:

[11/26] incubator-geode git commit: GEODE-1571: rework SamplePostProcessor

2016-06-30 Thread jinmeiliao
GEODE-1571: rework SamplePostProcessor Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/07d0817a Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/07d0817a Diff:

[23/26] incubator-geode git commit: Merge branch 'feature/GEODE-1571' of ssh://github.com/jinmeiliao/incubator-geode into feature/GEODE-1571

2016-06-30 Thread jinmeiliao
Merge branch 'feature/GEODE-1571' of ssh://github.com/jinmeiliao/incubator-geode into feature/GEODE-1571 # Conflicts: # geode-core/src/test/java/com/gemstone/gemfire/security/IntegratedClientGetPutAuthDistributedTest.java Project:

[20/26] incubator-geode git commit: GEODE-11: Added JMX MBean API providing raw stat values

2016-06-30 Thread jinmeiliao
GEODE-11: Added JMX MBean API providing raw stat values Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ee057745 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ee057745 Diff:

[22/26] incubator-geode git commit: GEODE-1571: post process for get, query, cq and register interest.

2016-06-30 Thread jinmeiliao
GEODE-1571: post process for get, query, cq and register interest. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/39c56843 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/39c56843 Diff:

[10/26] incubator-geode git commit: GEODE-1571: fix precheckin failures

2016-06-30 Thread jinmeiliao
GEODE-1571: fix precheckin failures Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/beb50ad8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/beb50ad8 Diff:

[17/26] incubator-geode git commit: Fixed a test - wrong user

2016-06-30 Thread jinmeiliao
Fixed a test - wrong user Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/38793108 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/38793108 Diff:

[15/26] incubator-geode git commit: GEODE-1598: avoid deletion of options during GFSH autocomplete

2016-06-30 Thread jinmeiliao
GEODE-1598: avoid deletion of options during GFSH autocomplete * This closes #175 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b5a50fe7 Tree:

[01/26] incubator-geode git commit: Removing flaky test label from tests with fixed bugs.

2016-06-30 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-1571 b43d0266d -> b37f43932 Removing flaky test label from tests with fixed bugs. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

[14/26] incubator-geode git commit: Added ExecuteFunction test

2016-06-30 Thread jinmeiliao
Added ExecuteFunction 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/b782b6be Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b782b6be Diff:

[26/26] incubator-geode git commit: GEODE-1571: do not have the post processor blead into other tests

2016-06-30 Thread jinmeiliao
GEODE-1571: do not have the post processor blead into other tests Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b37f4393 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b37f4393 Diff:

[06/26] incubator-geode git commit: GEODE-1571: add utility method to simplify client cache creation

2016-06-30 Thread jinmeiliao
GEODE-1571: add utility method to simplify client cache creation Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6c16f6f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6c16f6f2 Diff:

[13/26] incubator-geode git commit: Merge remote-tracking branch 'origin/feature/GEODE-1571' into feature/GEODE-1571

2016-06-30 Thread jinmeiliao
Merge remote-tracking branch 'origin/feature/GEODE-1571' into feature/GEODE-1571 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/dbcdf33a Tree:

[05/26] incubator-geode git commit: Merge branch 'feature/GEODE-1571' of ssh://github.com/jinmeiliao/incubator-geode into feature/GEODE-1571

2016-06-30 Thread jinmeiliao
Merge branch 'feature/GEODE-1571' of ssh://github.com/jinmeiliao/incubator-geode into feature/GEODE-1571 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/cfbcba11 Tree:

[09/26] incubator-geode git commit: GEODE-1551: add ignoredExcpetions for CommandOverHttpDUnitTest

2016-06-30 Thread jinmeiliao
GEODE-1551: add ignoredExcpetions for CommandOverHttpDUnitTest Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e43ef766 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e43ef766 Diff:

[07/26] incubator-geode git commit: Added ClientPRMetaData test

2016-06-30 Thread jinmeiliao
Added ClientPRMetaData 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/3483b112 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3483b112 Diff:

[24/26] incubator-geode git commit: Merge branch 'develop' into feature/GEODE-1571

2016-06-30 Thread jinmeiliao
Merge branch 'develop' into feature/GEODE-1571 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1a92021c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1a92021c Diff:

[16/26] incubator-geode git commit: Added Size test and refactored Size

2016-06-30 Thread jinmeiliao
Added Size test and refactored Size Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/bad0a92d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/bad0a92d Diff:

[03/26] incubator-geode git commit: Merge branch 'feature/GEODE-1571' of ssh://github.com/jinmeiliao/incubator-geode into feature/GEODE-1571

2016-06-30 Thread jinmeiliao
Merge branch 'feature/GEODE-1571' of ssh://github.com/jinmeiliao/incubator-geode into feature/GEODE-1571 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ceabe8c4 Tree:

incubator-geode git commit: GEODE-1607: Fix ConcurrentModificationException during cache close

2016-06-30 Thread eshu11
Repository: incubator-geode Updated Branches: refs/heads/develop ee057745c -> 186a09a74 GEODE-1607: Fix ConcurrentModificationException during cache close Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit:

incubator-geode git commit: GEODE-11: Added JMX MBean API providing raw stat values

2016-06-30 Thread boglesby
Repository: incubator-geode Updated Branches: refs/heads/develop 63ce3c0f4 -> ee057745c GEODE-11: Added JMX MBean API providing raw stat values Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ee057745