IP Library Granted Patent US 8,843,447
Granted Patent B2
US 8,843,447 · App. 14/136,254 · Granted Sep 23, 2014

Resilient distributed replicated data storage system

Inventors: Donald J. Molaro (Cupertino, CA); David Fellinger (Westlake Village, CA); Adam Fried-Gintis (Lake Balboa, CA); Dan Olster (Woodland Hills, CA)
Assignee: DataDirect Networks, Inc.
G06F3/0619G06F3/065G06F3/067
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 8,843,447
App. No.
14/136,254
Granted
Sep 23, 2014
Kind
B2
Abstract

A resilient distributed replicated data storage system is described herein. The storage system includes zones that are independent, and autonomous from each other. The zones include nodes that are independent and autonomous. The nodes include storage devices. When a data item is stored, it is partitioned into a plurality of data objects and a plurality of parity objects are calculated. Reassembly instructions are created for the data item. The data objects, parity objects and reassembly instructions are spread across nodes and zones in the storage system according to a policy for the data item. When a zone is inaccessible, a virtual zone is created and used until the intended zone is available. When a read request is received, the data item is prepared from the lowest latency nodes according to the reassembly instructions, and a virtual zone is accessed in place of a real zone when the real zone is inaccessible.

Claims (65)

1. A system comprising:

a plurality of storage zones, each storage zone comprising a plurality of nodes wherein each node comprises a plurality of storage devices and a controller, the controller including a processor and memory

a first node of a plurality of nodes included in a first zone of the plurality of zones, the first node having instructions stored thereon which when executed cause a first processor included in a first controller in the first node to perform actions including:

receiving a storage request from a client of the system to store a data item

partitioning the data item into a plurality of data objects, each object including a storage policy identifier and a data portion

creating a plurality of parity objects for the data item

creating reassembly instructions for the data item

storing groups of some of the data objects and groups of some of the parity objects and the reassembly instructions among the nodes included in the storage zones according to a predetermined set of criteria, the storing including

evaluating a latency for each storage zone to which the data item is to be stored

performing the storing in lowest latency order

evaluating each storage zone to determine whether the storage zone is accessible

when one of the storage zones is not accessible, creating a virtual zone in the first zone to store the data objects, parity objects and reassembly instructions intended for the inaccessible storage zone

checking whether the storage zone corresponding to the virtual zone is accessible

when the storage zone corresponding to the virtual zone remains inaccessible, waiting a system defined amount of time

repeating the checking and the waiting until the storage zone corresponding to the virtual zone becomes accessible

when the storage zone corresponding to the virtual zone is accessible moving the data objects, parity objects and reassembly instructions from the virtual zone to the intended storage zone.

2. The system of claim 1 wherein the storage devices are selected from the group including hard disk drives and solid state storage devices.

3. The system of claim 1 wherein the partitioning the data item partitions the data item into data objects wherein some of the data objects are duplicated among the storage zones.

4. The system of claim 1 wherein the partitioning the data item partitions the data item into data objects that are equally divided among the storage zones.

5. The system of claim 1 wherein the partitioning the data item partitions the data item into data objects that are unequally divided among the storage zones.

6. The system of claim 1 wherein the creating the parity objects creates parity objects wherein some of the parity objects are duplicated among the storage zones.

7. The system of claim 1 wherein the creating the parity objects creates parity objects that are equally divided among the storage zones.

8. The system of claim 1 wherein the creating the parity objects creates parity objects that are unequally divided among the storage zones.

9. The system of claim 1 wherein the first node has further instructions which when executed cause the first processor to perform further actions including:

receiving a read request for the data item

obtaining data objects and parity objects to reconstruct the data item from lowest latency nodes, including

checking whether any storage zones having storage nodes where the data objects and parity objects to reconstruct the data item are stored are inaccessible

when one of the storage zones having storage nodes where the data objects and parity objects to reconstruct the data item are stored are inaccessible, using the virtual zone in place of the inaccessible zone

providing the requested data item to a requester.

10. The system of claim 9 wherein the obtaining further comprises:

when the lowest latency nodes are not impaired and accessible, constructing the data item from the data objects and parity object at the lowest latency nodes according to the reassembly instructions

when one of the lowest latency nodes is either impaired or not accessible, constructing the data from the data objects and parity objects obtained from alternative nodes according to the reassembly instructions

using a local parity object to allow for recreation of an inaccessible or corrupted one of the parity objects in the group of parity objects or one of the data objects in the group of data objects.

11. The system of claim 9 wherein when one of the lowest latency nodes is either impaired or not accessible, reconstituting the node that is either impaired or not accessible using a local parity object according to local reassembly instructions included in the reassembly instructions.

12. A system comprising:

a plurality of storage zones, each storage zone comprising a plurality of storage nodes wherein each storage node comprises a plurality of storage devices and a controller, the controller including a processor and memory

