Skip to content

Commit 7f2f236

Browse files
authored
Merge pull request #183703 from anantshankar17/master
Max value of InstanceCloseDelay
2 parents a596c78 + 72b3c32 commit 7f2f236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/service-fabric/service-fabric-application-upgrade-advanced.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ The overridden delay duration only applies to the invoked upgrade instance and d
9191
> * The settings to drain requests will not be able to prevent the Azure Load balancer from sending new requests to the endpoints which are undergoing drain.
9292
> * A complaint based resolution mechanism will not result in graceful draining of requests, as it triggers a service resolution after a failure. As described earlier, this should instead be enhanced to subscribe to the endpoint change notifications using [ServiceNotificationFilterDescription](/dotnet/api/system.fabric.description.servicenotificationfilterdescription).
9393
> * The settings are not honored when the upgrade is an impactless one i.e when the replicas will not be brought down during the upgrade.
94+
> * The max value of InstanceCloseDelayDuration that can be configured in the service description or the InstanceCloseDelayDurationSec in the upgrade description can't be greater than cluster config FailoverManager.MaxInstanceCloseDelayDurationInSeconds, which defaults to 1800 seconds. To update the max value, the cluster level config should to be updated. This configuration is only available in the runtime version 9.0 or later.
9495
>
9596
>
9697

0 commit comments

Comments
 (0)