Skip to content

Commit fece0e5

Browse files
committed
New Settings
1 parent b73051f commit fece0e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ The following is a list of Fabric settings that you can customize, organized by
8484
|TargetReplicaSetSize |Int, default is 7 |Not Allowed|The TargetReplicaSetSize for ClusterManager. |
8585
|UpgradeHealthCheckInterval |Time in seconds, default is 60 |Dynamic|The frequency of health status checks during a monitored application upgrades |
8686
|UpgradeStatusPollInterval |Time in seconds, default is 60 |Dynamic|The frequency of polling for application upgrade status. This value determines the rate of update for any GetApplicationUpgradeProgress call |
87+
|CompleteClientRequest | Bool, default is false |Dynamic| Complete client request when accepted by CM. |
8788

8889
## Common
8990

@@ -563,6 +564,8 @@ The following is a list of Fabric settings that you can customize, organized by
563564
|ValidatePlacementConstraint | Bool, default is true |Dynamic| Specifies whether or not the PlacementConstraint expression for a service is validated when a service's ServiceDescription is updated. |
564565
|ValidatePrimaryPlacementConstraintOnPromote| Bool, default is TRUE |Dynamic|Specifies whether or not the PlacementConstraint expression for a service is evaluated for primary preference on failover. |
565566
|VerboseHealthReportLimit | Int, default is 20 | Dynamic|Defines the number of times a replica has to go unplaced before a health warning is reported for it (if verbose health reporting is enabled). |
567+
|NodeLoadsOperationalTracingEnabled | Bool, default is true |Dynamic|Config that enables Node Load operational structural trace in the event store. |
568+
|NodeLoadsOperationalTracingInterval | TimeSpan, default is Common::TimeSpan::FromSeconds(20) | Dynamic|Specify timespan in seconds. The interval with which to trace node loads to event store for each service domain. |
566569

567570
## ReconfigurationAgent
568571

0 commit comments

Comments
 (0)