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

2018-02-21 Thread zhangduo
HBASE-19543 Abstract a replication storage interface to extract the zk specific code Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9b97636c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9b97636c Diff:

[48/50] [abbrv] hbase git commit: HBASE-19923 Reset peer state and config when refresh replication source failed

2018-02-21 Thread zhangduo
HBASE-19923 Reset peer state and config when refresh replication source failed Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9cd0f701 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9cd0f701 Diff:

[15/50] [abbrv] hbase git commit: HBASE-19525 RS side changes for moving peer modification from zk watcher to procedure

2018-02-21 Thread zhangduo
HBASE-19525 RS side changes for moving peer modification from zk watcher to procedure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f68d3b15 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f68d3b15 Diff:

[50/50] [abbrv] hbase git commit: HBASE-19707 Race in start and terminate of a replication source after we async start replicatione endpoint

2018-02-21 Thread zhangduo
HBASE-19707 Race in start and terminate of a replication source after we async start replicatione endpoint Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/41991d61 Tree:

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

[23/50] [abbrv] hbase git commit: HBASE-19579 Add peer lock test for shell command list_locks

2018-02-21 Thread zhangduo
HBASE-19579 Add peer lock test for shell command list_locks 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/253b1807 Tree:

[37/50] [abbrv] hbase git commit: HBASE-19633 Clean up the replication queues in the postPeerModification stage when removing a peer

2018-02-21 Thread zhangduo
HBASE-19633 Clean up the replication queues in the postPeerModification stage when removing a peer Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bd71e06a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bd71e06a

[10/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/c06c4f30 Tree:

[21/50] [abbrv] hbase git commit: HBASE-19630 Add peer cluster key check when add new replication peer

2018-02-21 Thread zhangduo
HBASE-19630 Add peer cluster key check when add new 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/ad4157d4 Tree:

[25/50] [abbrv] hbase git commit: HBASE-19599 Remove ReplicationQueuesClient, use ReplicationQueueStorage directly

2018-02-21 Thread zhangduo
HBASE-19599 Remove ReplicationQueuesClient, use ReplicationQueueStorage directly Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/72db7a63 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/72db7a63 Diff:

[24/50] [abbrv] hbase git commit: HBASE-19599 Remove ReplicationQueuesClient, use ReplicationQueueStorage directly

2018-02-21 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/72db7a63/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/DumpReplicationQueues.java -- diff --git

[31/50] [abbrv] hbase git commit: HBASE-19686 Use KeyLocker instead of ReentrantLock in PeerProcedureHandlerImpl

2018-02-21 Thread zhangduo
HBASE-19686 Use KeyLocker instead of ReentrantLock in PeerProcedureHandlerImpl Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/88228a25 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/88228a25 Diff:

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

[17/50] [abbrv] hbase git commit: HBASE-19524 Master side changes for moving peer modification from zk watcher to procedure

2018-02-21 Thread zhangduo
HBASE-19524 Master side changes for moving peer modification from zk watcher to procedure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1275b9f6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1275b9f6 Diff:

[44/50] [abbrv] hbase git commit: HBASE-19636 All rs should already start work with the new peer change when replication peer procedure is finished

2018-02-21 Thread zhangduo
HBASE-19636 All rs should already start work with the new peer change when replication peer procedure is finished 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/2fa68238 Tree:

[01/50] [abbrv] hbase git commit: HBASE-20037 Race when calling SequenceIdAccounting.resetHighest [Forced Update!]

2018-02-21 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/HBASE-19397-branch-2 a98b04f49 -> 9cd0f7014 (forced update) HBASE-20037 Race when calling SequenceIdAccounting.resetHighest Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[43/50] [abbrv] hbase git commit: HBASE-19636 All rs should already start work with the new peer change when replication peer procedure is finished

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

[13/50] [abbrv] hbase git commit: HBASE-19564 Procedure id is missing in the response of peer related operations

2018-02-21 Thread zhangduo
HBASE-19564 Procedure id is missing in the response of peer related operations Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e40463df Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e40463df Diff:

[16/50] [abbrv] hbase git commit: HBASE-19536 Client side changes for moving peer modification from zk watcher to procedure

2018-02-21 Thread zhangduo
HBASE-19536 Client side changes for moving peer modification from zk watcher to procedure 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/092635fa Tree:

[27/50] [abbrv] hbase git commit: HBASE-19642 Fix locking for peer modification procedure

2018-02-21 Thread zhangduo
HBASE-19642 Fix locking for peer modification procedure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/07714b7a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/07714b7a Diff:

[39/50] [abbrv] hbase git commit: HBASE-19783 Change replication peer cluster key/endpoint from a not-null value to null is not allowed

2018-02-21 Thread zhangduo
HBASE-19783 Change replication peer cluster key/endpoint from a not-null value to null is not allowed 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/c445b312 Tree:

[12/50] [abbrv] hbase git commit: HBASE-19520 Add UTs for the new lock type PEER

2018-02-21 Thread zhangduo
HBASE-19520 Add UTs for the new lock type 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/eb2e14d1 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/eb2e14d1 Diff:

[29/50] [abbrv] hbase git commit: HBASE-19623 Create replication endpoint asynchronously when adding a replication source

2018-02-21 Thread zhangduo
HBASE-19623 Create replication endpoint asynchronously when adding a replication source Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9b0aa69a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9b0aa69a Diff:

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

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

2018-02-21 Thread zhangduo
HBASE-19617 Remove ReplicationQueues, use ReplicationQueueStorage directly Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bef6d77b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bef6d77b Diff:

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

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

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

[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

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

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

[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

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

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

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

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

[49/50] [abbrv] hbase git commit: HBASE-19634 Add permission check for executeProcedures in AccessController

2018-02-21 Thread zhangduo
HBASE-19634 Add permission check for executeProcedures in AccessController Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/cd48ac73 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/cd48ac73 Diff:

[36/50] [abbrv] hbase git commit: HBASE-19622 Reimplement ReplicationPeers with the new replication storage interface

2018-02-21 Thread zhangduo
HBASE-19622 Reimplement ReplicationPeers with the new replication storage interface Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/05aa1aac Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/05aa1aac Diff:

[35/50] [abbrv] hbase git commit: HBASE-19622 Reimplement ReplicationPeers with the new replication storage interface

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

[26/50] [abbrv] hbase git commit: HBASE-19573 Rewrite ReplicationPeer with the new replication storage interface

2018-02-21 Thread zhangduo
HBASE-19573 Rewrite ReplicationPeer with the new replication storage interface Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/48d2587a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/48d2587a Diff:

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

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

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

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

[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

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

[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

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

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

[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

[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

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

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

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

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

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

[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

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

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

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

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

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

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

[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

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

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

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

[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

[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

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

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

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

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

[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

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

[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

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

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

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

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

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

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

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

[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

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

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

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

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

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

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

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

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

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

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

[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

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

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:

  1   2   >