Commit 6cd6a27
Remote: Fix crashes with InterruptedException when using http cache. (bazelbuild#14999)
Also cancels tasks submitted during `afterCommand` if interrupted.
Fixes bazelbuild#14787.
Closes bazelbuild#14992.
PiperOrigin-RevId: 433205726
(cherry picked from commit a73aa12)
Co-authored-by: Chi Wang <[email protected]>1 parent 7937dd1 commit 6cd6a27
2 files changed
Lines changed: 18 additions & 1 deletion
File tree
- src/main/java/com/google/devtools/build/lib
- remote/http
- runtime
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
737 | 753 | | |
738 | 754 | | |
739 | 755 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments