hbase git commit: HBASE-19029 Align RPC timout methods in Table and AsyncTableBase

2017-10-25 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 aed0d6ce2 -> 5dadfdaa5 HBASE-19029 Align RPC timout methods in Table and AsyncTableBase As part of HBASE-18978 the rpc timeout methods gets aligned between Table and AsyncTable interfaces. Deprecate the following methods in Table: - int

[13/21] hbase git commit: HBASE-18879 HBase FilterList cause KeyOnlyFilter not work

2017-10-25 Thread zhangduo
HBASE-18879 HBase FilterList cause KeyOnlyFilter not work Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6a3ea5b5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6a3ea5b5 Diff:

[09/21] hbase git commit: HBASE-19053 Split out o.a.h.h.http from hbase-server into a separate module

2017-10-25 Thread zhangduo
HBASE-19053 Split out o.a.h.h.http from hbase-server into a separate module Change-Id: Ie3a688b789104df7feaf34ac9fb326a79d6a3960 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3969b853 Tree:

[12/21] hbase git commit: HBASE-15410 Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT

2017-10-25 Thread zhangduo
HBASE-15410 Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/57c1a844 Tree:

[16/21] hbase git commit: HBASE-17678 FilterList with MUST_PASS_ONE may lead to redundant cells returned

2017-10-25 Thread zhangduo
HBASE-17678 FilterList with MUST_PASS_ONE may lead to redundant cells returned Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8a2d3943 Tree:

[19/21] hbase git commit: HBASE-18368 FilterList with multiple FamilyFilters concatenated by OR does not work

2017-10-25 Thread zhangduo
HBASE-18368 FilterList with multiple FamilyFilters concatenated by OR does not work Signed-off-by: Guanghao Zhang Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6bf4ea72 Tree:

[05/21] hbase git commit: HBASE-19053 Split out o.a.h.h.http from hbase-server into a separate module

2017-10-25 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/3969b853/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java

[21/21] hbase git commit: HBASE-18411 Dividing FiterList into two separate sub-classes: FilterListWithOR , FilterListWithAND

2017-10-25 Thread zhangduo
HBASE-18411 Dividing FiterList into two separate sub-classes: FilterListWithOR , FilterListWithAND Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/aede28d7 Tree:

[03/21] hbase git commit: HBASE-19053 Split out o.a.h.h.http from hbase-server into a separate module

2017-10-25 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/3969b853/hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestHttpServer.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/http/TestHttpServer.java

[01/21] hbase git commit: HBASE-18846 Accommodate the hbase-indexer/lily/SEP consumer deploy-type [Forced Update!]

2017-10-25 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/HBASE-18410 806bcfa9f -> d370fac77 (forced update) HBASE-18846 Accommodate the hbase-indexer/lily/SEP consumer deploy-type Patch to start a standalone RegionServer that register's itself and optionally stands up Services. Can work w/o a Master in

[10/21] hbase git commit: HBASE-16290 Dump summary of callQueue content; can help debugging

2017-10-25 Thread zhangduo
HBASE-16290 Dump summary of callQueue content; can help debugging Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7cdfbde3 Tree:

[08/21] hbase git commit: HBASE-19053 Split out o.a.h.h.http from hbase-server into a separate module

2017-10-25 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/3969b853/hbase-http/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java -- diff --git a/hbase-http/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java

[18/21] hbase git commit: HBASE-17678 FilterList with MUST_PASS_ONE lead to redundancy cells returned - addendum

2017-10-25 Thread zhangduo
HBASE-17678 FilterList with MUST_PASS_ONE lead to redundancy cells returned - addendum Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/772f6729 Tree:

[17/21] hbase git commit: HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue

2017-10-25 Thread zhangduo
HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9be96049 Tree:

[15/21] hbase git commit: HBASE-18410 disable the HBASE-18957 test until we can fix it on the feature branch.

2017-10-25 Thread zhangduo
HBASE-18410 disable the HBASE-18957 test until we can fix it on the feature branch. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/086fadfc Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/086fadfc Diff:

[02/21] hbase git commit: HBASE-19053 Split out o.a.h.h.http from hbase-server into a separate module

2017-10-25 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/3969b853/hbase-server/src/test/java/org/apache/hadoop/hbase/http/ssl/KeyStoreTestUtil.java -- diff --git

[04/21] hbase git commit: HBASE-19053 Split out o.a.h.h.http from hbase-server into a separate module

2017-10-25 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/3969b853/hbase-server/src/main/java/org/apache/hadoop/hbase/http/log/LogLevel.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/http/log/LogLevel.java

