Skip to content

Commit

Permalink
Fix comment for #728
Browse files Browse the repository at this point in the history
Signed-off-by: morimoto-cybozu <[email protected]>
  • Loading branch information
morimoto-cybozu committed May 22, 2024
1 parent 8dd1783 commit bc63ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@ func repairOps(c *cke.Cluster, cs *cke.ClusterStatus, constraints *cke.Constrain

// Sort/filter entries to limit the number of concurrent repairs.
// - Entries being deleted are dequeued unconditionally.
// - Entries just repaired are moved to succeeded status unconditionally.
// - Succeeded/failed entries are left unchanged.
// - Entries just repaired are moved to succeeded status.
// - Entries already being processed have higher priority than newly queued entries.
// - Entries waiting for unexpired drain-retry-timeout are filtered out.
// - Other types of timeout-wait are considered as "being processed" and
Expand Down

0 comments on commit bc63ef0

Please sign in to comment.