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? Disable FileSystemMaster block integrity check by default. ### Why are the changes needed? This operation is very expensive. It causes failovers...

API Change

### What changes are proposed in this pull request? Add detailed upgrade steps in the fourth section of the upgrade document Please outline the changes and how this PR fixes...

cla-missing
Doc Fix

### What changes are proposed in this pull request? 1. Add method `validateMount` in `MountTable` 2. When doing mount in `DefaultFileSystemMaster`, load the directory metadata first, then modify the `MountTable`...

**Alluxio Version:** Master branch **Describe the bug** Alluxio randread with pool performance **To Reproduce** ``` [global] direct=1 fallocate=none #ioengine=libaio group_reporting time_based size=10m nrfiles=50 iodepth=1 stonewall runtime=600 [bs64k_job32_read] filename=testfile/bs64k_job32_read bs=64k numjobs=32...

type-bug

**Alluxio Version:** 2.7 **Describe the bug** We found file in alluxio cache is inconsistent with remote s3-compatible file system, but only some of them are inconsistent, most files working fine....

priority-high
area-fuse
type-bug

**Alluxio Version:** 2.7.1 **Describe the bug** One mount point's UFS has an issue caused the whole cluster stuck. **To Reproduce** 1. Mount a hdfs path to alluxio ``` ./bin/alluxio fs...

priority-high
area-core
type-bug
area-master

### What changes are proposed in this pull request? Improves security by preventing mount point loss. ### Why are the changes needed? Since MountId is a random number, it may...

### What changes are proposed in this pull request? Implement commit and abort for paged block store

**Alluxio Version:** 2.8.0 **Describe the bug** when run alluxio.stress.cli.MaxFileBench, if the disk of metastore.dir is full, the master will stop (logs lost leadership) **To Reproduce** ``` # prepare metastore.dir (limited...

type-bug