hbase git commit: HBASE-20037 Race when calling SequenceIdAccounting.resetHighest

2018-02-21 Thread stack
Repository: hbase Updated Branches: refs/heads/master 92d04d575 -> a27ef55a4 HBASE-20037 Race when calling SequenceIdAccounting.resetHighest Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a27ef55a Tree: http://git-wip-us.

[2/2] hbase git commit: HBASE-19953 Ensure post DDL hooks are only called after successful operations

2018-02-21 Thread elserj
HBASE-19953 Ensure post DDL hooks are only called after successful operations The 1.x functionality of Master DDL operations is that "post" observer hooks are only invoked when the DDL action was successful. With the async-ness of ProcV2, we find ourselves in a case where the post-hook may be invo

hbase git commit: HBASE-20031 Unable to run integration test using mvn due to missing HBaseClassTestRule

2018-02-21 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-2 e10db9d29 -> 66ba8aa58 HBASE-20031 Unable to run integration test using mvn due to missing HBaseClassTestRule Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/66ba8aa

[1/2] hbase git commit: HBASE-20039 MR tests out to hbase-mapreduce mobile

2018-02-21 Thread mdrob
Repository: hbase Updated Branches: refs/heads/branch-2 66ba8aa58 -> d8ec10e20 refs/heads/master 401227ba6 -> 5d994a24f HBASE-20039 MR tests out to hbase-mapreduce mobile Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d

[2/2] hbase git commit: HBASE-20039 MR tests out to hbase-mapreduce mobile

2018-02-21 Thread mdrob
HBASE-20039 MR tests out to hbase-mapreduce mobile Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5d994a24 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5d994a24 Diff: http://git-wip-us.apache.org/repos/asf/hbase/di

hbase git commit: HBASE-19166 AsyncProtobufLogWriter persists ProtobufLogWriter as class name for backward compatibility

2018-02-21 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 5d994a24f -> bf5f03446 HBASE-19166 AsyncProtobufLogWriter persists ProtobufLogWriter as class name for backward compatibility Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/

hbase git commit: HBASE-19166 AsyncProtobufLogWriter persists ProtobufLogWriter as class name for backward compatibility

2018-02-21 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-2 d8ec10e20 -> 5c988c996 HBASE-19166 AsyncProtobufLogWriter persists ProtobufLogWriter as class name for backward compatibility Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbas

[4/4] hbase git commit: HBASE-20027 Add test TestClusterPortAssignment

2018-02-21 Thread apurtell
HBASE-20027 Add test TestClusterPortAssignment LocalHBaseCluster forces random port assignment for sake of concurrent unit test execution friendliness, but we still need a positive test for RPC and info port assignment. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://gi

[3/4] hbase git commit: HBASE-20027 Add test TestClusterPortAssignment

2018-02-21 Thread apurtell
HBASE-20027 Add test TestClusterPortAssignment LocalHBaseCluster forces random port assignment for sake of concurrent unit test execution friendliness, but we still need a positive test for RPC and info port assignment. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://gi

[1/4] hbase git commit: HBASE-20027 Add test TestClusterPortAssignment

2018-02-21 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1 c0bca137f -> c5e692c1d refs/heads/branch-1.4 491adbc5f -> a01323b2c refs/heads/branch-2 5c988c996 -> 67b7ce38f refs/heads/master bf5f03446 -> 173a5bf1f HBASE-20027 Add test TestClusterPortAssignment LocalHBaseCluster forces random p

[2/4] hbase git commit: HBASE-20027 Add test TestClusterPortAssignment

2018-02-21 Thread apurtell
HBASE-20027 Add test TestClusterPortAssignment LocalHBaseCluster forces random port assignment for sake of concurrent unit test execution friendliness, but we still need a positive test for RPC and info port assignment. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://gi

hbase git commit: HBASE-20042 TestRegionServerAbort flakey

2018-02-21 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 67b7ce38f -> baec532aa HBASE-20042 TestRegionServerAbort flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/baec532a Tree: http://git-wip-us.apache.org/repos/asf/

hbase git commit: HBASE-20042 TestRegionServerAbort flakey

