All Products
Search
Document Center

Tair (Redis® OSS-Compatible):Query child instance synchronization latency

Last Updated:Mar 28, 2026

When running a Tair (Redis OSS-compatible) Global Distributed Cache instance with multiple child instances across regions, replication delays can affect data consistency. This page shows you how to check synchronization health in real time — including latency, throughput, and channel status — so you can detect and respond to issues before they affect your applications.

Prerequisites

Before you begin, make sure you have:

View synchronization status

  1. Log on to the Tair console.

  2. In the left-side navigation pane, click Global Distributed Cache.

  3. Find the distributed instance you want to manage, then click the 加号 icon before the instance ID to expand its child instances.

  4. Find the source instance for which you want to check synchronization latency, then click View Synchronization Status in the Actions column.

  5. In the dialog box, set Query Time, the data node of Source Instance, and Target Instance.

Note

The maximum query time range is the previous day.

The synchronization status dialog box displays the following metrics:

同步状态
MetricDescription
current_binlog_sync_delay_timeSynchronization latency of binary logs (binlogs), in seconds. This latency reflects network conditions between regions. A value below 10 seconds is normal. If a high-availability (HA) failover is triggered, or if the instance undergoes maintenance such as a restart or configuration change, the latency may temporarily spike to around 60 minutes before returning to normal.
opsNumber of binlog entries synchronized per second from the specified data node of the source instance to the target instance.
statusSynchronization channel health. 1 means the channel is operating normally and data is in sync. 0 means the channel is not in sync and requires attention.

Troubleshooting

Why does synchronization latency suddenly increase, or why does status show 0?

When a high-availability (HA) failover is triggered on a child instance, or when an instance undergoes maintenance such as a restart or configuration change, synchronization latency rises temporarily. This is expected behavior and typically persists for a limited duration.

Next steps

API reference

OperationDescription
DescribeGlobalDistributeCacheQueries the details of a distributed instance.