ServiceTypeHealthPolicy.MaxPercentUnhealthyReplicasPerPartition プロパティ

定義

パーティションあたりの異常なレプリカの最大許容割合。

割合は、パーティションがエラーと見なされる前に異常になる可能性があるレプリカの最大許容割合を表します。 パーセンテージが考慮されているが、少なくとも 1 つの異常なレプリカがある場合、正常性は警告として評価されます。 割合は、異常なレプリカの数をパーティション内のレプリカの合計数で割ることによって計算されます。 計算は切り上げて、少数のレプリカで 1 つの障害を許容します。

public int MaxPercentUnhealthyReplicasPerPartition { get; set; }
member this.MaxPercentUnhealthyReplicasPerPartition : int with get, set
Public Property MaxPercentUnhealthyReplicasPerPartition As Integer

プロパティ値

適用対象