xdmp:xa-forget( $forestID as xs:unsignedLong, $txn-id as xs:unsignedLong ) as empty-sequence()
Forgets a remembered completed XA transaction.
Parameters | |
---|---|
forestID | The forest ID of the coordinating forest. |
txn-id | The ID of a MarkLogic transaction that is part of a global XA transaction. |
http://marklogic.com/xdmp/privileges/xa-forget
Once a global transaction is prepared, it is remembered only by the coordinating forest. Supply the coordinating forest's ID to this function. Use xdmp:host-status and xdmp:forest-status to discover the coordinating forest.
xdmp:xa-forget($forest-id, $txn-id) => Empty. The given transaction is forgotten and can no longer be recovered.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.