Currently, in loadMetadata, we unnecessarily call the UFS to syncPersist that a file that we know exists in the UFS. Removing this should help with loadMetadata performance, and performance of those commands that rely on loadMetadata, such as recursive ls and du.
is this ticket resolved?