Davies Liu
Davies Liu
It's possible that the session was cleaned up, but some of file locks leaked behind, we should cleanup them also.
When the underlying object store is not fast enough, and the local disk is not big enough, we can setup a faster object store between them as the cache tier...
**What would you like to be added**: We can enable the redis client cache by command options, which could be useful for readonly workload. **Why is this needed**: Faster is...
man 2 fcntl says: When placing locks with F_SETLKW, the kernel detects deadlocks, whereby two or more processes have their lock requests mutually blocked by locks held by the other...
so we can use lsattr to list the predefine flags on files in JuiceFS, also use chattr to change that. For the flags, we may want to support: append only...
ObjectiveFS is an shared POSIX filesystem on top of S3, which persistent with both metadata and data into S3. We should provide a docs to cover the common and difference...
Currently, the text protocol is very slow for large objects, we can have optional binary protocol for better performance.
Once a child and grandchild are forked, the current process would like to know whether they are successful or not, and show a proper message, by doing some application level...
Right now, we use node pod as daemonset, so it's deployed into every node even it's not used by any app. We could create the node pod on demand by...