Commit 30d341d
committed
Skip deleted objects in lifecycle requeue batch instead of aborting
When replaying failed archive batches, a deleted object causes
ObjNotFound in handleBatch which aborts async.reduce and silently drops
all remaining objects. Log the error and continue processing.1 parent 19ddda6 commit 30d341d
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
144 | 150 | | |
145 | 151 | | |
146 | 152 | | |
| |||
0 commit comments