toggleAsyncReplicationTaskSkipFlag

Syntax

toggleAsyncReplicationTaskSkipFlag(cid)

Arguments

cid The commit ID of the associated transaction.

Details

After enabling the cross-cluster asynchronous replication mode, execute this function on a data node of the master cluster to toggle the skip flag of a task. You can use function getAsyncReplicationTasks to check the status of the skip flag of a task.

Before you call this function, please make sure the asynchronous replication mode is in “stop” status.

Examples

$ toggleAsyncReplicationTaskSkipFlag(cid);