Skip to content

Commit 5e8d08b

Browse files
Max value of InstanceCloseDelay
1 parent f1a1683 commit 5e8d08b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,13 @@ Start-ServiceFabricClusterUpgrade [-CodePackageVersion] <String> [-ClusterManife
8787

8888
The overridden delay duration only applies to the invoked upgrade instance and does not otherwise change individual service delay configurations. For example, you can use this to specify a delay of `0` in order to skip any preconfigured upgrade delays.
8989

90+
91+
9092
> [!NOTE]
9193
> * 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.
9294
> * 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).
9395
> * 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.
96+
> * 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 Common.MaxInstanceCloseDelayDurationInSeconds, which defaults to 1800 seconds. To update the max value, the cluster level config needs to be updated.
9497
>
9598
>
9699

0 commit comments

Comments
 (0)