Skip to content

Commit 1af4035

Browse files
authored
fix list format, remove duplicate plain text Note alert
1 parent 8fe84c5 commit 1af4035

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

articles/service-fabric/service-fabric-sfctl-partition.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,13 @@ Query and manage partitions for any service.
3434
## sfctl partition data-loss
3535
This API will induce data loss for the specified partition.
3636

37-
It will trigger a call to the OnDataLossAsync API of the partition. This API will induce data loss for the specified partition. It will trigger a call to the OnDataLoss API of the partition. Actual data loss will depend on the specified DataLossMode.
38-
39-
<ul>
40-
<li>
41-
- PartialDataLoss - Only a quorum of replicas are removed and OnDataLoss is triggered for the partition but actual data loss depends on the presence of in-flight replication.
42-
</li>
43-
<li>
44-
- FullDataLoss - All replicas are removed hence all data is lost and OnDataLoss is triggered. This API should only be called with a stateful service as the target. Calling this API with a system service as the target is not advised. Note\: Once this API has been called, it cannot be reversed. Calling CancelOperation will only stop execution and clean up internal system state. It will not restore data if the command has progressed far enough to cause data loss. Call the GetDataLossProgress API with the same OperationId to return information on the operation started with this API.
45-
</li>
46-
</ul>
37+
It will trigger a call to the OnDataLossAsync API of the partition. This API will induce data loss for the specified partition. It will trigger a call to the OnDataLoss API of the partition. Actual data loss will depend on the specified DataLossMode.
38+
- PartialDataLoss: Only a quorum of replicas are removed and OnDataLoss is triggered for the partition but actual data loss depends on the presence of in-flight replication.
39+
- FullDataLoss: All replicas are removed hence all data is lost and OnDataLoss is triggered. This API should only be called with a stateful service as the target. Calling this API with a system service as the target is not advised.
4740

4841
> [!NOTE]
4942
> Once this API has been called, it cannot be reversed. Calling CancelOperation will only stop execution and clean up internal system state. It will not restore data if the command has progressed far enough to cause data loss. Call the GetDataLossProgress API with the same OperationId to return information on the operation started with this API.
43+
5044
### Arguments
5145

5246
|Argument|Description|

0 commit comments

Comments
 (0)