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: http://git-wip-us.apache.org/repos/asf/incubator-g

[1/3] 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/asf-site 38b524e8d -> 99f73535e http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/99f73535/font/fontawesome-webfont-woff.woff -- diff --git a/font/fontawesome-w

[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: http://git-wip-us.apache.org/repos/asf/i

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

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

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: http://git-wip-us.apache.org/repos/asf/incubato

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 * val

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: http://g

[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: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/7c325a1

[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: http://git-wip

[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: http://git-wip-us.apache.org/repos/asf/incubator-geode/tr

[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: htt

[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 Com

[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: http://git-wip-us.apache.org/repos/

[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: h

[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: http://git-wip-us.apache.org/

[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: http://git-wip-us.apache.org/repos/asf/incubator-geode/re

[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: http://git-w

[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: h

[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: http://git-wip-us.apache.org/rep

[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: http://git-wip-us.apache.org/repos/asf/inc

[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: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/

[04/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/eb3ce44d Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/eb3ce44d Diff: htt

[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: http://git-wip-us.apache.org/repos/asf/in

[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: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4

[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: ht

[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: htt

[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: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/db

[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: http://git-wip-us.apache.org/repos/as

[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: http:

[18/26] incubator-geode git commit: GEODE-11: Cleaning up old IndexRepositoryImpls when buckets move

2016-06-30 Thread jinmeiliao
GEODE-11: Cleaning up old IndexRepositoryImpls when buckets move When a bucket is moved, we leave the IndexRepositoryImpl open. But even after the bucket moves back, we just dereference the old IndexRepositoryImpl without closing it. We should make sure we always invoke close on the IndexRepositor

[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: http://git-wip-us.apache.org/repos/asf/i

[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: http://git-wip-us.apa

[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: http://git-wip-us.apache.org/rep

[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: http://git-wip-us.apache.org/repos/as

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: http://git-wip-us.apache.org/repos/asf/incubator-geode/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 T