Do not allow for a worker to reject a drop replica request#7487
Do not allow for a worker to reject a drop replica request#7487
Conversation
|
Might actually not be related to the cancelled/resumed states at all but rather that scheduler and worker states drift apart s.t. the scheduler never has a chance to submit another free-keys |
|
Actually the case I'm looking at is even more interesting.
The message exchange between worker and scheduler repeats in an endless loop until either
I might be missing something... the dump looked as if the task was genuinely leaking. Either way, it might be time to get rid of the |
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 24 files ± 0 24 suites ±0 10h 25m 4s ⏱️ + 20m 17s For more details on these failures, see this check. Results for commit 411ddfb. ± Comparison against base commit fae59c4. ♻️ This comment has been updated with latest results. |
|
Superseded by #7490 |
There appears to be a race where a task is left dangling, i.e. we produce a memory leak
if a task is being fetched while the downstream task is being cancelled.
Came up during #7486
TODO: Test