Class SplitWALRemoteProcedure

All Implemented Interfaces:
Comparable<Procedure<MasterProcedureEnv>>, ServerProcedureInterface, RemoteProcedureDispatcher.RemoteProcedure<MasterProcedureEnv,ServerName>

A remote procedure which is used to send split WAL request to region server. It will return null if the task succeeded or return a DoNotRetryIOException. SplitWALProcedure will help handle the situation that encounters DoNotRetryIOException. Otherwise it will retry until success.