Skip to content

Commit cecce6d

Browse files
authored
Merge pull request #50621 from saketharsh/patch-1
Added FAQ for Maximum Repair Tasks
2 parents 18d69a9 + 9d91f9b commit cecce6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/service-fabric/service-fabric-patch-orchestration-application.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,10 @@ It might also be possible that node patching is blocked because it's stuck in *D
433433
434434
A: POA disables the node with a *Restart* intent, which stops or reallocates all the Service Fabric services that are running on the node. POA does this to ensure that applications don't end up using a mix of new and old DLLs, so we recommend not patching a node without disabling it.
435435
436+
**Q: What is the maximum number of nodes that can be updated by using POA?**
437+
438+
A: POA uses Service Fabric Repair Manager to create repair tasks for nodes for updates. However, no more than 250 repair tasks can be present at the same time. Currently, POA creates repair tasks for each node at the same time, so POA can update no more than 250 nodes in a cluster.
439+
436440
## Disclaimers
437441
438442
- POA accepts the End-User License Agreement for Windows Update on behalf of the user. Optionally, the setting can be turned off in the configuration of the application.
@@ -512,4 +516,4 @@ An administrator must intervene and determine why the application or cluster bec
512516
- Changing default value of InstallWindowsOSOnlyUpdates to False.
513517
514518
### Version 1.3.2
515-
- Fixing an issue that affects the patching lifecycle on a node, if there are nodes with a name that's a subset of the current node name. For such nodes, it's possible that patching was missed or a reboot is pending.
519+
- Fixing an issue that affects the patching lifecycle on a node, if there are nodes with a name that's a subset of the current node name. For such nodes, it's possible that patching was missed or a reboot is pending.

0 commit comments

Comments
 (0)