@@ -120,18 +120,30 @@ to another database-group member.
120120The grace period gives the original node a chance to recover,
121121and prevents the same backup from running on two nodes at once.
122122
123- When you create a backup task, you can pick the responsible node yourself,
124- or leave it for the cluster to decide.
125- The choice (yours or the cluster's) is persisted cluster-wide,
126- so all nodes agree on a single responsible node for the task.
123+ * ** Who picks the responsible node:**
124+ When you create a backup task, you can pick the responsible node yourself,
125+ or leave it for the cluster to decide.
126+ The choice (yours or the cluster's) is persisted cluster-wide,
127+ so all nodes agree on a single responsible node for the task.
127128
128- If the current responsible node is in Rehab due to resource constraints on the host machine,
129- the cluster observer will leave the backup task on the same node rather than reassign it.
130- The backup will run on that node once it recovers,
131- or be reassigned to another node if this one is eventually removed from the database group.
129+ * ** If the node is in Rehab due to resource constraints on the host machine: **
130+ The cluster observer will leave the backup task on the same node rather than reassign it.
131+ The backup will run on that node once it recovers,
132+ or be reassigned to another node if this one is eventually removed from the database group.
132133
133134The grace period is configurable via
134135[ Backup.MoveToNewResponsibleNodeGracePeriodInMin] ( ../../../../server/configuration/backup-configuration.mdx#backupmovetonewresponsiblenodegraceperiodinmin ) .
135136
137+ <Admonition type = " note" title = " " >
138+
139+ A backup task that is ** pinned** to its mentor node (via ` PinToMentorNode ` )
140+ is an exception to the behavior described above.
141+ A pinned task is not subject to the grace period.
142+ It stays on its node even while the node is in Rehab,
143+ and only moves to another node when its pinned node is removed from the database group.
144+ See [ Pinning a Task] ( ../../../../server/clustering/distribution/highly-available-tasks.mdx#pinning-a-task ) for the full behavior.
145+
146+ </Admonition >
147+
136148
137149
0 commit comments