Skip to content

Commit 03ec029

Browse files
authored
Merge pull request #171524 from KalyanChanumolu-MSFT/patch-18
Removing duplicate text
2 parents 2632747 + 1bea9a4 commit 03ec029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/flexible-server/concepts-read-replicas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Learn how to [stop replication to a replica](how-to-read-replicas-portal.md).
9292

9393
There is no automated failover between source and replica servers.
9494

95-
Read replicas is meant for scaling of read intensive workloads and is not designed to meet high availability needs of a server. There is no automated failover between source and replica servers. Stopping the replication on read replica to bring it online in read write mode is the means by which this manual failover is performed.
95+
Read replicas is meant for scaling of read intensive workloads and is not designed to meet high availability needs of a server. Stopping the replication on read replica to bring it online in read write mode is the means by which this manual failover is performed.
9696

9797
Since replication is asynchronous, there is lag between the source and the replica. The amount of lag can be influenced by many factors like how heavy the workload running on the source server is and the latency between data centers. In most cases, replica lag ranges between a few seconds to a couple minutes. You can track your actual replication lag using the metric *Replica Lag*, which is available for each replica. This metric shows the time since the last replayed transaction. We recommend that you identify what your average lag is by observing your replica lag over a period of time. You can set an alert on replica lag, so that if it goes outside your expected range, you can take action.
9898

@@ -156,4 +156,4 @@ If GTID is enabled on a source server (`gtid_mode` = ON), newly created replicas
156156
## Next steps
157157

158158
* Learn how to [create and manage read replicas using the Azure portal](how-to-read-replicas-portal.md)
159-
* Learn how to [create and manage read replicas using the Azure CLI](how-to-read-replicas-cli.md)
159+
* Learn how to [create and manage read replicas using the Azure CLI](how-to-read-replicas-cli.md)

0 commit comments

Comments
 (0)