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
Describe the bug
LocalCacheManager will invalidate cache(a Page) if expiration time reached,so a ttl of file will be calculated by currentTimeMS - creationTimeMS.
This is the way used to get createTime of one file: (FileTime) Files.getAttribute(path, "creationTime"); but some file system like ext4 or so dot not support the attribute 'creationTime' so a zero value will be got,
To Reproduce
a filesystem like juice-fs doesnt support birthtime
Expected behavior
if a zero createTime got, use a lastest modified time intead?
Urgency
P0
Are you planning to fix it
my pleasure
Additional context
no more
The text was updated successfully, but these errors were encountered:
Alluxio Version:
2.9.6
Describe the bug
LocalCacheManager will invalidate cache(a Page) if expiration time reached,so a ttl of file will be calculated by currentTimeMS - creationTimeMS.
This is the way used to get createTime of one file:
(FileTime) Files.getAttribute(path, "creationTime");
but some file system like ext4 or so dot not support the attribute 'creationTime' so a zero value will be got,To Reproduce
a filesystem like juice-fs doesnt support birthtime
Expected behavior
if a zero createTime got, use a lastest modified time intead?
Urgency
P0
Are you planning to fix it
my pleasure
Additional context
no more
The text was updated successfully, but these errors were encountered: