Falin Luo
Falin Luo
### Description of PR We modified the Groups.java file, manually checked the cache validity time in the initialization function of this file, and then threw an exception at an earlier...
[https://issues.apache.org/jira/browse/HBASE-27016] fix bug for local mode.
**Is your feature request related to a problem? Please describe.** `alluxio.master.journal.folder` default value is `${alluxio.work.dir}/journal`, if we don't set the first config, it will use the default value which related...
**Alluxio Version:** 2.9.0 **Describe the bug** If we set the `alluxio.master.journal.folder` as `${alluxio.work.dir}` and use embedded journal. And when we start the alluxio by shell like `./bin/alluxio format`, it will...
**Alluxio Version:** 2.9.0 **Describe the bug** When set `alluxio.master.ttl.checker.interval` to zero or negative, the log system of master will quickly reach the top. The number of master.log quickly reach 100,...