Skip to content
  • Anis Elleuch's avatar
    mrf: Fix stale MRF data showed in heal info (#14953) · 01e56329
    Anis Elleuch authored
    One usee reported having mc admin heal status output ETA increasing
    by time. It turned out it is MRF that is not clearing its data due to a
    bug in the code.
    
    pendingItems is increased when an object is queued to be healed but
    never decreasd when there is a healing error. This commit will decrease
    pendingItems and pendingBytes even when there is an error to give
    accurate reporting.
    01e56329