a first node of a plurality of nodes included in a first zone of the plurality of zones, the first node having instructions stored thereon which when executed cause a first processor included in a first controller in the first node to perform actions including:

receiving a storage request from a client of the system to store a data item, the storage request include (a) the data item or a data item reference and (b) a storage criteria

partitioning the data item into a plurality of data objects, each object including a storage policy identifier and a data portion according to the storage criteria creating a plurality of parity objects for the data item according to the storage criteria

creating reassembly instructions for the data item according to the storage criteria

storing the data objects and the parity objects for the data item among the nodes among the storage zones according to the storage criteria and storing the reassembly instructions among the storage nodes among the storage zones, the storing including

evaluating a latency for each storage zone to which the data item is to be stored

performing the storing in lowest latency order

evaluating each storage zone to determine whether the storage zone is accessible

when one of the storage zones is not accessible, creating a virtual zone in the first zone to store the data objects, parity objects and reassembly instructions intended for the inaccessible storage zone

checking whether the storage zone corresponding to the virtual zone is accessible

when the storage zone corresponding to the virtual zone remains inaccessible, waiting a system defined amount of time

repeating the checking and the waiting until the storage zone corresponding to the virtual zone becomes accessible

when the storage zone corresponding to the virtual zone is accessible, moving the data objects, parity objects and reassembly instructions from the virtual zone to the intended storage zone.

13. The system of claim 12 wherein the storage devices are selected from the group including hard disk drives and solid state storage devices.

14. The system of claim 12 wherein the storage criteria specify whether the data objects and the parity objects should be equally divided among the storage zones, unequally divided among the storage zones, and duplicated among the storage zones.

15. The system of claim 12 wherein the storage criteria specify redundancy, latency, and/or resiliency characteristics.

16. The system of claim 12 wherein the storage criteria include designated placement for the data objects and the parity objects among the storage zones.

17. The system of claim 12 wherein the storage criteria are designations of redundancy, latency, and/or resiliency characteristics that are processed to determine the distribution of the data objects and the parity objects among the storage zones.

18. The system of claim 12 wherein the first node has further instructions which when executed cause the first processor to perform further actions including:

receiving a read request for the data item

obtaining data objects and parity objects to reconstruct the data item from lowest latency nodes, including

checking whether any storage zones having storage nodes where the data objects and parity objects to reconstruct the data item are stored are inaccessible

when one of the storage zones having storage nodes where the data objects and parity objects to reconstruct the data item are stored are inaccessible, using the virtual zone in place of the inaccessible zone

providing the requested data item to a requester.

19. The system of claim 18 wherein the obtaining further comprises:

when the lowest latency nodes are not impaired and accessible, constructing the data item from the data objects and parity object at the lowest latency nodes according to the reassembly instructions

when one of the lowest latency nodes is either impaired or not accessible, constructing the data from the data objects and parity objects obtained from alternative nodes according to the reassembly instructions

using a local parity object to allow for recreation of an inaccessible or corrupted one of the parity objects in the group of parity objects or one of the data objects in the group of data objects.

20. The system of claim 18 wherein when one of the lowest latency nodes is either impaired or not accessible, reconstituting the node that is either impaired or not accessible using a local parity object according to local reassembly instructions included in the reassembly instructions.

Assignments (6)
RELEASE OF SECURITY INTEREST Recorded Jun 15, 2026
From: PREFERRED BANK
To: DATADIRECT NETWORKS, INC.
Reel/Frame 074955/0540 →
RELEASE OF SECURITY INTEREST Recorded Jun 12, 2026
From: TRIPLEPOINT CAPITAL LLC
To: DATADIRECT NETWORKS, INC.
Reel/Frame 075737/0508 →
RELEASE OF SECURITY INTEREST Recorded Apr 21, 2026
From: TRIPLEPOINT CAPITAL LLC
To: DATADIRECT NETWORKS, INC.
Reel/Frame 075478/0178 →
SECURITY INTEREST Recorded Oct 13, 2018
From: DATADIRECT NETWORKS, INC.
To: TRIPLEPOINT CAPITAL LLC
Reel/Frame 047228/0734 →
SECURITY INTEREST Recorded Jan 13, 2015
From: DATADIRECT NETWORKS, INC.
To: PREFERRED BANK, AS LENDER
Reel/Frame 034693/0698 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Dec 20, 2013
From: MOLARO, DONALD J.; FELLINGER, DAVID; FRIED-GINTIS, ADAM; OLSTER, DAN
To: DATADIRECT NETWORKS, INC.
Reel/Frame 031832/0984 →
Continuity (2)
Continuation In Part 13715519 · Dec 14, 2012
Related Publication 20140173235A1 · Jun 19, 2014