2018-02-21 Thread stack
Repository: hbase Updated Branches: refs/heads/master 173a5bf1f -> 3f82098d4 HBASE-20042 TestRegionServerAbort flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3f82098d Tree: http://git-wip-us.apache.org/repos/asf/hb

hbase git commit: HBASE-20031 Unable to run integration test using mvn due to missing HBaseClassTestRule

2018-02-21 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master d9b8dcc1d -> 401227ba6 HBASE-20031 Unable to run integration test using mvn due to missing HBaseClassTestRule Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/401227ba

[1/2] hbase git commit: HBASE-19953 Ensure post DDL hooks are only called after successful operations

2018-02-21 Thread elserj
Repository: hbase Updated Branches: refs/heads/branch-2 30c2dcd88 -> e10db9d29 refs/heads/master a27ef55a4 -> d9b8dcc1d HBASE-19953 Ensure post DDL hooks are only called after successful operations The 1.x functionality of Master DDL operations is that "post" observer hooks are only invoked

hbase git commit: HBASE-2004 TestClientClusterStatus is flakey

2018-02-21 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 baec532aa -> 92bb4db9e HBASE-2004 TestClientClusterStatus is flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/92bb4db9 Tree: http://git-wip-us.apache.org/repos/

hbase git commit: HBASE-2004 TestClientClusterStatus is flakey

2018-02-21 Thread stack
Repository: hbase Updated Branches: refs/heads/master 3f82098d4 -> 3a3994223 HBASE-2004 TestClientClusterStatus is flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3a399422 Tree: http://git-wip-us.apache.org/repos/as

[2/2] hbase git commit: HBASE-20042 TestRegionServerAbort flakey; ADDENDUM, RETRY

2018-02-21 Thread stack
HBASE-20042 TestRegionServerAbort flakey; ADDENDUM, RETRY Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/13223c21 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/13223c21 Diff: http://git-wip-us.apache.org/repos/asf/h

[1/2] hbase git commit: HBASE-19767 Fix for Master web UI shows negative values for Remaining KVs

2018-02-21 Thread stack
Repository: hbase Updated Branches: refs/heads/master 3a3994223 -> 13223c217 HBASE-19767 Fix for Master web UI shows negative values for Remaining KVs Negative Remaining KVs and progress percent greater than 100 is because CompactionProgress#totalCompactingKVs is sometimes less than Compacti

hbase git commit: HBASE-20042 TestRegionServerAbort flakey; ADDENDUM, RETRY

2018-02-21 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 92bb4db9e -> c677c3002 HBASE-20042 TestRegionServerAbort flakey; ADDENDUM, RETRY Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c677c300 Tree: http://git-wip-us.apac

hbase git commit: HBASE-19391 Calling HRegion#initializeRegionInternals from a region replica can still re-create a region directory

2018-02-21 Thread huaxiangsun
Repository: hbase Updated Branches: refs/heads/master 13223c217 -> a0900857c HBASE-19391 Calling HRegion#initializeRegionInternals from a region replica can still re-create a region directory Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repo

hbase git commit: HBASE-19391 Calling HRegion#initializeRegionInternals from a region replica can still re-create a region directory

2018-02-21 Thread huaxiangsun
Repository: hbase Updated Branches: refs/heads/branch-1 c5e692c1d -> 9e7e58d55 HBASE-19391 Calling HRegion#initializeRegionInternals from a region replica can still re-create a region directory Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/re

hbase git commit: HBASE-19391 Calling HRegion#initializeRegionInternals from a region replica can still re-create a region directory

2018-02-21 Thread huaxiangsun
Repository: hbase Updated Branches: refs/heads/branch-2 c677c3002 -> c06c4f30d HBASE-19391 Calling HRegion#initializeRegionInternals from a region replica can still re-create a region directory Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/re

hbase git commit: HBASE-19553, Old replica regions should be cleared from AM memory after primary region split or merge

2018-02-21 Thread huaxiangsun
Repository: hbase Updated Branches: refs/heads/branch-1 9e7e58d55 -> a189674b4 HBASE-19553, Old replica regions should be cleared from AM memory after primary region split or merge Signed-off-by: Ted Yu Signed-off-by: Huaxiang Sun Project: http://git-wip-us.apache.org/repos/asf/hbase/repo

