Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to one data.path per shard #10461

Merged
merged 1 commit into from Apr 20, 2015
Merged

Commits on Apr 20, 2015

  1. [STORE] Move to on data.path per shard

    This commit moves away from using stripe RAID-0 simumlation across multiple
    data paths towards using a single path per shard. Multiple data paths are still
    supported but shards and it's data is not striped across multiple paths / disks.
    This will for instance prevent to loose all shards if a single disk is corrupted.
    
    Indices that are using this features already will automatically upgraded to a single
    datapath based on a simple diskspace based heuristic. In general there must be enough
    diskspace to move a single shard at any time otherwise the upgrade will fail.
    
    Closes elastic#9498
    s1monw committed Apr 20, 2015
    Copy the full SHA
    5730c06 View commit details
    Browse the repository at this point in the history