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

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

### What changes are proposed in this pull request? Separate configuration for block and inode is make sense, because in some cases, blockstore use ROCKS is enough, but inodestore must...

API Change

### What changes are proposed in this pull request? Fix the issue: A file with a lastSync time newer than its directory causes the meta sync of the directory triggered...

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

API Change

### What changes are proposed in this pull request? Make `DefaultBlockWorkerClient` extends from `AbstractClient` ### Why are the changes needed? - Address a todo issue in the codebase - Reduce...

### What changes are proposed in this pull request? Based on the [issue 15266](https://github.com/Alluxio/alluxio/issues/15266), I implemented `TrieNode` and `MountTableTrie` which can speed up the search in MountTable. After `MountTableTrie` is...

### What changes are proposed in this pull request? 1. add several additional parameters in `WorkerBenchParameters` 2. support multiple files random read&sequential read benchmark in `StressWorkerBench` ### Why are the...

### What changes are proposed in this pull request? For some of operation come from client, it doesn't use the space related info about the mount point, meanwhile, invoke ufs...

API Change

### What changes are proposed in this pull request? Support record the audit log for getMounttable operation. ### Why are the changes needed? Just add auditlog context. ### Does this...

### What changes are proposed in this pull request? Implement unbuffer interface for HdfsFileInputStream. Fix #16016. ### Why are the changes needed? If the unbuffer method is not implemented, then...

POM Change
API Change