bag-database icon indicating copy to clipboard operation
bag-database copied to clipboard

Bad File Permissions Make Scanning Slow

Open danthony06 opened this issue 2 years ago • 0 comments

We were running the system with a networked file storage device storing the raw bag data. We uploaded a bunch of bags with the wrong permissions, and we noticed that the system was very, very slow to deal with this. It looks like the updateBagFile function correctly checks if a file is readable before attempting to manipulate the file, so I wonder if there's something else earlier in the system that's causing this slowdown.

danthony06 avatar Feb 13 '23 23:02 danthony06