[11/21] hbase git commit: HBASE-18754 Get rid of Writable from TimeRangeTracker

2017-10-25 Thread zhangduo
HBASE-18754 Get rid of Writable from TimeRangeTracker Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/93bac3de Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/93bac3de Diff:

[20/21] hbase git commit: HBASE-19057 Fix other code review comments about FilterList improvement

2017-10-25 Thread zhangduo
HBASE-19057 Fix other code review comments about FilterList improvement Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d370fac7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d370fac7 Diff:

[14/21] hbase git commit: HBASE-18904 Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()

2017-10-25 Thread zhangduo
HBASE-18904 Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator() Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e75c78ca Tree:

[06/21] hbase git commit: HBASE-19053 Split out o.a.h.h.http from hbase-server into a separate module

2017-10-25 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/3969b853/hbase-http/src/test/java/org/apache/hadoop/hbase/http/TestSpnegoHttpServer.java -- diff --git

[1/2] hbase git commit: HBASE-18905 Allow CPs to request flush on Region and know the completion of the requested flush

2017-10-25 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/branch-2 c2dbef146 -> ca79a9156 http://git-wip-us.apache.org/repos/asf/hbase/blob/ca79a915/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHeapMemoryManager.java

[2/2] hbase git commit: HBASE-18905 Allow CPs to request flush on Region and know the completion of the requested flush

2017-10-25 Thread zhangduo
HBASE-18905 Allow CPs to request flush on Region and know the completion of the requested flush Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ca79a915 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ca79a915 Diff:

[20/23] hbase git commit: HBASE-19057 Fix other code review comments about FilterList improvement

2017-10-25 Thread zhangduo
HBASE-19057 Fix other code review comments about FilterList improvement Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/705b3fa9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/705b3fa9 Diff:

[15/23] hbase git commit: HBASE-18879 HBase FilterList cause KeyOnlyFilter not work

2017-10-25 Thread zhangduo
HBASE-18879 HBase FilterList cause KeyOnlyFilter not work Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8a5114b4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8a5114b4 Diff:

[17/23] hbase git commit: HBASE-18410 disable the HBASE-18957 test until we can fix it on the feature branch.

2017-10-25 Thread zhangduo
HBASE-18410 disable the HBASE-18957 test until we can fix it on the feature branch. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4e1c7208 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4e1c7208 Diff:

[18/23] hbase git commit: HBASE-18411 Dividing FiterList into two separate sub-classes: FilterListWithOR , FilterListWithAND

2017-10-25 Thread zhangduo
HBASE-18411 Dividing FiterList into two separate sub-classes: FilterListWithOR , FilterListWithAND Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/59275100 Tree:

[04/23] hbase git commit: HBASE-19074 Miscellaneous Observer cleanups Breaks MemStoreSize into MemStoreSize (read-only) and MemStoreSizing (read/write). MemStoreSize we allow to Coprocesors. MemStoreS

2017-10-25 Thread zhangduo
HBASE-19074 Miscellaneous Observer cleanups Breaks MemStoreSize into MemStoreSize (read-only) and MemStoreSizing (read/write). MemStoreSize we allow to Coprocesors. MemStoreSizing we use internally doing MemStore accounting. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[06/23] hbase git commit: HBASE-19065 HRegion#bulkLoadHFiles() should wait for concurrent Region#flush() to finish

2017-10-25 Thread zhangduo
HBASE-19065 HRegion#bulkLoadHFiles() should wait for concurrent Region#flush() to finish Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3cced094 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3cced094 Diff:

[13/23] hbase git commit: BASE-19074 Miscellaneous Observer cleanups; ADDEDNUM to fix FindBugs

2017-10-25 Thread zhangduo
BASE-19074 Miscellaneous Observer cleanups; ADDEDNUM to fix FindBugs Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/43a8ac00 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/43a8ac00 Diff:

[19/23] hbase git commit: HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue

2017-10-25 Thread zhangduo
HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a811fb41 Tree:

[09/23] hbase git commit: HBASE-19073 Cleanup CoordinatedStateManager

2017-10-25 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/dd70cc30/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/AbstractTestWALReplay.java -- diff --git

[08/23] hbase git commit: HBASE-19054 switch precommit image to one from maven

2017-10-25 Thread zhangduo
HBASE-19054 switch precommit image to one from maven Amending Author: Mike Drob Signed-off-by: Sean Busbey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/eee3b018 Tree:

[14/23] hbase git commit: HBASE-15410 Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT

2017-10-25 Thread zhangduo
HBASE-15410 Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/10612254 Tree:

[22/23] hbase git commit: HBASE-18904 Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()

2017-10-25 Thread zhangduo
HBASE-18904 Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator() Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6442d30f Tree:

[05/23] hbase git commit: HBASE-19070 temporarily make the mvnsite nightly test non-voting.

2017-10-25 Thread zhangduo
HBASE-19070 temporarily make the mvnsite nightly test non-voting. Signed-off-by: Mike Drob Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/cda2949b Tree:

[03/23] hbase git commit: HBASE-19021 Restore a few important missing logics for balancer in 2.0

2017-10-25 Thread zhangduo
HBASE-19021 Restore a few important missing logics for balancer in 2.0 Signed-off-by: Jerry He Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9716f62f Tree:

[16/23] hbase git commit: HBASE-17678 FilterList with MUST_PASS_ONE lead to redundancy cells returned - addendum

2017-10-25 Thread zhangduo
HBASE-17678 FilterList with MUST_PASS_ONE lead to redundancy cells returned - addendum Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5716e8d9 Tree:

[11/23] hbase git commit: HBASE-18754 (addendum) close the input resource

2017-10-25 Thread zhangduo
HBASE-18754 (addendum) close the input resource Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2e648138 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2e648138 Diff:

[07/23] hbase git commit: HBASE-19018 tests that need bouncycastle must delcare dependency on it.

2017-10-25 Thread zhangduo
HBASE-19018 tests that need bouncycastle must delcare dependency on it. Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9353c59a Tree:

[10/23] hbase git commit: HBASE-19073 Cleanup CoordinatedStateManager

2017-10-25 Thread zhangduo
HBASE-19073 Cleanup CoordinatedStateManager - Merged BaseCSM class into CSM interface - Removed config hbase.coordinated.state.manager.class - Since state manager is not pluggable anymore, we don't need start/stop/initialize to setup unknown classes. Our internal ZkCSM now requires Server in

[21/23] hbase git commit: HBASE-18368 FilterList with multiple FamilyFilters concatenated by OR does not work

2017-10-25 Thread zhangduo
HBASE-18368 FilterList with multiple FamilyFilters concatenated by OR does not work Signed-off-by: Guanghao Zhang Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fcaf71d2 Tree:

[23/23] hbase git commit: HBASE-17678 FilterList with MUST_PASS_ONE may lead to redundant cells returned

2017-10-25 Thread zhangduo
HBASE-17678 FilterList with MUST_PASS_ONE may lead to redundant cells returned Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/45910981 Tree:

[02/23] hbase git commit: HBASE-19049 Update Kerby to 1.0.1.

2017-10-25 Thread zhangduo
HBASE-19049 Update Kerby to 1.0.1. Signed-off-by: Mike Drob Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1c1906e0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1c1906e0 Diff:

[12/23] hbase git commit: HBASE-19077 Have Region*CoprocessorEnvironment provide an ImmutableOnlineRegions

2017-10-25 Thread zhangduo
HBASE-19077 Have Region*CoprocessorEnvironment provide an ImmutableOnlineRegions Change name of Interface OnlineRegions to MutableOnlineRegions. Change name of Interface ImmutableOnlineRegions to OnlineRegions. Did this since OnlineRegions is for consumer other than internals. Add a

[01/23] hbase git commit: HBASE-19066 Correct the directory of openjdk-8 for jenkins [Forced Update!]

2017-10-25 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/HBASE-18410 d370fac77 -> 705b3fa98 (forced update) HBASE-19066 Correct the directory of openjdk-8 for jenkins Signed-off-by: Sean Busbey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[01/10] hbase git commit: HBASE-19057 Fix other code review comments about FilterList improvement

2017-10-25 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/master 43a8ac001 -> 705b3fa98 HBASE-19057 Fix other code review comments about FilterList improvement Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/705b3fa9 Tree:

[08/10] hbase git commit: HBASE-18904 Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()

2017-10-25 Thread zhangduo
HBASE-18904 Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator() Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6442d30f Tree:

[02/10] hbase git commit: HBASE-18879 HBase FilterList cause KeyOnlyFilter not work

2017-10-25 Thread zhangduo
HBASE-18879 HBase FilterList cause KeyOnlyFilter not work Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8a5114b4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8a5114b4 Diff:

[10/10] hbase git commit: HBASE-18411 Dividing FiterList into two separate sub-classes: FilterListWithOR , FilterListWithAND

2017-10-25 Thread zhangduo
HBASE-18411 Dividing FiterList into two separate sub-classes: FilterListWithOR , FilterListWithAND Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/59275100 Tree:

