Skip to content

Commit c6134a6

Browse files
authored
Merge pull request #99915 from Nickomang/seookr
Service Fabric- Fixing short meta descriptions (third batch)
2 parents c5d2d2c + 6f82a61 commit c6134a6

3 files changed

+4
-4
lines changed

articles/service-fabric/service-fabric-cluster-resource-manager-defragmentation-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Defragmentation of Metrics in Azure Service Fabric
3-
description: An overview of using defragmentation or packing as a strategy for metrics in Service Fabric
3+
description: Learn about using defragmentation, or packing, as a strategy for metrics in Service Fabric. This technique is useful for very large services.
44
author: masnider
55

66
ms.topic: conceptual

articles/service-fabric/service-fabric-cluster-resource-manager-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Introducing the Service Fabric Cluster Resource Manager
3-
description: An introduction to the Service Fabric Cluster Resource Manager.
3+
description: Learn about the Service Fabric Cluster Resource Manager, a way to manage orchestration of your application's services.
44
author: masnider
55

66
ms.topic: conceptual

articles/service-fabric/service-fabric-cluster-resource-manager-movement-cost.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: 'Service Fabric Cluster Resource Manager: Movement cost'
3-
description: Overview of movement cost for Service Fabric services
3+
description: Learn about the movement cost for Service Fabric services, and how it can be specified to fit any architectural need, including dynamic configuration.
44
author: masnider
55

66
ms.topic: conceptual
77
ms.date: 08/18/2017
88
ms.author: masnider
99
---
1010
# Service movement cost
11-
A factor that the Service Fabric Cluster Resource Manager considers when trying to determine what changes to make to a cluster is the cost of those changes. The notion of "cost" is traded off against how much the cluster can be improved. Cost is factored in when moving services for balancing, defragmentation, and other requirements. The goal is to meet the requirements in the least disruptive or expensive way.
11+
A factor that the Service Fabric Cluster Resource Manager considers when trying to determine what changes to make to a cluster is the cost of those changes. The notion of "cost" is traded off against how much the cluster can be improved. Cost is factored in when moving services for balancing, defragmentation, and other requirements. The goal is to meet the requirements in the least disruptive or expensive way.
1212

1313
Moving services costs CPU time and network bandwidth at a minimum. For stateful services, it requires copying the state of those services, consuming additional memory and disk. Minimizing the cost of solutions that the Azure Service Fabric Cluster Resource Manager comes up with helps ensure that the cluster's resources aren't spent unnecessarily. However, you also don’t want to ignore solutions that would significantly improve the allocation of resources in the cluster.
1414

0 commit comments

Comments
 (0)