Skip to content

Commit 5355069

Browse files
author
$(Payel Chakraborty)
committed
added GlobalTicketLeaseDuration setting
1 parent 0b5dcdb commit 5355069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/service-fabric/service-fabric-cluster-fabric-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ The following is a list of Fabric settings that you can customize, organized by
250250
## Federation
251251
| **Parameter** | **Allowed Values** | **Upgrade Policy** | **Guidance or Short Description** |
252252
| --- | --- | --- | --- |
253+
|GlobalTicketLeaseDuration|TimeSpan, default is Common::TimeSpan::FromSeconds(300)|Static|Specify timespan in seconds. Nodes in the cluster need to maintain a global lease with the voters. Voters submit their global leases to be propagated across the cluster for this duration. If the duration expires; then the lease is lost. Loss of quorum of leases causes a node to abandon the cluster; by failing to receive communication with a quorum of nodes in this period of time. This value needs to be adjusted based on the size of the cluster. |
253254
|LeaseDuration |Time in seconds, default is 30 |Dynamic|Duration that a lease lasts between a node and its neighbors. |
254255
|LeaseDurationAcrossFaultDomain |Time in seconds, default is 30 |Dynamic|Duration that a lease lasts between a node and its neighbors across fault domains. |
255256

0 commit comments

Comments
 (0)