[07/10] hbase git commit: HBASE-17678 FilterList with MUST_PASS_ONE lead to redundancy cells returned - addendum

2017-10-25 Thread zhangduo
HBASE-17678 FilterList with MUST_PASS_ONE lead to redundancy cells returned - addendum Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5716e8d9 Tree:

[09/10] hbase git commit: HBASE-18368 FilterList with multiple FamilyFilters concatenated by OR does not work

2017-10-25 Thread zhangduo
HBASE-18368 FilterList with multiple FamilyFilters concatenated by OR does not work Signed-off-by: Guanghao Zhang Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fcaf71d2 Tree:

[06/10] hbase git commit: HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue

2017-10-25 Thread zhangduo
HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a811fb41 Tree:

[03/10] hbase git commit: HBASE-15410 Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT

2017-10-25 Thread zhangduo
HBASE-15410 Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/10612254 Tree:

[05/10] hbase git commit: HBASE-17678 FilterList with MUST_PASS_ONE may lead to redundant cells returned

2017-10-25 Thread zhangduo
HBASE-17678 FilterList with MUST_PASS_ONE may lead to redundant cells returned Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/45910981 Tree:

[04/10] hbase git commit: HBASE-18410 disable the HBASE-18957 test until we can fix it on the feature branch.

2017-10-25 Thread zhangduo
HBASE-18410 disable the HBASE-18957 test until we can fix it on the feature branch. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4e1c7208 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4e1c7208 Diff:

[2/2] hbase git commit: HBASE-18905 Allow CPs to request flush on Region and know the completion of the requested flush

2017-10-25 Thread zhangduo
HBASE-18905 Allow CPs to request flush on Region and know the completion of the requested flush Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0b799fdb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0b799fdb Diff:

[1/2] hbase git commit: HBASE-18905 Allow CPs to request flush on Region and know the completion of the requested flush

2017-10-25 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/master 705b3fa98 -> 0b799fdbf http://git-wip-us.apache.org/repos/asf/hbase/blob/0b799fdb/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHeapMemoryManager.java

[07/10] hbase git commit: HBASE-18904 Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator()

2017-10-25 Thread zhangduo
HBASE-18904 Missing break in NEXT_ROW case of FilterList#mergeReturnCodeForOrOperator() Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1a5b3a33 Tree:

[10/10] hbase git commit: HBASE-19057 Fix other code review comments about FilterList improvement

2017-10-25 Thread zhangduo
HBASE-19057 Fix other code review comments about FilterList improvement Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c2dbef14 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c2dbef14 Diff:

[03/10] hbase git commit: HBASE-15410 Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT

2017-10-25 Thread zhangduo
HBASE-15410 Utilize the max seek value when all Filters in MUST_PASS_ALL FilterList return SEEK_NEXT_USING_HINT Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/47d8549c Tree:

[02/10] hbase git commit: HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue

2017-10-25 Thread zhangduo
HBASE-18160 Fix incorrect logic in FilterList.filterKeyValue Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/15eae6ac Tree:

hbase git commit: HBASE-19065 HRegion#bulkLoadHFiles() should wait for concurrent Region#flush() to finish - revert, waiting for alpha4 to come out

2017-10-25 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-2 ca79a9156 -> 111380b64 HBASE-19065 HRegion#bulkLoadHFiles() should wait for concurrent Region#flush() to finish - revert, waiting for alpha4 to come out Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[06/10] hbase git commit: HBASE-18411 Dividing FiterList into two separate sub-classes: FilterListWithOR , FilterListWithAND

2017-10-25 Thread zhangduo
HBASE-18411 Dividing FiterList into two separate sub-classes: FilterListWithOR , FilterListWithAND Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/aa23cca5 Tree:

[05/10] hbase git commit: HBASE-17678 FilterList with MUST_PASS_ONE may lead to redundant cells returned

2017-10-25 Thread zhangduo
HBASE-17678 FilterList with MUST_PASS_ONE may lead to redundant cells returned Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7237ecc3 Tree:

[01/10] hbase git commit: HBASE-18879 HBase FilterList cause KeyOnlyFilter not work

2017-10-25 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/branch-2 962d7e9bf -> c2dbef146 HBASE-18879 HBase FilterList cause KeyOnlyFilter not work Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f6dd5e8b Tree:

[08/10] hbase git commit: HBASE-17678 FilterList with MUST_PASS_ONE lead to redundancy cells returned - addendum

2017-10-25 Thread zhangduo
HBASE-17678 FilterList with MUST_PASS_ONE lead to redundancy cells returned - addendum Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/50c9a412 Tree:

[09/10] hbase git commit: HBASE-18368 FilterList with multiple FamilyFilters concatenated by OR does not work

2017-10-25 Thread zhangduo
HBASE-18368 FilterList with multiple FamilyFilters concatenated by OR does not work Signed-off-by: Guanghao Zhang Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7a2da02e Tree:

[04/10] hbase git commit: HBASE-18410 disable the HBASE-18957 test until we can fix it on the feature branch.

2017-10-25 Thread zhangduo
HBASE-18410 disable the HBASE-18957 test until we can fix it on the feature branch. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e6f61b99 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e6f61b99 Diff:

[7/7] hbase git commit: HBASE-19030 nightly runs should attempt to log test results after archiving.

2017-10-25 Thread busbey
HBASE-19030 nightly runs should attempt to log test results after archiving. Signed-off-by: Esteban Gutierrez Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d0a3a747 Tree:

[4/7] hbase git commit: HBASE-19030 nightly runs should attempt to log test results after archiving.

2017-10-25 Thread busbey
HBASE-19030 nightly runs should attempt to log test results after archiving. Signed-off-by: Esteban Gutierrez Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/41f1dc43 Tree:

[2/7] hbase git commit: HBASE-19030 nightly runs should attempt to log test results after archiving.

2017-10-25 Thread busbey
HBASE-19030 nightly runs should attempt to log test results after archiving. Signed-off-by: Esteban Gutierrez Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/aed0d6ce Tree:

[35/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/class-use/CoordinatedStateManager.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/CoordinatedStateManager.html

[43/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/checkstyle-aggregate.html -- diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html index 8787446..ddc9ff4 100644 --- a/checkstyle-aggregate.html +++

[09/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HStore.html

hbase-site git commit: INFRA-10751 Empty commit

2017-10-25 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site 21726f5a2 -> 7bee80a09 INFRA-10751 Empty commit Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/7bee80a0 Tree:

[27/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/filter/FilterListBase.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/filter/FilterListBase.html

[34/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/constraint/ConstraintProcessor.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/constraint/ConstraintProcessor.html

[30/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/coprocessor/RegionServerCoprocessorEnvironment.html -- diff --git

[48/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/apidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html -- diff --git a/apidocs/org/apache/hadoop/hbase/LocalHBaseCluster.html

[46/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/apidocs/src-html/org/apache/hadoop/hbase/filter/Filter.ReturnCode.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/filter/Filter.ReturnCode.html

[42/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/checkstyle.rss -- diff --git a/checkstyle.rss b/checkstyle.rss index 3141540..d0f9173 100644 --- a/checkstyle.rss +++ b/checkstyle.rss @@ -25,8 +25,8 @@ under the

[5/7] hbase git commit: HBASE-19030 nightly runs should attempt to log test results after archiving.

2017-10-25 Thread busbey
HBASE-19030 nightly runs should attempt to log test results after archiving. Signed-off-by: Esteban Gutierrez Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8cdaa82f Tree:

[6/7] hbase git commit: HBASE-19030 nightly runs should attempt to log test results after archiving.

2017-10-25 Thread busbey
HBASE-19030 nightly runs should attempt to log test results after archiving. Signed-off-by: Esteban Gutierrez Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5bf25141 Tree:

[28/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/filter/FilterList.Operator.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/filter/FilterList.Operator.html

[41/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/constant-values.html -- diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html index 6372b10..0327563 100644 ---

[08/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/regionserver/ImmutableMemStoreLAB.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/ImmutableMemStoreLAB.html

[40/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/index-all.html -- diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html index 1d77008..6aee8ec 100644 --- a/devapidocs/index-all.html +++

[38/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/HConstants.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/HConstants.html

[22/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/master/HMaster.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/master/HMaster.html

[17/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/quotas/package-tree.html

[49/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/apidocs/org/apache/hadoop/hbase/HConstants.html -- diff --git a/apidocs/org/apache/hadoop/hbase/HConstants.html b/apidocs/org/apache/hadoop/hbase/HConstants.html

[12/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.CompactionChecker.html -- diff --git

[37/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/HealthChecker.HealthCheckerExitStatus.html -- diff --git

[21/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMaster.html -- diff --git

[36/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html

[11/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/HRegionServer.html

[16/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/regionserver/CompactingMemStore.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/regionserver/CompactingMemStore.html

[06/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/regionserver/MiniBatchOperationInProgress.html -- diff --git

[25/51] [partial] hbase-site git commit: Published site at .

2017-10-25 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/21726f5a/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithOR.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/filter/FilterListWithOR.html

  1   2   >