Commit 7fef1cd
authored
Log a msg when shard snapshot sees interrupt (#116364)
Adds debug-level logging when a shard snapshot sees interrupt. The
case we're interested in is shard snapshot pausing during shutdown
(also the only time we pause snapshots). Snapshot abort will also be
caught and logged if there's an async error during snapshotting, but
this should be uncommon.
Relates ES-87731 parent fc67f7c commit 7fef1cd
File tree
2 files changed
+39
-3
lines changed- server/src/main/java/org/elasticsearch
- index/snapshots
- repositories/blobstore
2 files changed
+39
-3
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
249 | 253 | | |
250 | 254 | | |
251 | 255 | | |
| |||
Lines changed: 34 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
194 | 199 | | |
195 | 200 | | |
196 | 201 | | |
| |||
3467 | 3472 | | |
3468 | 3473 | | |
3469 | 3474 | | |
| 3475 | + | |
3470 | 3476 | | |
3471 | | - | |
| 3477 | + | |
| 3478 | + | |
| 3479 | + | |
| 3480 | + | |
| 3481 | + | |
| 3482 | + | |
| 3483 | + | |
| 3484 | + | |
| 3485 | + | |
| 3486 | + | |
| 3487 | + | |
| 3488 | + | |
| 3489 | + | |
| 3490 | + | |
| 3491 | + | |
3472 | 3492 | | |
3473 | | - | |
| 3493 | + | |
| 3494 | + | |
| 3495 | + | |
| 3496 | + | |
| 3497 | + | |
| 3498 | + | |
| 3499 | + | |
| 3500 | + | |
| 3501 | + | |
| 3502 | + | |
| 3503 | + | |
| 3504 | + | |
| 3505 | + | |
3474 | 3506 | | |
3475 | 3507 | | |
3476 | 3508 | | |
| |||
0 commit comments