Class LogRollRegionServerProcedureManager


This manager class handles the work dealing with distributed WAL roll request.

This provides the mechanism necessary to kick off a backup specific Subprocedure that is responsible by this region server. If any failures occur with the sub-procedure, the manager's procedure member notifies the procedure coordinator to abort all others.

On startup, requires start() to be called.

On shutdown, requires org.apache.hadoop.hbase.procedure.ProcedureMember.close() to be called