RAID-F Repair Cursor for Chunk Conflict Resolution

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In RAID-F storage systems, component repair failures often lead to significant system resource usage due to chunk conflicts when a component becomes available again during an ongoing repair process, requiring extensive reconciliation to resolve conflicts and resulting in high compute and I/O overhead.

Innovation Solution

The implementation of an enhanced RAID-F component repair module that uses a 'repair cursor' to track processed chunks and an enhanced reconciliation module to de-allocate these chunks upon component availability, reducing conflicts and allowing the repair process to resume from the previous state, thereby minimizing reconciliation work.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the RAID-F component repair process is carried out to replicate data in unavailable components, then data redundancy is improved, but system resource consumption increases significantly when repair failures occur

Engineering Contradiction:
Improvedata redundancyVSAvoidsystem resource consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The patent applies preliminary action by maintaining a repair cursor that tracks the progress of the repair process before failure occurs. When a repair failure happens, the system can resume from the saved cursor position rather than restarting from the beginning, preventing wasted computational resources on already-processed chunks while maintaining data redundancy through complete repair eventual

Inventive Principle:
Principle #10Preliminary action

2Reliability

If the repair process is restarted after a failure, then data redundancy is restored, but extensive reconciliation work is required due to chunk conflicts

Engineering Contradiction:
Improvedata redundancyVSAvoidreconciliation time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The repair cursor is updated during the repair process to preliminarily record which chunks have been processed. Upon restart after failure, this pre-recorded information allows the system to skip reconciliation for already-processed chunks, dramatically reducing the time needed to resolve chunk conflicts while ensuring data redundancy is restored

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent uses the repair cursor as a copy of the repair progress state. Instead of re-computing or re-resolving chunk conflicts during restart, the system copies the saved cursor position to determine where to resume processing, eliminating redundant reconciliation work for previously handled chunks

Inventive Principle:
Principle #26Copying

3Stability of the object's composition

If chunk conflicts are resolved through full reconciliation, then data consistency is improved, but computational overhead increases significantly

Engineering Contradiction:
Improvedata consistencyVSAvoidcomputational overhead
Core Design Contradiction:
Stability of the object's compositionVSUse of energy by moving object

Solution Approach 1:

The patent segments the reconciliation work by using the repair cursor to divide chunks into two categories: those already processed (before cursor position) and those needing reconciliation (after cursor position). This segmentation allows the system to maintain data consistency only where necessary, significantly reducing computational overhead compared to full reconciliation of all chunks

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies partial action by performing reconciliation only on the portion of chunks that were not fully processed before failure, rather than reconciling all chunks. This partial reconciliation approach maintains data consistency for the critical unprocessed portions while avoiding unnecessary computational overhead on already-resolved chunks

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS11256583B2Efficient handling of RAID-F component repair failures
Publication Date: 2022.02.22 VMWARE INC
  • US11256583B2 patent drawing
  • US11256583B2 patent drawing
  • US11256583B2 patent drawing

AI summary

In one set of embodiments, a storage system can execute a repair process for a first component of a file or object stored on the storage system, where the repair process is initiated in response to the first component becoming inaccessible by the storage system, and where the file or object is split across a plurality of components including the first component. The executing can include, for each chunk in an address space of the first component starting from an initial chunk pointed to by a cursor: (1) determining whether the chunk is mapped to the first component, (2) if the chunk is mapped to the first component, copying data for the chunk from a mirror copy of the first component to a second component in the plurality of components, and (3) updating the cursor to point to a next chunk in the address space.