Skip to content

Commit 444ba5b

Browse files
committed
Fix busted link
1 parent 7c1d5cf commit 444ba5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/current/_includes/v25.2/essential-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Send an alert when the number of ranges with replication below the replication f
320320

321321
### Requests stuck in raft
322322

323-
Send an alert when requests are taking a very long time in replication. An (evaluated) request has to pass through the replication layer, notably the quota pool and raft. If it fails to do so within a highly permissive duration, the gauge is incremented (and decremented again once the request is either applied or returns an error). A nonzero value indicates range or replica unavailability, and should be investigated. This can also be a symptom of a [leader-leaseholder split]({% link {{ page.version.version }}/architecture/replication-layer.md %}#leader-leaseholder-split).
323+
Send an alert when requests are taking a very long time in replication. An (evaluated) request has to pass through the replication layer, notably the quota pool and raft. If it fails to do so within a highly permissive duration, the gauge is incremented (and decremented again once the request is either applied or returns an error). A nonzero value indicates range or replica unavailability, and should be investigated. This can also be a symptom of a [leader-leaseholder split]({% link {{ page.version.version }}/architecture/replication-layer.md %}#leader-leaseholder-splits).
324324

325325
**Metric**
326326
<br>`requests.slow.raft`

0 commit comments

Comments
 (0)