Invoked before aborting a MasterTxn, this happens when the master is going to be a replica because of mastership transfer. We do this to make sure that the replica going to be the master has the most recent log and no hard recovery would happen after its election, see SR [#18081].
@param txn The MasterTxn that was aborted locally.
@throws ReplicaWriteException if the node transitioned to a Replicaafter the transaction was initiated.
@throws UnknownMasterException if the current master is unknown.
@throws EnvironmentFailureException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.