Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix Plan{,Result}.NodeUpdate comment (#13534)
It appears way back when this was first implemented in 9a91728, it was renamed from NodeEvict (with a correct comment) to NodeUpdate. The comment was changed from referring to only evictions to referring to "all allocs" in the first sentence and "stop or evict" in the second. This confuses every time I see it because I read the name (NodeUpdate) and first sentence ("all the allocs") and assume this represents *all* allocations... which isn't true. I'm going to assume I'm the only one who doesn't read the 2nd sentence and that's why this suboptimal wording has lasted 7 years, but can we change it for my sake?
- Loading branch information