Table Replication States
The replication state indicates when table replication is in progress and displays the status of operations related to replica autosetup.
The maprcli table replica list
command displays the following replication states.
State | Description |
---|---|
REPLICA_STATE_WAIT_TILL_BULKLOAD | Replica autosetup with directcopy has not started because bulkload is in progress on the source table. |
REPLICA_STATE_CREATE_SCHEDULE | Replica autosetup with directcopy had scheduled the creation of the replica table. |
REPLICA_STATE_COPY_SCHEDULE | Replica autosetup with directcopy has not started the initial copying of source data to the replica because it is waiting for other in-progress copy operations to complete. |
REPLICA_STATE_COPY_IN_RECOVER | Replica autosetup with directcopy is resuming the copy of source data to the replica after a connection failure. |
REPLICA_STATE_COPY_IN_PROGRESS | Replica autosetup with directcopy is copying the source data to the replica. |
REPLICA_STATE_DELETING_CURSORS | Replica autosetup with directcopy is deleting progress cursors since the initial copy of source data to the replica is complete. |
REPLICA_STATE_REPLICATING | Replication is in progress. |
REPLICA_STATE_UNEXPECTED | Replica is in an unexpected state. See theerror field in
the output from maprcli table replica list for more
information. |