Skip to content

S3 upload Failed (maybe due to big file) #173

@AndMerlin

Description

@AndMerlin

We faced an issue on both versions 8.10.0 and 9.0.0

The core dump handler is able to see a crash,
on 8.10.0

Uploading: var/mnt/core-dump-handler/cores/<>.zip
zip size is 10115781
S3 Returned: 200

But there is no file in S3 bucket
in 9.0.0 the situation is different

Uploading: var/mnt/core-dump-handler/cores/<>.zip
zip size is 10864637
Upload Failed Got HTTP 404 with content '
core-dump-handler-mk4xh coredump-container NoSuchUploadThe specified upload does not exist. The upload ID may be invalid, or the upload may have been aborted or completed. <.......> '

But there is no file in S3 bucket

while testing via
kubectl run -i -t segfaulter --image=quay.io/icdh/segfaulter --restart=Never`
All works as expected.
I
see that the dump failed is much bigger than one created while segfaulter crashed.

Does Core-Dump-Handler have limitations?
Any suggestions on how to solve it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions