Skip to content

Commit ff044e2

Browse files
author
Saket Harsh
authored
Added FAQ for Maximum Repair Tasks
1 parent cd9cd14 commit ff044e2

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 using Patch Orchestration Application?**
437+
438+
A: Patch Orchestration Application 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 Patch Orchestration Agent 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)