Skip to content

Commit 15ed070

Browse files
authored
Merge pull request #112659 from nipavlo/subclustering_doc_fixes
Fixing errors, style improvements in subclustering docs
2 parents 9583246 + c63d10c commit 15ed070

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ If the load reported by the services on different nodes differs significantly, i
1919

2020
For example, let's say we have four services and they all report a load for metric Metric1:
2121

22-
* Service A – has a placement constraint "NodeType==Type1", reports a load of 10
23-
* Service B – has a placement constraint "NodeType==Type1", reports a load of 10
24-
* Service C – has a placement constraint "NodeType==Type2", reports a load of 100
25-
* Service D – has a placement constraint "NodeType==Type2", reports a load of 100
26-
* And we have four nodes. Two of them have NodeType set as "Type1" and the other two are "Type2"
22+
* Service A – has a placement constraint "NodeType==Frontend", reports a load of 10
23+
* Service B – has a placement constraint "NodeType==Frontend", reports a load of 10
24+
* Service C – has a placement constraint "NodeType==Backend", reports a load of 100
25+
* Service D – has a placement constraint "NodeType==Backend", reports a load of 100
26+
* And we have four nodes. Two of them have NodeType set as "Frontend" and the other two are "Backend"
2727

2828
And we have the following placement:
2929

@@ -55,8 +55,8 @@ This situation happens when a group of nodes allowed for one service is a subset
5555
Example:
5656

5757
* Service A: no placement constraint
58-
* Service B: placement constraint "NodeType==Type1"
59-
* Service C: placement constraint "NodeType==Type2"
58+
* Service B: placement constraint "NodeType==Frontend"
59+
* Service C: placement constraint "NodeType==Backend"
6060

6161
This configuration creates a subset-superset relation between node groups for different services.
6262

@@ -67,7 +67,7 @@ This configuration creates a subset-superset relation between node groups for di
6767

6868
In this situation, there is a chance that a suboptimal balance gets made.
6969

70-
Resource Manager will recognize this situation and produce a health report advising you to split Service A into two services – Service A1 that can be placed on Type1 nodes and Service A2 that can be placed on Type2 nodes. This will bring us back to first category situation that can be balanced optimally.
70+
Resource Manager will recognize this situation and produce a health report advising you to split Service A into two services – Service A1 that can be placed on Frontend nodes and Service A2 that can be placed on Backend nodes. This will bring us back to first category situation that can be balanced optimally.
7171

7272
### Third category – subclustering with partial overlap between node sets
7373

380 Bytes
Loading

0 commit comments

Comments
 (0)