alluxio icon indicating copy to clipboard operation
alluxio copied to clipboard

Alluxio, data orchestration for analytics and machine learning in the cloud

Results 410 alluxio issues
Sort by recently updated
recently updated
newest added

**Alluxio Version:** What version of Alluxio are you using? v2.8.0 **Describe the bug** aws-java-sdk-s3 APIS. get data from alluxio, filecheck is failed **for example S3-client-demo: init s3** ` AmazonS3 s3Client...

area-apis
type-bug

**Alluxio Version:** What version of Alluxio are you using? current master **Describe the bug** When using the paged block store, block master cannot find a tier in the global tier...

type-bug

**Alluxio Version:** Master branch **Describe the bug** Block location Policy should not create for each file. **To Reproduce** Use roundrobin block location policy cannot round robin now, because the policy...

type-bug

![截屏2022-07-20 下午3 17 51](https://user-images.githubusercontent.com/90416637/180065250-e1d06ab2-7fd6-4ee8-8c67-092ecc5e4bb0.png) ![截屏2022-07-20 下午3 17 43](https://user-images.githubusercontent.com/90416637/180065259-e766bd48-5157-464b-8065-0570f1a7e250.png) when I run this in my MacBook : mvn install -Dmaven.javadoc.skip=true -DskipTests -Dlicense.skip=true -Prelease There are some errors. How to fixed it?

type-bug

**Summary** In the current local cache implementation, when we write the data sequentially, we always create a new byte array for each page, but in fact, for each file/stream to...

type-debt

### What changes are proposed in this pull request? Add configuration for Kerberos: 1) Allow user to specify Kerberos authentication Ufs HDFS. 2) Allow user to specify the location of...

cla-missing
API Change

### What changes are proposed in this pull request? Please outline the changes and how this PR fixes the issue. ### Why are the changes needed? Please clarify why the...

**Is your feature request related to a problem? Please describe.** Related issues: https://github.com/Alluxio/alluxio/issues/15828 When writing files, all BlockWorkerClients will be held until the whole file is finished. If the file...

area-client
priority-high
type-bug

### What changes are proposed in this pull request? Remove redundant exception classes. Please list the user-facing changes introduced by your change, including NO.

**Is your feature request related to a problem? Please describe.** It is possible the workload writes sequentially a file with a large buffer, eg 1M, in Fuse side, the offset...

priority-high
area-fuse
type-feature