High Availability
Alluxio is designed to be resilient and ensure data is always available, even in the face of component or infrastructure failures.
UFS Fallback: If an Alluxio worker is unavailable, clients can automatically fall back to reading directly from the UFS, ensuring that read requests succeed without interruption.
File Replication: Configure files to have multiple replicas across different Alluxio workers. If one worker becomes unavailable, clients can seamlessly fail over to another replica. This also boosts read performance for popular files by distributing the load.
Multi-Availability Zone (Multi-AZ) Deployments: Deploy Alluxio clusters across multiple availability zones (AZs). If an entire AZ goes down, clients can automatically fail over to an Alluxio cluster in another AZ, providing robust disaster recovery and uninterrupted service.
Last updated