rollback transaction

The rollback transaction command attempts to roll back the uncommitted transaction(s) for the metaspace member on which the command is invoked.

The all option causes all uncommitted transactions for all metaspace members to be rolled back. Specifying the name of a metaspace member causes the uncommitted transaction for the specified metaspace member to be rolled back. Specifying transaction_id will cause the transaction with the indicated id to be rolled back.

Syntax

rollback transaction [all | member_name <string> | transaction_id <string>]
		

Parameters

The following table describes the parameters for this command.

rollback transaction Parameters
Parameter Description
all Specify all to roll back all transactions for all metaspace members.
member_name Specify a member name to roll back the committed transactions for a specified space member.
transaction_id Specify a transaction ID to roll back a transaction with a specific transaction ID.