Commit a36b8ec
committed
[Observability] Log interrupted processing tasks on unexpected worker death
When a worker drops off the cluster unexpectedly (e.g., due to an OOM kill), the scheduler tracks the processing_keys but previously did not log them to the console. This change surfaces exactly which tasks were interrupted, significantly improving debugging provenance for cluster hangs and memory crashes.1 parent cf508b9 commit a36b8ec
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5714 | 5714 | | |
5715 | 5715 | | |
5716 | 5716 | | |
| 5717 | + | |
| 5718 | + | |
| 5719 | + | |
| 5720 | + | |
| 5721 | + | |
| 5722 | + | |
5717 | 5723 | | |
5718 | 5724 | | |
5719 | 5725 | | |
| |||
0 commit comments