-
Notifications
You must be signed in to change notification settings - Fork 42
Description
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-containerNoSuchUpload
The 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?