XiChen

Results 43 comments of XiChen

failed UTs. ``` Error: 6.147 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project alluxio-table-base: Compilation failure: Compilation failure: Error: 6.150 [ERROR] /usr/src/alluxio/table/base/src/main/java/alluxio/table/ProtoUtils.java:[14,26] package alluxio.grpc.table does not exist Error: 6.150...

@dbw9580 Remove verbose output when `mount` is executed normally. Print execution process only when `mount` fails. Does not return execution information via RPC. Instead, it returns via exception message when...

@dbw9580 Remove `Recorder` from `UnderFileSystemConfiguration`, pass `Recorder` via method parameter now

@apc999 A rough code, does it meet the expected design? //TODO: unit tests, detail

This is an unfinished rough code. I want to confirm whether the design meets the expectations (https://github.com/Alluxio/alluxio/issues/9457). If it does, I will continue to complete the code.

@jiacheliu3 Commands that make it easier for SREs to manage clusters. For example, if the SRE clearly knows that a worker is to go offline, it can first stop the...

failed UT ``` Error: 3.508 [ERROR] Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.026 s

@rongrong PTAL. Any comments?