Christopher Zhu
Christopher Zhu
Thanks @tcrain : > Theoretically writes were supposed to inherit the parent folder's (bucket's) mode bits of `770` but in reality they were committed as `755` for directories and `644`...
@HelloHorizon Yes I noticed, thanks for pointing that out though. Also I noticed this has the label `priority-high`, but as of right now we don't have a lot of focus...
Failing unit test is unrelated to PR changes: ``` Error: 4.672 [ERROR] Errors: Error: 4.672 [ERROR] alluxio.server.ft.journal.raft.EmbeddedJournalIntegrationTestTransferLeadership.resetPriorities Error: 4.673 [ERROR] Run 1: EmbeddedJournalIntegrationTestTransferLeadership.resetPriorities:207->transferAndWait:250->EmbeddedJournalIntegrationTestBase.waitForQuorumPropertySize:58 » Timeout Error: 4.674 [ERROR] Run 2:...
@madanadit @jiacheliu3 Since this issue seems to be popping up again, let's revive this discussion. As Jiacheng mentioned there will be no way to ensure correct behaviour across all k8s...
Discussed wth @madanadit, here's a compromise that should be minimally impactful: 1. Add the `KiB`/`MiB`/`GiB`/`TiB` suffix to Alluxio's parsing and map them to be identical to the existing `KB`/`MB`/`GB`/`TB` mappings....
Just for posterity I'm going to list the steps of how the Helm chart `tieredstore.levels[0].quota=5G` value results in the following Alluxio error message: ``` tmpfs is smaller than the configured...
This issue happens due to https://github.com/Alluxio/alluxio/pull/15898 being merged. That PR forces the Alluxio docker image to run as the root user. Can we refactor the Dockerfile to create a different...
@abmo-x I believe this issue has been resolved by this PR #15965. I tried to replicate your setup with EMR as the Hadoop & Spark cluster. You can see my...
@abmo-x Would you be able to provide more details about the Access Key you provided and maybe the request code? eg: if it is a Spark job then something like:...
> @abmo-x I believe this issue has been resolved by this PR #15965. > > I tried to replicate your setup with EMR as the Hadoop & Spark cluster. You...