[#300] Update error log record in DeleteMultipleObjects #314
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#314
Loading…
Reference in a new issue
No description provided.
Delete branch "mbiryukova/frostfs-s3-gw:feature/delete_multiple_objects_log_record"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #300
Maybe we can revise logging of this handler taking into account the following points:
cc @alexvanin
Can we use
requestID
for that? If so, then let's have a try.Agree, log output in this test is horrible.
@mbiryukova please, check on this.
No (if I understood you correctly), I thought about new field in
DeleteObjectParams
.But if you meant: can we know which log entry belongs current request, yes we can (just use log from request, that already contains request id as field)
fb6bf25b0d
toc0fb9b7512
c0fb9b7512
to522ff191d2
@mbiryukova can you give an example of log output of S3 gateway when one of the delete operation fails? You can artificially add an error in code while deleting second object to demonstrate it.
Log when deleting two objects, one of which is locked