hbase git commit: HBASE-20038 TestLockProcedure.testTimeout is flakey

2018-02-21 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 c06c4f30d -> 0432d49d8 HBASE-20038 TestLockProcedure.testTimeout is flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0432d49d Tree: http://git-wip-us.apache.org

hbase git commit: HBASE-20038 TestLockProcedure.testTimeout is flakey

2018-02-21 Thread stack
Repository: hbase Updated Branches: refs/heads/master a0900857c -> b328807d2 HBASE-20038 TestLockProcedure.testTimeout is flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b328807d Tree: http://git-wip-us.apache.org/r

hbase git commit: HBASE-20016 TestCatalogJanitorInMemoryStates#testInMemoryForReplicaParentCleanup is flaky

2018-02-21 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1.4 a01323b2c -> 08b993997 HBASE-20016 TestCatalogJanitorInMemoryStates#testInMemoryForReplicaParentCleanup is flaky Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/08

hbase git commit: HBASE-20016 TestCatalogJanitorInMemoryStates#testInMemoryForReplicaParentCleanup is flaky

2018-02-21 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1 a189674b4 -> af1f7cf43 HBASE-20016 TestCatalogJanitorInMemoryStates#testInMemoryForReplicaParentCleanup is flaky Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/af1f

hbase git commit: Revert "HBASE-19767 Fix for Master web UI shows negative values for Remaining KVs" Applied prematurely.

2018-02-21 Thread stack
Repository: hbase Updated Branches: refs/heads/master b328807d2 -> 2440f807b Revert "HBASE-19767 Fix for Master web UI shows negative values for Remaining KVs" Applied prematurely. This reverts commit 61b55166bf7fe9edc4e8105f217463ed6e693d17. Project: http://git-wip-us.apache.org/repos/asf/

[29/50] [abbrv] hbase git commit: HBASE-20039 MR tests out to hbase-mapreduce mobile

2018-02-21 Thread zhangduo
HBASE-20039 MR tests out to hbase-mapreduce mobile Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5d994a24 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5d994a24 Diff: http://git-wip-us.apache.org/repos/asf/hbase/di

[12/50] [abbrv] hbase git commit: HBASE-18294 Reduce global heap pressure: flush based on heap occupancy

2018-02-21 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/f3bb9b96/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionServerAccounting.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver

[10/50] [abbrv] hbase git commit: HBASE-20013 TestZKPermissionWatcher is flakey

2018-02-21 Thread zhangduo
HBASE-20013 TestZKPermissionWatcher is flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/68d509bc Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/68d509bc Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/68

[18/50] [abbrv] hbase git commit: HBASE-20023 CompactionTool command line examples are incorrect

2018-02-21 Thread zhangduo
HBASE-20023 CompactionTool command line examples are incorrect 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/2b196989 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2b196989 Diff: http://git-w

[02/50] [abbrv] hbase git commit: HBASE-19903 Split TestShell so it will not time out

2018-02-21 Thread zhangduo
HBASE-19903 Split TestShell so it will not time out Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/01a28693 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/01a28693 Diff: http://git-wip-us.apache.org/repos/asf/hbase/d

[25/50] [abbrv] hbase git commit: HBASE-19506: The CellChunkMap index chunks are usually small, so in order to prevent memory underutilization, HBASE-19506 presents small chunks preallocated in a smal

2018-02-21 Thread zhangduo
HBASE-19506: The CellChunkMap index chunks are usually small, so in order to prevent memory underutilization, HBASE-19506 presents small chunks preallocated in a small pool Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/92d

[03/50] [abbrv] hbase git commit: HBASE-20006 TestRestoreSnapshotFromClientWithRegionReplicas is flakey Remove assert in splittableregionprocedure. It was in the prepare. Was causing fail in legit cas

2018-02-21 Thread zhangduo
HBASE-20006 TestRestoreSnapshotFromClientWithRegionReplicas is flakey Remove assert in splittableregionprocedure. It was in the prepare. Was causing fail in legit case where a region split follows a table split BEFORE the parent has been GC'd. The region split finds the parent in SPLIT state which

