Skip to content

Commit fc8a99d

Browse files
authored
Merge pull request #102755 from v-rakesc/Release_7.0CU2
Release 7.0 cu2
2 parents fef30b1 + de0fcac commit fc8a99d

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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

articles/service-fabric/service-fabric-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Set up a Windows development environment
33
description: Install the runtime, SDK, and tools and create a local development cluster. After completing this setup, you will be ready to build applications on Windows.
44
author: peterpogorski
55
ms.topic: conceptual
6-
ms.date: 01/07/2020
6+
ms.date: 01/28/2020
77
ms.custom: sfrev
88
---
99
# Prepare your development environment on Windows
@@ -62,8 +62,8 @@ If you only need the SDK, you can install this package:
6262

6363
The current versions are:
6464

65-
* Service Fabric SDK and Tools 4.0.457
66-
* Service Fabric runtime 7.0.457
65+
* Service Fabric SDK and Tools 4.0.464
66+
* Service Fabric runtime 7.0.464
6767

6868
For a list of supported versions, see [Service Fabric versions](service-fabric-versions.md)
6969

articles/service-fabric/service-fabric-versions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Supported cluster versions in Azure Service Fabric
33
description: Learn about cluster versions in Azure Service Fabric, including a link to the newest releases from the Service Fabric team blog.
44

55
ms.topic: troubleshooting
6-
ms.date: 11/18/2019
6+
ms.date: 01/28/2020
77
---
88
# Supported Service Fabric versions
99

@@ -94,4 +94,5 @@ The following table lists the version names of Service Fabric and their correspo
9494
| 6.5 CU2 | 6.5.658.9590 | 6.5.460.1 |
9595
| 6.5 CU3 | 6.5.664.9590 | 6.5.466.1 |
9696
| 6.5 CU5 | 6.5.676.9590 | 6.5.467.1 |
97-
| 7.0 RTO | 7.0.457.9590 | 7.0.457.1 |
97+
| 7.0 RTO | 7.0.457.9590 | 7.0.457.1 |
98+
| 7.0 CU2 | 7.0.464.9590 | 7.0.464.1 |

0 commit comments

Comments
 (0)