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
Describe the bug
I found that wheather Content-Type is multipart/form-data or application/json, SynchronossPartHttpMessageReader will create a temporal directory with prefix "synchronoss-file-upload-" every request come, and these temporal directoriese will not be cleared by docker, so now I can't execute commands such as ls in the /tmp directory.
Is it possible to postpone the execution of createTempDirectory()?
Whether frequent directory creation will cause the pod (in docker) memory increasing continuously, thereby affecting the stability of the application.
At present, I found that pod memory usage as high as 90% or more.
Describe the bug
I found that wheather Content-Type is
multipart/form-data
orapplication/json
,SynchronossPartHttpMessageReader
will create a temporal directory with prefix "synchronoss-file-upload-" every request come, and these temporal directoriese will not be cleared by docker, so now I can't execute commands such asls
in the/tmp
directory.Is it possible to postpone the execution of createTempDirectory()?
Spring Version:
Sample
curl -XPOST -H 'Content-Type: application/json' "https://spring-cloud-gateway/path"
The text was updated successfully, but these errors were encountered: