[04/30] hbase git commit: Trying to find who sets server and regionState to null around servercrashprocedure add DEBUG. Ditto for why we do a suspend though we have not done dispatch (on a retry....)

2017-05-07 Thread stack
Trying to find who sets server and regionState to null around servercrashprocedure add DEBUG. Ditto for why we do a suspend though we have not done dispatch (on a retry) Add to MasterServices ability to wait on Master being up -- makes it so can Mock Master and start to implement standalone

[22/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-protocol-shaded/src/main/protobuf/Master.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/Master.proto

[06/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java -- diff --git

[28/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of ProcedureV2 facility. Includes four patches from Matteos' repository and then fix up to get it all to

[25/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/MasterProcedureProtos.java -- diff --git

[17/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/MergeTableRegionsProcedure.java -- diff --git

[10/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestTableFavoredNodes.java -- diff --git

[16/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/RegionTransitionProcedure.java -- diff --git

[24/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/MasterProtos.java -- diff --git

[05/30] hbase git commit: Fix failing hbase-procedure tests

2017-05-07 Thread stack
Fix failing hbase-procedure tests Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/163cd4af Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/163cd4af Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/163cd4af

[14/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/MergeTableRegionsProcedure.java -- diff --git

[20/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/main/java/org/apache/hadoop/hbase/master/BulkAssigner.java -- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/master/BulkAssigner.java

[18/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java -- diff --git

[12/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplit.java -- diff --git

[26/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/AdminProtos.java -- diff --git

[07/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestModifyTableProcedure.java -- diff --git

[09/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterMetrics.java -- diff --git

[02/30] hbase git commit: Exceptions are not logging identifying details like region; makes it hard to debug who is problem

2017-05-07 Thread stack
Exceptions are not logging identifying details like region; makes it hard to debug who is problem Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6f4ee137 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6f4ee137

[11/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionMergeRequest.java -- diff --git

[27/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/RemoteProcedureDispatcher.java -- diff --git

[08/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/test/java/org/apache/hadoop/hbase/master/assignment/TestRegionStates.java -- diff --git

[21/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java -- diff --git

[13/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/ServerCrashProcedure.java -- diff --git

[29/30] hbase git commit: Rebase with master fixup

2017-05-07 Thread stack
Rebase with master fixup Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1d15144f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1d15144f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1d15144f Branch:

[03/30] hbase git commit: Don't drop old master proc wal files... need to debug

2017-05-07 Thread stack
Don't drop old master proc wal files... need to debug Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1e81af1a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1e81af1a Diff:

[15/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/DisableTableProcedure.java -- diff --git

[30/30] hbase git commit: Doc and adding undoMarkRegionAsOpening/Closing to undo OPENING state if failure

2017-05-07 Thread stack
Doc and adding undoMarkRegionAsOpening/Closing to undo OPENING state if failure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ad718796 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ad718796 Diff:

[19/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionStateStore.java -- diff --git

[23/30] hbase git commit: HBASE-14614 Procedure v2 - Core Assignment Manager (Matteo Bertozzi) Move to a new AssignmentManager, one that describes Assignment using a State Machine built on top of Proc

2017-05-07 Thread stack
http://git-wip-us.apache.org/repos/asf/hbase/blob/9ba7e5b2/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/RegionServerStatusProtos.java -- diff --git

[01/30] hbase git commit: Undo OPENING state if we fail to dispatch

2017-05-07 Thread stack
Repository: hbase Updated Branches: refs/heads/HBASE-14614 [created] ad7187965 Undo OPENING state if we fail to dispatch Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f305c546 Tree:

[hbase] Git Push Summary

2017-05-07 Thread stack
Repository: hbase Updated Branches: refs/heads/HBASE-14614 [deleted] dd6d941a4

hbase git commit: Undo OPENING state if we fail to dispatch

2017-05-07 Thread stack
Repository: hbase Updated Branches: refs/heads/HBASE-14614 3a6d8fc49 -> dd6d941a4 Undo OPENING state if we fail to dispatch Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dd6d941a Tree: