Alluxio / alluxio

Alluxio, data orchestration for analytics and machine learning in the cloud
https://www.alluxio.io
Apache License 2.0
6.82k stars 2.93k forks source link

Fuse can not see new file, but can read new file #17100

Open humengyu2012 opened 1 year ago

humengyu2012 commented 1 year ago

Alluxio Version: 2.9.1

Describe the bug

Fuse can not see new file, but can read new file. The new file is written by UFS.

config:

alluxio.fuse.jnifuse.libfuse.version=2

alluxio.user.metadata.cache.enabled=true
alluxio.user.metadata.cache.expiration.time=2h
alluxio.user.metadata.cache.max.size=2000000
alluxio.fuse.special.command.enabled=true
alluxio.user.file.metadata.sync.interval=0

alluxio.user.client.cache.enabled=true
alluxio.user.client.cache.dirs=/data/alluxio-fuse
alluxio.user.client.cache.size=2GB
alluxio.user.client.cache.page.size=1MB

alluxio.user.block.read.retry.max.duration=1min
alluxio.user.file.writetype.default=CACHE_THROUGH

image To Reproduce Steps to reproduce the behavior (as minimally and precisely as possible)

Expected behavior

Urgency Describe the impact and urgency of the bug.

Are you planning to fix it Please indicate if you are already working on a PR.

Additional context Add any other context about the problem here.

elega commented 1 year ago

@LuQQiu can you take a look? cc @HelloHorizon