Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The file is empty after writing to it under a local alluxio-fuse mount directory #18517

Open
secfree opened this issue Feb 16, 2024 · 0 comments · May be fixed by #18518
Open

The file is empty after writing to it under a local alluxio-fuse mount directory #18517

secfree opened this issue Feb 16, 2024 · 0 comments · May be fixed by #18518
Labels
type-bug This issue is about a bug

Comments

@secfree
Copy link
Contributor

secfree commented Feb 16, 2024

Alluxio Version:
v307

Describe the bug
The file is empty after writing to it under a local alluxio-fuse mount directory.

To Reproduce

configuration

alluxio.dora.enabled=false

mount

$ ./dora/integration/fuse/bin/alluxio-fuse mount file:///.../local-store /.../fuse-mnt

write and check

$ cd  /.../fuse-mnt
$ echo hello > file.01
$ ll file.01
total 0
-rw-rw-r-- 1 test test 0 Feb 14 16:24 file.01

Expected behavior
The file should not be empty

Are you planning to fix it
Yes

@secfree secfree added the type-bug This issue is about a bug label Feb 16, 2024
@secfree secfree linked a pull request Feb 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug This issue is about a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant