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

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

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

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

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

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

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

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

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

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

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

[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 a/hbase-server/src/test/java/org/apache/hadoop/hbase/http/ssl/KeyStoreTestU

[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 b/hbas

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

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

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

[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 a/hbase-http/src/test/java/org/apache/hadoop/hbase/http/TestSpnegoHttpServer.

[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 b/hbase-http/s

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

[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: http://git-wip-us.apache.org/repos/asf/hbase/tree/9be96049 Diff: http://git-

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

[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: http://git-wip-us.apache.org/repos/asf/hbase/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: http://git-wip-us.apache.org/repos/asf/hbase/tree/8a2d3943 Di

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

[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 b/hbase-se

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

[07/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/log/LogLevel.java -- diff --git a/hbase-http/src/main/java/org/apache/hadoop/hbase/http/log/LogLevel.java b/hbase-ht

[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 b/

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

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

<    1   2