Skip to content

Commit

Permalink
refine comments
Browse files Browse the repository at this point in the history
  • Loading branch information
VicoWu committed Jul 9, 2024
1 parent 4215a47 commit b0b837f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2096,8 +2096,8 @@ int computeInvalidateWork(int nodesToProcess) {
* The number of process blocks equals either twice the number of live
* data-nodes or the number of low redundancy blocks whichever is less.
*
* In the case that some blocks are skipped for scheduling BlockReconstructionWork for somehow reasons like src/target unavailble,
* will immediately find more blocks, until
* In the case the found low-redundancy blocks cannot be scheduled for reconstruction, we will
* immediately find more low-redundancy blocks to avoid the waste of this tick
* @return number of blocks scheduled for reconstruction during this
* iteration.
*/
Expand Down

0 comments on commit b0b837f

Please sign in to comment.