Commit a73aa12
Remote: Fix crashes with InterruptedException when using http cache.
Also cancels tasks submitted during `afterCommand` if interrupted.
Fixes bazelbuild#14787.
Closes bazelbuild#14992.
PiperOrigin-RevId: 4332057261 parent 426188c commit a73aa12
File tree
2 files changed
+18
-1
lines changed- src/main/java/com/google/devtools/build/lib
- remote/http
- runtime
2 files changed
+18
-1
lines changedLines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
733 | 749 | | |
734 | 750 | | |
735 | 751 | | |
| |||
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