You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A part of this task already done which will be included in 1.4.0-pre1.
In case copying lots of direcotries recursively ,
the throughput will be around 50 - 100 times higher than 1.2.12.
To make NFS clients cache work properly,
We need to manage ctime of directories properly.
ctime
is the time when the attributes of the file were last changedWhen handling a directory,
For example,
bucket/path/to/file2
was added then the ctime ofbucket/path/to
should be updated.The text was updated successfully, but these errors were encountered: