dlr-eoc / prosEO

prosEO – A Processing System for Earth Observation Data
GNU General Public License v3.0
14 stars 1 forks source link

Storage Manager: Out of Java heap space after ~1500 uploads #123

Closed tangobravo62 closed 8 months ago

tangobravo62 commented 3 years ago

When uploading a big number of files as test data, the Storage Manager performed ~1580 uploads in a row and then gave up due to exhausted Java heap space. This occurred several times with more or less the same number of uploads (+/- 10).

Deleting the Storage Manager pod on the Kubernetes dashboard (triggering an automatic restart) allowed resumption of the uploads (for the next ~1500 files).

tangobravo62 commented 8 months ago

This issue has not been observed since the re-implementation of the Storage Manager. Issue closed.