Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.4.1, 2.6.0
-
None
-
None
Description
Similar to VFS-698: if you call sftpFile.findFiles(selector) before localFile.copyFrom(sftpFile, selector) the second call reset file stats in the cache (in .AbstractFileSystem#resolveFile() =>
if (getFileSystemManager().getCacheStrategy().equals(CacheStrategy.ON_RESOLVE)) {
file.refresh();
}
)
Then the stats are retrieved one by one which result in poor performances.
Attachments
Issue Links
- is related to
-
VFS-698 SFTP file attributes are fetched multiple times leading to very slow directory listing
- Closed