Puppet Task: servicefabric_azure_remove_replica
- Defined in:
-
tasks/servicefabric_azure_remove_replica.json,
tasks/servicefabric_azure_remove_replica.rb
Overview
This API simulates a Service Fabric replica failure by removing a replica from a Service Fabric cluster. The removal closes the replica, transitions the replica to the role None, and then removes all of the state information of the replica from the cluster. This API tests the replica state removal path, and simulates the report fault permanent path through client APIs. Warning - There are no safety checks performed when this API is used. Incorrect use of this API can lead to data loss for stateful services. In addition, the forceRemove flag impacts all other replicas hosted in the same process.