Rebuilding Queue Allocation for Dispersed Storage Slice Recovery

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current dispersed storage networks face challenges in efficiently managing and recovering from errors in encoded data across geographically distributed storage units, leading to potential data loss and security vulnerabilities.

Innovation Solution

The implementation of a dispersed storage network with a managing unit that performs error encoding and decoding using Cauchy Reed-Solomon encoding, distributing data into encoded slices stored across multiple sites, and an integrity processing unit that rebuilds 'bad' or missing slices using other retrieved encoded data slices, ensuring data integrity and security.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If data is distributed across multiple geographically dispersed storage units, then data availability and fault tolerance are improved, but data integrity and security management become more complex

Engineering Contradiction:
Improvefault toleranceVSAvoiddata integrity management
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments data into multiple encoded slices using Cauchy Reed-Solomon encoding, distributing them across geographically dispersed storage units. Each slice is independently stored, and the segmentation enables fault tolerance since data can be recovered from any k slices out of n total slices, addressing the reliability improvement while managing complexity through structured encoding

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an integrity processing unit as an intermediary that manages data integrity across the distributed storage system. This unit receives encoded slices, verifies their integrity, and coordinates rebuilding operations when slices are corrupted or lost, simplifying the complex task of maintaining data integrity across multiple distributed storage units

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If error correction encoding is applied to distributed data, then data recovery capability is improved, but processing time and computational overhead increase

Engineering Contradiction:
Improvedata recovery capabilityVSAvoidprocessing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent applies Cauchy Reed-Solomon encoding in advance during the data writing phase, creating n encoded slices from k original data slices before distribution. This preliminary encoding action ensures that data recovery capability is pre-established, so when failures occur, the system can immediately reconstruct data from available slices without performing complex real-time encoding operations

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent allows flexible configuration of encoding parameters, specifically the ratio of k (data slices) to n (total slices). By adjusting these parameters, the system can optimize between data recovery capability and processing overhead based on specific requirements, enabling tunable performance characteristics

Inventive Principle:
Principle #35Parameter changes

3Productivity

If multiple rebuilding queues are used to manage slice recovery, then rebuilding efficiency is improved, but queue management complexity increases

Engineering Contradiction:
Improverebuilding efficiencyVSAvoidqueue management
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent segments the rebuilding workload into multiple independent queues, each dedicated to specific encoded slices or storage units. This segmentation allows parallel processing of rebuilding operations across different queues, improving overall rebuilding efficiency while maintaining manageable complexity through clear separation of responsibilities

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent creates a set of rebuilding queues that serve multiple functions: they manage both initial data reconstruction and recovery from corrupted slices, handle different priority levels, and can adapt to various failure scenarios. This multi-functionality improves rebuilding efficiency across diverse situations while the standardized queue structure keeps management complexity controlled

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS10838814B2Allocating rebuilding queue entries in a dispersed storage network
Publication Date: 2020.11.17 PURE STORAGE INC
  • US10838814B2 patent drawing
  • US10838814B2 patent drawing
  • US10838814B2 patent drawing

AI summary

A method for execution by a processing system in dispersed storage and task network (DSTN) that includes a processor, includes: identifying a slice name of a slice in error of a set of slices stored in a set of dispersed storage (DS) units; identifying a number of slice errors of the set of slices; generating a queue entry that includes the slice name of the slice in error, a rebuilding task indicator, an identity of the set of slices, and the number of slice errors; identifying a rebuilding queue based on the number of slice errors, wherein the rebuilding queue is associated with one of: the set of DS units or another set of DS units; and facilitating storing the queue entry in the identified rebuilding queue.