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

**Is your feature request related to a problem? Please describe.** When I use the follow command to carry out the reading performance test. ``` ./bin/alluxio runClass alluxio.stress.cli.client.StressClientIOBench --operation ReadFully --base...

type-feature

### What changes are proposed in this pull request? Added a benchmark suite to compare the performance between `MonoBlockStore` and `PagedBlockStore` ### Why are the changes needed? Provide insights on...

**Alluxio Version:** Alluxio version: v2.8.0 **Other tools Version:** k8s version: v1.20.11 docker version: 20.10.11 hdfs version: 3.3.2 **Some background to add** hdfs was deployed by binary file hdfs was started...

type-bug

### What changes are proposed in this pull request? fix the bug mentioned in the issue [#15960](https://github.com/Alluxio/alluxio/issues/15960)

### What changes are proposed in this pull request? Remove useless field in AbstractFileSystem. ### Why are the changes needed? Remove useless field in AbstractFileSystem. ### Does this PR introduce...

### 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...

**Alluxio Version:** 2.1.0 **Describe the bug** Seems `images_$folder$` is considering as object key. Any suggestions on this? ``` 2019-10-02 03:35:06,344 INFO oss - [Server]Unable to execute HTTP request: Not Found...

area-ufs
type-bug
needs-response
task-medium

### What changes are proposed in this pull request? Currently, we can only execute a single workload in StressMasterBench, e.g., CreateFile. But in real world, workload are very complex which...

### What changes are proposed in this pull request? Implement page store allocator ### Why are the changes needed? we need allocator to keep the stickiness between block and dir...

**Is your feature request related to a problem? Please describe.** Implement the unbuffer interface for `HdfsFileInputStream`. This is very helpful for impala's file handle cache. **Describe the solution you'd like**'...

type-feature