Skip to content

Commit 91abd20

Browse files
authored
Merge pull request #105874 from inputoutputcode/nodetyperemovalfixheadline
Fix the headline
2 parents 6757c55 + b12b18e commit 91abd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-how-to-remove-node-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Service Fabric "orchestrates" underlying changes and updates so that data is not
2828

2929
When removing a node type that is Bronze, all the nodes in the node type go down immediately. Service Fabric doesn't trap any Bronze nodes scale set updates, thus all the VMs go down immediately. If you had anything stateful on those nodes, the data is lost. Now, even if you were stateless, all the nodes in the Service Fabric participate in the ring, so an entire neighborhood may be lost, which might destabilize the cluster itself.
3030

31-
## Remove a non-primary node type
31+
## Remove a node type
3232

3333
1. Please take care of this pre-requisites before you start the process.
3434

0 commit comments

Comments
 (0)