minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.88k stars 552 forks source link

heal: Do not show heal ETA when there is a retry attempt #5025

Closed vadmeste closed 3 months ago

vadmeste commented 3 months ago

Community Contribution License

All community contributions in this pull request are licensed to the project maintainers under the terms of the Apache 2 license. By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 license.

Description

There is no good mechanism to estimate the ETA of a healing when it is retrying, although in most cases, it is just a lising which should be quick enough. Hide the ETA anyway for now.

Motivation and Context

Avoid showing heal ETA when a retry is attempted

How to test this PR?

Types of changes

Checklist:

harshavardhana commented 3 months ago

Do we show that this is a retrying attempt, and we can't show any valid ETA? @vadmeste

harshavardhana commented 3 months ago

Do we show that this is a retrying attempt, and we can't show any valid ETA? @vadmeste

I see its printed properly.