Describes how to view information on the table replicas using the Control System or the CLI.
| Column Name | Column Description |
|---|---|
| Paused | Whether replication is paused. |
| Destination Cluster | The cluster on which the replica resides. |
| Destination Path | The path to the destination. |
| Status | The status of the replica. Replicas can be in one of
the following states:
|
| Earliest | The epoch time in milliseconds of the oldest operation that is yet to be replicated to the replica. |
| Latest | The epoch time in milliseconds of the newest operation that is yet to be replicated to the replica. |
| Errors | Error ( |
| Compression Type | The type of on-wire compression. |
| Synchronous | Whether replication is synchronous or asynchronous. |
| Throttled | Whether replication is throttled. |
| Encrypted | Whether replication is encrypted. |
To view table replicas and associated replica statistics for a table, run the following command:
maprcli table replica list -path <table-path>
For more information, see table replica list