Dynamic Error Recovery for Storage Codewords

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Modern storage systems face challenges in reliably recovering data due to errors, particularly when a single error handling step fails to correct multiple codewords, despite multiple steps being able to recover each codeword individually, leading to inefficiencies and potential data loss.

Innovation Solution

Implementing a dynamic error handling sequence that iteratively applies multiple error handling steps until all codewords are correctly recovered, using a data structure to track corrections and adjust the sequence based on observed metrics, ensuring comprehensive error recovery.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a single error handling step is used, then the processing speed is fast, but the data recovery reliability is insufficient when multiple codewords are affected

Engineering Contradiction:
Improvedata recovery reliabilityVSAvoidprocessing speed
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The error handling process dynamically adapts by iteratively applying multiple error handling steps based on observed metrics. The system transitions from a static single-step approach to a dynamic multi-step process that adjusts the number of steps based on actual error conditions, thereby improving reliability without permanently sacrificing processing speed.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system implements feedback mechanisms by observing metrics from each error handling step and using this information to determine whether to continue with additional steps. This feedback loop allows the system to automatically adjust the error handling process, ensuring high reliability while maintaining efficiency by avoiding unnecessary additional steps when errors are already corrected.

Inventive Principle:
Principle #23Feedback

2Reliability

If multiple error handling steps are applied to all codewords, then the data recovery reliability improves, but the processing time increases

Engineering Contradiction:
Improveerror recovery reliabilityVSAvoidprocessing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system applies multiple error handling steps selectively rather than universally. By using feedback from observed metrics, the system determines the appropriate number of steps needed for each specific error condition, applying partial action (fewer steps) when sufficient and excessive action (more steps) only when necessary, thus balancing reliability improvement with time efficiency.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The error handling process is made dynamic by adjusting the number of steps based on real-time observations. Rather than fixed multi-step processing for all cases, the system adapts the processing depth to match actual error conditions, reducing unnecessary processing time while maintaining high reliability through targeted application of multiple steps when needed.

Inventive Principle:
Principle #15Dynamics

3Adaptability or versatility

If a fixed error handling sequence is used, then the process is simple to implement, but it cannot adapt to varying error conditions

Engineering Contradiction:
Improveerror condition adaptabilityVSAvoiderror handling complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system incorporates feedback mechanisms that observe metrics from error handling operations and use this information to adapt the sequence of steps. This feedback-driven adaptation allows the system to respond to varying error conditions dynamically, achieving high versatility while keeping the implementation complexity manageable through rule-based adjustments rather than complex decision logic.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The error handling sequence transitions from a static fixed pattern to a dynamic adaptive process. The system maintains relative simplicity by using observed metrics to guide adaptations, allowing the sequence to flexibly respond to different error conditions without requiring complex control structures or multiple predefined sequences.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS11775181B2Read error recovery
Publication Date: 2023.10.03 MICRON TECHNOLOGY INC
  • US11775181B2 patent drawing
  • US11775181B2 patent drawing
  • US11775181B2 patent drawing

AI summary

Systems and methods are disclosed, including maintaining an error recovery data structure for a set of codewords (CWs) in a storage system, the error recovery data structure storing indications that specific CWs are correctable or not correctable by specific error handing (EH) steps of a set of multiple EH steps, and determine an order of EH steps for the storage system based on the error recovery data structure. Maintaining the error recovery data structure can include determining if each CW of the set of CWs is correctable by a specific EH step, storing indications of CWs determined correctable by the specific EH step in the error recovery data structure, and, in response to determining that one or more CW in the set of CWs are not indicated as correctable in the error recovery data structure, incrementing the specific EH step.