LuQQiu
LuQQiu
### What changes are proposed in this pull request? Please outline the changes and how this PR fixes the issue. ### Why are the changes needed? Please clarify why the...
### What changes are proposed in this pull request? Please outline the changes and how this PR fixes the issue. ### Why are the changes needed? Please clarify why the...
The libfuse 3.X works good with jnr-fuse and I hope to know how could I enable `writeback_cache` option with jnr-fuse? Any example or explanation is welcome. Thanks a lot
When we implement the jnr-fuse `chown()` function in https://github.com/Alluxio/alluxio/pull/8010, we find that if users want to change group without change user, the `chown()` function will provide the uid as `4294967295L`...
### What changes are proposed in this pull request? Please outline the changes and how this PR fixes the issue. ### Why are the changes needed? Please clarify why the...
### What changes are proposed in this pull request? Move options in Alluxio configuration out of fuse opts ### Why are the changes needed? Ease future adding fuse-related configuration that...
### What changes are proposed in this pull request? Please outline the changes and how this PR fixes the issue. ### Why are the changes needed? Please clarify why the...
### What changes are proposed in this pull request? Update bytes read/write metrics name ### Why are the changes needed? to be human readable and avoid confusion ### Does this...
Update stack FS to be runable to understand underlying Fuse components
Support compiling Java 11 code with mvn .... -Pjava11 Support creating tarball with java 11 and without webUI dependencies using: ./dev/scripts/build-artifact.sh tarball -mvnArgs "-Pjava11" -skipWebUI