Commit 5400f5a
committed
lifecycle: log conductorScanId in object processor tasks
Extract conductorScanId from the ActionQueueEntry context in
LifecycleDeleteObjectTask, LifecycleUpdateTransitionTask, and
LifecycleUpdateExpirationTask processActionEntry() methods.
Attach it to the logger default fields so every log line
produced while processing an object action (delete, transition
metadata update, restore expiration) carries the scan identifier.
This completes the end-to-end propagation: the same scanId
appears in conductor, bucket processor, lifecycle task, and
object processor logs.
BB-7401 parent 30dbf45 commit 5400f5a
File tree
3 files changed
+15
-0
lines changed- extensions/lifecycle/tasks
3 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
307 | 312 | | |
308 | 313 | | |
309 | 314 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
153 | 158 | | |
154 | 159 | | |
155 | 160 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
263 | 268 | | |
264 | 269 | | |
265 | 270 | | |
| |||
0 commit comments