LuQQiu
LuQQiu
Hi @SerCeMan, Thanks for the information, I will try to use `-o writeback` mount option or maybe `-o writeback_cache` to see if one of them works.
It is illustrated in this [link](http://fuse.996288.n3.nabble.com/unknown-mount-options-td14587.html) that `writeback_cache` is not option that I can pass on the command line to the filesystem, but options that the filesystem can internally pass...
Hi @SerCeMan In my local mac and remote ec2 (Amazon linux) instances, uid is unsigned `4294967295L`. It seems that the `4294967295 uid_t` is given by `libfuse` and does not change...
Confirmed that both uid_t and gid_t can be signed or unsigned based on the platforms. We better check both ``` private static final long ID_NOT_SET_VALUE = -1; private static final...
@yuyang733 @tcrain Please help take a look
https://github.com/Alluxio/alluxio/issues/16001
@HelloHorizon This looks like a high priority issue, cannot read correctly from Alluxio because of failed to sync
Based on the community sync discussion, @bzheng888 please put the big file to dashboard? or other place that available to end-users?
@beinan this is the PR for monitoring the Alluxio system in Kubernetes