Check for abandoned data when healing (#16122)

This commit is contained in:
Klaus Post
2022-11-28 19:20:55 +01:00
committed by GitHub
parent 1f1dcdce65
commit cc1d8f0057
19 changed files with 530 additions and 23 deletions

View File

@@ -10,11 +10,12 @@ func _() {
var x [1]struct{}
_ = x[healingMetricBucket-0]
_ = x[healingMetricObject-1]
_ = x[healingMetricCheckAbandonedParts-2]
}
const _healingMetric_name = "BucketObject"
const _healingMetric_name = "BucketObjectCheckAbandonedParts"
var _healingMetric_index = [...]uint8{0, 6, 12}
var _healingMetric_index = [...]uint8{0, 6, 12, 31}
func (i healingMetric) String() string {
if i >= healingMetric(len(_healingMetric_index)-1) {