-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2021
-
Component/s: CSV
-
Release Notes Summary:CSV export doesn't leave temp files behind.
-
Backlog priority:550
-
Sprint:nxplatform #92
-
Story Points:1
Maybe this bug affects other bulk actions and it's easily reproducible with the CSV Export
Steps to reproduce:
- Navigate to the default domain
- Hit the CSV Export button
- observe that the CSV file is downloaded
- in the TMP_DIR folder, observe that only the "bulk-sortBlobXXX" folder contains a file whereas the other bulk-YYY folders are empty
- Even after several hours and running a full GC, this folder is never emptied
Expected behavior: the CSV file under bulk-sortBlobXXX should be deleted at the end of the export (or when the file is not used any more)