[13/50] [abbrv] hbase git commit: HBASE-18294 Reduce global heap pressure: flush based on heap occupancy

2018-02-21 Thread zhangduo
HBASE-18294 Reduce global heap pressure: flush based on heap occupancy Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f3bb9b96 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f3bb9b96 Diff: http://git-wip-us.apache.or

[17/50] [abbrv] hbase git commit: HBASE-20021 TestFromClientSideWithCoprocessor is flakey

2018-02-21 Thread zhangduo
HBASE-20021 TestFromClientSideWithCoprocessor is flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/69d2becc Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/69d2becc Diff: http://git-wip-us.apache.org/repos/asf/hba

[21/50] [abbrv] hbase git commit: HBASE-19400 Add missing security checks in MasterRpcServices

2018-02-21 Thread zhangduo
HBASE-19400 Add missing security checks in MasterRpcServices - Added ADMIN permission check for following rpc calls: normalize, setNormalizerRunning, runCatalogScan, enableCatalogJanitor, runCleanerChore, setCleanerChoreRunning, execMasterService, execProcedure, execProcedureWithRet - Moved a

[08/50] [abbrv] hbase git commit: HBASE-19680 BufferedMutatorImpl#mutate should wait the result from AP in order to throw the failed mutations

2018-02-21 Thread zhangduo
HBASE-19680 BufferedMutatorImpl#mutate should wait the result from AP in order to throw the failed mutations Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dad90f6c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dad

[26/50] [abbrv] hbase git commit: HBASE-20037 Race when calling SequenceIdAccounting.resetHighest

2018-02-21 Thread zhangduo
HBASE-20037 Race when calling SequenceIdAccounting.resetHighest Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a27ef55a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a27ef55a Diff: http://git-wip-us.apache.org/repos

[20/50] [abbrv] hbase git commit: HBASE-20029 @Ignore TestQuotaThrottle and TestReplicasClient#testCancelOfMultiGet

2018-02-21 Thread zhangduo
HBASE-20029 @Ignore TestQuotaThrottle and TestReplicasClient#testCancelOfMultiGet Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/148356a7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/148356a7 Diff: http://git-wip-

[35/50] [abbrv] hbase git commit: HBASE-20042 TestRegionServerAbort flakey; ADDENDUM, RETRY

2018-02-21 Thread zhangduo
HBASE-20042 TestRegionServerAbort flakey; ADDENDUM, RETRY Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/13223c21 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/13223c21 Diff: http://git-wip-us.apache.org/repos/asf/h

[31/50] [abbrv] hbase git commit: HBASE-20027 Add test TestClusterPortAssignment

2018-02-21 Thread zhangduo
HBASE-20027 Add test TestClusterPortAssignment LocalHBaseCluster forces random port assignment for sake of concurrent unit test execution friendliness, but we still need a positive test for RPC and info port assignment. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://gi

[45/50] [abbrv] hbase git commit: HBASE-19990 Create remote wal directory when transitting to state S

2018-02-21 Thread zhangduo
HBASE-19990 Create remote wal directory when transitting to state S Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0ac76924 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0ac76924 Diff: http://git-wip-us.apache.org/r

[11/50] [abbrv] hbase git commit: HBASE-20015 TestMergeTableRegionsProcedure and TestRegionMergeTransactionOnCluster flakey

2018-02-21 Thread zhangduo
HBASE-20015 TestMergeTableRegionsProcedure and TestRegionMergeTransactionOnCluster flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f3ff55a2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f3ff55a2 Diff: http://

[06/50] [abbrv] hbase git commit: HBASE-19920 Lazy init for ProtobufUtil classloader

2018-02-21 Thread zhangduo
HBASE-19920 Lazy init for ProtobufUtil classloader Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8cf7a9d5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8cf7a9d5 Diff: http://git-wip-us.apache.org/repos/asf/hbase/di

[14/50] [abbrv] hbase git commit: HBASE-19950 Introduce a ColumnValueFilter

2018-02-21 Thread zhangduo
HBASE-19950 Introduce a ColumnValueFilter 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/a9a6eed3 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a9a6eed3 Diff: http://git-wip-us.apache

[50/50] [abbrv] hbase git commit: HBASE-19078 Add a remote peer cluster wal directory config for synchronous replication

2018-02-21 Thread zhangduo
HBASE-19078 Add a remote peer cluster wal directory config for synchronous replication 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/81876883 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree

[37/50] [abbrv] hbase git commit: HBASE-20038 TestLockProcedure.testTimeout is flakey

2018-02-21 Thread zhangduo
HBASE-20038 TestLockProcedure.testTimeout is flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b328807d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b328807d Diff: http://git-wip-us.apache.org/repos/asf/hbase/d

[19/50] [abbrv] hbase git commit: HBASE-20024 TestMergeTableRegionsProcedure is STILL flakey

2018-02-21 Thread zhangduo
HBASE-20024 TestMergeTableRegionsProcedure is STILL flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/51cea3e2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/51cea3e2 Diff: http://git-wip-us.apache.org/repos/asf/

[07/50] [abbrv] hbase git commit: HBASE-20011 Disable TestRestoreSnapshotFromClientWithRegionReplicas; it is flakey. Needs attention.

2018-02-21 Thread zhangduo
HBASE-20011 Disable TestRestoreSnapshotFromClientWithRegionReplicas; it is flakey. Needs attention. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/abf7de70 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/abf7de70 Dif

[28/50] [abbrv] hbase git commit: HBASE-20031 Unable to run integration test using mvn due to missing HBaseClassTestRule

2018-02-21 Thread zhangduo
HBASE-20031 Unable to run integration test using mvn due to missing HBaseClassTestRule Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/401227ba Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/401227ba Diff: http://git

[23/50] [abbrv] hbase git commit: HBASE-20032 Receving multiple warnings for missing reporting.plugins.plugin.version

2018-02-21 Thread zhangduo
HBASE-20032 Receving multiple warnings for missing reporting.plugins.plugin.version Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0068b95c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0068b95c Diff: http://git-wi

[24/50] [abbrv] hbase git commit: HBASE-20017 BufferedMutatorImpl submit the same mutation repeatedly

2018-02-21 Thread zhangduo
HBASE-20017 BufferedMutatorImpl submit the same mutation repeatedly Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/79d9403a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/79d9403a Diff

[40/50] [abbrv] hbase git commit: HBASE-19781 Add a new cluster state flag for synchronous replication

2018-02-21 Thread zhangduo
HBASE-19781 Add a new cluster state flag for synchronous replication Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c4573964 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c4573964 Diff: http://git-wip-us.apache.org/

[05/50] [abbrv] hbase git commit: HBASE-19991 hbase-rest test fail against h3

2018-02-21 Thread zhangduo
HBASE-19991 hbase-rest test fail against h3 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0d6acfa0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0d6acfa0 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0d6a

[27/50] [abbrv] hbase git commit: HBASE-19953 Ensure post DDL hooks are only called after successful operations

2018-02-21 Thread zhangduo
HBASE-19953 Ensure post DDL hooks are only called after successful operations The 1.x functionality of Master DDL operations is that "post" observer hooks are only invoked when the DDL action was successful. With the async-ness of ProcV2, we find ourselves in a case where the post-hook may be invo

[33/50] [abbrv] hbase git commit: HBASE-2004 TestClientClusterStatus is flakey

2018-02-21 Thread zhangduo
HBASE-2004 TestClientClusterStatus is flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3a399422 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3a399422 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3a3

[30/50] [abbrv] hbase git commit: HBASE-19166 AsyncProtobufLogWriter persists ProtobufLogWriter as class name for backward compatibility

2018-02-21 Thread zhangduo
HBASE-19166 AsyncProtobufLogWriter persists ProtobufLogWriter as class name for backward compatibility Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bf5f0344 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bf5f0344

[44/50] [abbrv] hbase git commit: HBASE-19083 Introduce a new log writer which can write to two HDFSes

2018-02-21 Thread zhangduo
HBASE-19083 Introduce a new log writer which can write to two HDFSes Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f044dc49 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f044dc49 Diff: http://git-wip-us.apache.org/

[22/50] [abbrv] hbase git commit: HBASE-19954 Separate TestBlockReorder into individual tests to avoid ShutdownHook suppression error against hadoop3

2018-02-21 Thread zhangduo
HBASE-19954 Separate TestBlockReorder into individual tests to avoid ShutdownHook suppression error against hadoop3 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b75a8f40 Tree: http://git-wip-us.apache.org/repos/asf/hbase/t

[01/50] [abbrv] hbase git commit: HBASE-19998 Flakey TestVisibilityLabelsWithDefaultVisLabelService [Forced Update!]

2018-02-21 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/HBASE-19064 33d0606a2 -> 0ac769246 (forced update) HBASE-19998 Flakey TestVisibilityLabelsWithDefaultVisLabelService Only call server.checkIfShouldMoveSystemRegionAsync if a node has been added. Do not call it if only one regionserver in cluster.

[39/50] [abbrv] hbase git commit: HBASE-19781 Add a new cluster state flag for synchronous replication

2018-02-21 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/c4573964/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsckReplication.java -- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestHBaseFsck

[09/50] [abbrv] hbase git commit: HBASE-20014 TestAdmin1 Times out

2018-02-21 Thread zhangduo
HBASE-20014 TestAdmin1 Times out Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/96989510 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/96989510 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/96989510 Branc

[15/50] [abbrv] hbase git commit: HBASE-19978 The keepalive logic is incomplete in ProcedureExecutor

2018-02-21 Thread zhangduo
HBASE-19978 The keepalive logic is incomplete in ProcedureExecutor Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/391790dd Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/391790dd Diff: http://git-wip-us.apache.org/re

[04/50] [abbrv] hbase git commit: HBASE-19988 Fixed chatty log from HRegion#lockRowsAndBuildMiniBatch() when interrupted while waiting on a row lock

2018-02-21 Thread zhangduo
HBASE-19988 Fixed chatty log from HRegion#lockRowsAndBuildMiniBatch() when interrupted while waiting on a row lock Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9497eac4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tr

[41/50] [abbrv] hbase git commit: HBASE-19957 General framework to transit sync replication state

2018-02-21 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/b54b94ba/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbas

[16/50] [abbrv] hbase git commit: HBASE-20020 Make sure we throw DoNotRetryIOException when ConnectionImplementation is closed

2018-02-21 Thread zhangduo
HBASE-20020 Make sure we throw DoNotRetryIOException when ConnectionImplementation is closed Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b7685307 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b7685307 Diff: http

[47/50] [abbrv] hbase git commit: HBASE-19935 Only allow table replication for sync replication for now

2018-02-21 Thread zhangduo
HBASE-19935 Only allow table replication for sync replication for now Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3d720648 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3d720648 Diff: http://git-wip-us.apache.org

[42/50] [abbrv] hbase git commit: HBASE-19957 General framework to transit sync replication state

2018-02-21 Thread zhangduo
HBASE-19957 General framework to transit sync replication state Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b54b94ba Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b54b94ba Diff: http://git-wip-us.apache.org/repos

[32/50] [abbrv] hbase git commit: HBASE-20042 TestRegionServerAbort flakey

2018-02-21 Thread zhangduo
HBASE-20042 TestRegionServerAbort flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3f82098d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3f82098d Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3f82098

[38/50] [abbrv] hbase git commit: Revert "HBASE-19767 Fix for Master web UI shows negative values for Remaining KVs" Applied prematurely.

2018-02-21 Thread zhangduo
Revert "HBASE-19767 Fix for Master web UI shows negative values for Remaining KVs" Applied prematurely. This reverts commit 61b55166bf7fe9edc4e8105f217463ed6e693d17. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2440f807 T

[48/50] [abbrv] hbase git commit: HBASE-19082 Reject read/write from client but accept write from replication in state S

2018-02-21 Thread zhangduo
HBASE-19082 Reject read/write from client but accept write from replication in state S Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/595ac441 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/595ac441 Diff: http://git

[49/50] [abbrv] hbase git commit: HBASE-19864 Use protobuf instead of enum.ordinal to store SyncReplicationState

2018-02-21 Thread zhangduo
HBASE-19864 Use protobuf instead of enum.ordinal to store SyncReplicationState 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/fb268839 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fb268839

[43/50] [abbrv] hbase git commit: HBASE-19747 Introduce a special WALProvider for synchronous replication

2018-02-21 Thread zhangduo
HBASE-19747 Introduce a special WALProvider for synchronous replication Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c5a0c7e8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c5a0c7e8 Diff: http://git-wip-us.apache.o

[46/50] [abbrv] hbase git commit: HBASE-19857 Complete the procedure for adding a sync replication peer

2018-02-21 Thread zhangduo
HBASE-19857 Complete the procedure for adding a sync replication peer Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fbab0eb9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fbab0eb9 Diff: http://git-wip-us.apache.org

[34/50] [abbrv] hbase git commit: HBASE-19767 Fix for Master web UI shows negative values for Remaining KVs

2018-02-21 Thread zhangduo
HBASE-19767 Fix for Master web UI shows negative values for Remaining KVs Negative Remaining KVs and progress percent greater than 100 is because CompactionProgress#totalCompactingKVs is sometimes less than CompactionProgress#currentCompactedKVs. Changes add a getter to CompactionProgress#totalC

[36/50] [abbrv] hbase git commit: HBASE-19391 Calling HRegion#initializeRegionInternals from a region replica can still re-create a region directory

2018-02-21 Thread zhangduo
HBASE-19391 Calling HRegion#initializeRegionInternals from a region replica can still re-create a region directory Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a0900857 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tr

[06/50] [abbrv] hbase git commit: HBASE-20027 Add test TestClusterPortAssignment

2018-02-21 Thread zhangduo
HBASE-20027 Add test TestClusterPortAssignment LocalHBaseCluster forces random port assignment for sake of concurrent unit test execution friendliness, but we still need a positive test for RPC and info port assignment. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://gi

[05/50] [abbrv] hbase git commit: HBASE-19166 AsyncProtobufLogWriter persists ProtobufLogWriter as class name for backward compatibility

2018-02-21 Thread zhangduo
HBASE-19166 AsyncProtobufLogWriter persists ProtobufLogWriter as class name for backward compatibility Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5c988c99 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5c988c99

[42/50] [abbrv] hbase git commit: HBASE-19711 TestReplicationAdmin.testConcurrentPeerOperations hangs

2018-02-21 Thread zhangduo
HBASE-19711 TestReplicationAdmin.testConcurrentPeerOperations hangs 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/5dc9906a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5dc9906a Diff: http

[14/50] [abbrv] hbase git commit: HBASE-19580 Use slf4j instead of commons-logging in new, just-added Peer Procedure classes

2018-02-21 Thread zhangduo
HBASE-19580 Use slf4j instead of commons-logging in new, just-added Peer Procedure classes Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/62a2a8c9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/62a2a8c9 Diff: http:/

[32/50] [abbrv] hbase git commit: HBASE-19617 Remove ReplicationQueues, use ReplicationQueueStorage directly

2018-02-21 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/bef6d77b/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbas

[45/50] [abbrv] hbase git commit: HBASE-19748 TestRegionReplicaFailover and TestRegionReplicaReplicationEndpoint UT hangs

2018-02-21 Thread zhangduo
HBASE-19748 TestRegionReplicaFailover and TestRegionReplicaReplicationEndpoint UT hangs Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/affbdb04 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/affbdb04 Diff: http://gi

[41/50] [abbrv] hbase git commit: HBASE-19873 addendum add missing rule for new tests

2018-02-21 Thread zhangduo
HBASE-19873 addendum add missing rule for new tests Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1d883eb5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1d883eb5 Diff: http://git-wip-us.apache.org/repos/asf/hbase/d

[19/50] [abbrv] hbase git commit: HBASE-19543 Abstract a replication storage interface to extract the zk specific code

2018-02-21 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/9b97636c/hbase-server/src/main/java/org/apache/hadoop/hbase/master/replication/ReplicationManager.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/master/rep

[22/50] [abbrv] hbase git commit: HBASE-19592 Add UTs to test retry on update zk failure

2018-02-21 Thread zhangduo
HBASE-19592 Add UTs to test retry on update zk failure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/71c8eab9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/71c8eab9 Diff: http://git-wip-us.apache.org/repos/asf/hbas

[40/50] [abbrv] hbase git commit: HBASE-19697 Remove TestReplicationAdminUsingProcedure

2018-02-21 Thread zhangduo
HBASE-19697 Remove TestReplicationAdminUsingProcedure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b00237fd Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b00237fd Diff: http://git-wip-us.apache.org/repos/asf/hbase

[28/50] [abbrv] hbase git commit: HBASE-19544 Add UTs for testing concurrent modifications on replication peer

2018-02-21 Thread zhangduo
HBASE-19544 Add UTs for testing concurrent modifications on replication peer 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/96000876 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/96000876 D

[02/50] [abbrv] hbase git commit: HBASE-19953 Ensure post DDL hooks are only called after successful operations

2018-02-21 Thread zhangduo
HBASE-19953 Ensure post DDL hooks are only called after successful operations The 1.x functionality of Master DDL operations is that "post" observer hooks are only invoked when the DDL action was successful. With the async-ness of ProcV2, we find ourselves in a case where the post-hook may be invo

[18/50] [abbrv] hbase git commit: HBASE-19216 Implement a general framework to execute remote procedure on RS

2018-02-21 Thread zhangduo
HBASE-19216 Implement a general framework to execute remote procedure on RS Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/92a370b4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/92a370b4 Diff: http://git-wip-us.apac

[34/50] [abbrv] hbase git commit: HBASE-19635 Introduce a thread at RS side to call reportProcedureDone

2018-02-21 Thread zhangduo
HBASE-19635 Introduce a thread at RS side to call reportProcedureDone Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bba95c54 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bba95c54 Diff: http://git-wip-us.apache.org

[09/50] [abbrv] hbase git commit: HBASE-20042 TestRegionServerAbort flakey; ADDENDUM, RETRY

2018-02-21 Thread zhangduo
HBASE-20042 TestRegionServerAbort flakey; ADDENDUM, RETRY Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c677c300 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c677c300 Diff: http://git-wip-us.apache.org/repos/asf/h

[47/50] [abbrv] hbase git commit: HBASE-19936 Introduce a new base class for replication peer procedure

2018-02-21 Thread zhangduo
HBASE-19936 Introduce a new base class for replication peer procedure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e0717d81 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e0717d81 Diff: http://git-wip-us.apache.org

[46/50] [abbrv] hbase git commit: HBASE-19719 Fix checkstyle issues

2018-02-21 Thread zhangduo
HBASE-19719 Fix checkstyle issues Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/23e43032 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/23e43032 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/23e43032 Bran

[38/50] [abbrv] hbase git commit: HBASE-19661 Replace ReplicationStateZKBase with ZKReplicationStorageBase

2018-02-21 Thread zhangduo
HBASE-19661 Replace ReplicationStateZKBase with ZKReplicationStorageBase Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ff084473 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ff084473 Diff: http://git-wip-us.apache.

[07/50] [abbrv] hbase git commit: HBASE-20042 TestRegionServerAbort flakey

2018-02-21 Thread zhangduo
HBASE-20042 TestRegionServerAbort flakey Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/baec532a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/baec532a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/baec532

[03/50] [abbrv] hbase git commit: HBASE-20031 Unable to run integration test using mvn due to missing HBaseClassTestRule

2018-02-21 Thread zhangduo
HBASE-20031 Unable to run integration test using mvn due to missing HBaseClassTestRule Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/66ba8aa5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/66ba8aa5 Diff: http://git

[30/50] [abbrv] hbase git commit: HBASE-19687 Move the logic in ReplicationZKNodeCleaner to ReplicationChecker and remove ReplicationZKNodeCleanerChore

2018-02-21 Thread zhangduo
HBASE-19687 Move the logic in ReplicationZKNodeCleaner to ReplicationChecker and remove ReplicationZKNodeCleanerChore Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/43f71632 Tree: http://git-wip-us.apache.org/repos/asf/hbase

  1   2   >