Browse Source
This fixes the calculation of the amount of EC shards a node holds. Previously a global counter was increased, but also used inside the loop to apply disk usage deltas. This led to wrong absolute numbers. The fix is to apply only deltas of single EC shards per iteration.pull/1863/head
1 changed files with 8 additions and 9 deletions
Loading…
Reference in new issue