You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the search tool and did not find an issue describing my bug.
Operating System of DocumentServer
Docker
Version information
8.1.1
Expected Behavior
When the converter process fails in background, an empty callback body should not be sent to the storage api.
Converter process error should be better handled.
Actual Behavior
When the converter process is failing in the document-server (in my case, being killed by the system), the storage service receive an invalid callback body.
The body is almost empty with nothing the storage server can do with.
Run the document-server with less than 1Gi memory limit
Edit a 350 page docx document with many images & tables
On save, observe the converter process being killed by system oom-killer due to being over 1Gi limit
Expect to see something like ExitCode (code=0;signal=SIGKILL;error:-80) in converter logs.
Observe the storage service receiving an empty callback body.
This issue is unique.
Operating System of DocumentServer
Docker
Version information
8.1.1
Expected Behavior
When the converter process fails in background, an empty callback body should not be sent to the storage api.
Converter process error should be better handled.
Actual Behavior
When the converter process is failing in the document-server (in my case, being killed by the system), the storage service receive an invalid callback body.
The body is almost empty with nothing the storage server can do with.
Example of body received:
Reproduction Steps
In docker environment:
Expect to see something like
ExitCode (code=0;signal=SIGKILL;error:-80)
in converter logs.Additional information
Linked with disscution
The text was updated successfully, but these errors were encountered: