The present invention relates generally to storage systems, and more specifically, to nested multiple erasure correcting codes for storage arrays.
Computer systems utilize data redundancy schemes such as parity computation to protect against loss of data on a storage device. In redundant arrays of independent disks (RAID) systems, data values and related parity values are striped across disk drives. RAID systems are typically used to protect information stored in hard disk drives (HDDs) arrays from catastrophic disk failures. Two popular RAID schemes are RAID 5 which protects against a single catastrophic disk failure and RAID 6 which protects against a double catastrophic disk failure.
Flash devices are a type of non-volatile storage devices that can be electrically erased and reprogrammed in large blocks. Like HDDs, flash devices divide the medium into sectors that are typically 512 bytes. Flash devices further collect sectors into pages with typically eight sectors per page, so that each page contains four thousand or 4 kilo (K) bytes. Each sector is protected by an error correcting code (ECC) that corrects a number of errors (typically, single-bit errors, although other possibilities, like byte errors, are also feasible). A popular choice is a Bose-Chaudhuri-Hocquenghem (BCH) code, like an eight bit correcting or fifteen bit correcting BCH code, although many variations are possible. As in HDDs, pages in flash devices may suffer hard errors (HEs). This occurs, for example, when the error correcting capability of the BCH code in a sector of the page is exceeded. As compared to HDDs, exceeding the capability of the BCH code is more likely in flash devices, both as a page nears the end of its write endurance lifetime, or as a page nears the end of its data retention lifetime. Thus, the number of HEs in flash devices may be expected to grow over time, leaving latent HEs on a device.
An array made up of flash devices may encounter a mix of catastrophic device failures combined with possibly more prevalent HEs. For example, use of RAID 5 for protecting information stored in flash devices may result in a device failure when there are latent HEs. Therefore, if a device in a RAID 5 system experiences a catastrophic device failure, and some other device has a HE in a page, the row where such an event occurs will be unable to retrieve the information. RAID 6 requires dedicating an entire second device for parity, which is expensive when the predominant failures are HEs.
An embodiment is a method for storing data. The method includes receiving write data. The write data is arranged into “r” rows and “n” columns of pages, with each page including a plurality of sectors. The write data is encoded using a plurality of horizontal and vertical erasure correcting codes on the pages. The encoding results in a first that row contains t1 parity pages with t1≧1, a second row that contains t2 parity pages with t2≧t1, a third row that contains t3 parity pages with t3≧t2, and so on, up to an rth row that contains tr parity pages with tr≧tr-1 and n>tr>t1. The encoding allows recovery from up to tr erasures in any one of the r rows, up to tr-1 erasures in any one of the remaining r−1 rows, up to tr-2 erasures in any one of the remaining r−2 rows, and so on, such that the encoding allows recovery from up to t1 erasures in the last remaining row. Encoded write data is output from the encoding. The encoded write data is written as a write stripe across n storage devices in a storage array.
Another embodiment is a system for storing data in a storage array. The system includes a storage array and an array controller. The storage array includes a plurality of storage devices. The array controller is configured for receiving write data and for arranging the write data in r rows and n columns of pages. The array controller encodes the write data using a plurality of horizontal and vertical erasure correcting codes on the pages. The encoding results in a first that row contains t1 parity pages with t1≧1, a second row that contains t2 parity pages with t2≧t1, a third row that contains t3 parity pages with t3≧t2, and so on, up to an rth row that contains tr parity pages with tr≧tr-1 and n>tr>t1. The encoding allows recovery from up to tr erasures in any one of the r rows, up to tr-1 erasures in any one of the remaining r−1 rows, up to tr-2 erasures in any one of the remaining r−2 rows, and so on, such that the encoding allows recovery from up to t1 erasures in the last remaining row. Output from the encoding includes encoded write data. The array controller writes the encoded write data as a write stripe across n storage devices in a storage array.
Another embodiment is a computer program product for storing data in a storage array. The computer program product includes a computer readable storage medium having computer readable program code embodied therewith. The computer readable program code includes computer readable program code configured for receiving write data and arranging the write data in r rows and n columns of pages. The program code is further configured for encoding the write data using a plurality of horizontal and vertical erasure correcting codes on the pages. A first row contains t1 parity pages with t1≧1, a second row contains t2 parity pages with t2≧t1, a third row contains t3 parity pages with t3≧t2, and so on, up to an rth row which contains tr parity pages with tr≧tr-1 and n>tr>t1 wherein the encoding allows recovery from up to tr erasures in any one of the r rows, up to tr-1 erasures in any one of the remaining r−1 rows, up to tr-2 erasures in any one of the remaining r−2 rows, and so on, such that the encoding allows recovery from up to t1 erasures in the last remaining row. The program code is further configured for writing the write data as a write stripe across n storage devices in a storage array.
A further embodiment is a method for correcting erasures in a storage array. The method includes receiving a read stripe from a plurality of n storage devices. The read stripe includes a block of pages arranged in r rows and n columns with each column corresponding to one of the storage devices. The pages include data pages and parity pages. The parity pages were generated using a plurality of horizontal and vertical erasure correcting codes, such that a first row contains t1 parity pages with t1≧1, a second row contains t2 parity pages with t2≧t1, a third row contains t3 parity pages with t3≧t2, and so on, up to an rth row which contains tr parity pages with tr≧tr-1 and n>tr>t1. The method also includes determining that the read stripe includes at least one erased page and that one of the rows contains at most tr erasures, one of the r−1 remaining rows contains at most tr-1 erasures, one of the r−2 remaining rows contains at most tr-2 erasures, and so on, until determining that the last remaining row contains t1 erasures. The erased page is reconstructed responsive to the block of pages and to the horizontal and vertical erasure codes. The reconstructing results in a recovered read stripe.
A further embodiment is a computer program product for correcting erasures in a storage array. The computer program product includes a computer readable storage medium having computer readable program code embodied therewith. The computer readable program code includes computer readable program code configured for receiving a read stripe from a plurality of n storage devices. The read stripe includes a block of pages arranged in r rows and n columns with each column corresponding to one of the storage devices. The pages include data pages and parity pages. The parity pages were generated using a plurality of horizontal and vertical erasure correcting codes, such that a first row contains t1 parity pages with t1≧1, a second row contains t2 parity pages with t2≧t1, a third row contains t3 parity pages with t3≧t2, and so on, up to an rth row which contains tr parity pages with tr≧tr-1 and n>tr>t1. The method also includes determining that the read stripe includes at least one erased page and that one of the rows contains at most tr erasures, one of the r−1 remaining rows contains at most tr-1 erasures, one of the r−2 remaining rows contains at most tr-2 erasures, and so on, until determining that the last remaining row contains t1 erasures. The erased page is reconstructed responsive to the block of pages and to the horizontal and vertical erasure codes. The reconstructing results in a recovered read stripe.
Additional features and advantages are realized through the techniques of the present invention. Other embodiments and aspects of the invention are described in detail herein and are considered a part of the claimed invention. For a better understanding of the invention with the advantages and the features, refer to the description and to the drawings.
The subject matter which is regarded as the invention is particularly pointed out and distinctly claimed in the claims at the conclusion of the specification. The forgoing and other features, and advantages of the invention are apparent from the following detailed description taken in conjunction with the accompanying drawings in which:
An embodiment utilizes a multiple erasure correcting code for protecting against data loss occurring as a combination of a device failure and a block failure in a storage system. A nested erasure code that can tolerate multiple erasures and that has an overall outer parity that is one erasure tolerant is utilized by an embodiment. The nested property is characterized by each redundancy symbol being computed over the data and all previous computed redundancy symbols. In the case where a single device fails, an embodiment described herein provides protection comparable to RAID 6, but with storage efficiency approaching that of RAID 5.
As used herein, the term “erasure correction” refers to correcting an error whose location is known. An erasure correction is different than an “error correction” which, as used herein, refers to correcting an error whose location is not known. Correcting erasures requires about half of the amount of redundancy that is required to correct errors. As used herein, the term “hard error” or “HE” refers to an erasure (i.e., an error with a known location).
While error correcting codes (ECCs), such as the Bose-Chaudhuri-Hocquenghem (BCH) code, help reduce a raw bit error rate in a flash device to a lower level after correction, the final level may still be higher than a target raw bit error rate for the storage system. For example, a fifteen bit correcting BCH code may bring down a raw bit error rate of 0.001 to a raw bit error rate of 2.7e−9 after decoding a 512 byte (B) sector. However, this raw bit error rate, which represents the probability of a HE in a flash device, is substantially higher than that of a typical hard disk drive (HDD), which may range from 8e−14 to 8e−16. Higher error rates are likely to occur near the end of write endurance as well as near the end of the data retention life in a flash device.
When the error correcting capability of an ECC is exceeded, this event will be detected with a very high probability. For example, if a fifteen bit correction BCH code has been implemented and more than fifteen errors have occurred, it is very likely that the BCH code itself will detect such an event. In any case, a cyclical redundancy code (CRC) is generally added in order to assure that the probability of miscorrection is of the order of 1e−26 or so. A BCH code failing to detect a miscorrection is symptomatically equivalent to an HDD dropped write or off-track write.
Any multiple erasure correcting code known in the art may be utilized by an embodiment. One example of a multiple erasure code utilized by an embodiment is a Reed-Solomon (RS) code. RS codes are well known in the art and can be used to correct a plurality of erasures. RS codes are based on symbols, with the size of the symbols depending on the application. For a tutorial on RS codes that is relevant to RAID architectures, see J. S. Plank “A Tutorial on Reed-Solomon Coding for Fault-Tolerance in RAID-like Systems”, Software, Practice & Experience, 995-1012, September 1997.
Another family of efficient codes for correction of a plurality of erasures is given by the Blaum-Roth 93 (BR93) codes, as described in M. Blaum et al., New Array Codes for Multiple Phased Burst Correction”, IEEE Transactions on Information Theory, vol. 39, pp. 66-77 1993. BR93 codes are array codes that tend to be less complex than RS codes by avoiding Galois field operations and doing only exclusive-or (XOR) operations instead.
Both the RS and BR93 codes are maximum distance separable (MDS) codes, meaning that they make optimal use of the redundancy in order to correct erasures. RS and BR93 codes are examples of two types of multiple erasure correcting codes that may be utilized by embodiments described herein. Embodiments are not limited to these two codes as other families of codes may also be implemented such as a generalized EVENODD code or a generalized row diagonal code (RDC).
As shown in
The stripe depicted in
The arrangement of the data pages and the parity pages in the stripe of
The placement of the parity pages may vary from correction stripe to correction stripe. Although the parity pages can be placed anywhere in the stripe, in general it is preferable to place them in different devices from stripe to stripe in order to avoid bottleneck effects. The stripe depicted in
In an embodiment, the decoder 204 receives a read stripe that has experienced page HEs from the storage array 108 that has been encoded in the manner shown in
In the example in
At block 504, the first “r−L” rows are encoded using single parity. The results are written in the first “r−L” pages of the last column.
In this embodiment, the parity of the first two rows is obtained using single parity. In an embodiment, the parity is obtained by XORing the data pages in the first row to obtain p04 and by XORing the data pages in the second row to obtain p14.
At block 506, the R rows are encoded using a two-erasure correcting code with global parity to obtain two auxiliary columns q. An embodiment of how to construct an erasure correcting code with global parity is described herein below.
In the first two (in general, r−L) rows it is enough to compute the first parity symbol of the aforementioned two-erasure correcting code. This first parity symbol of such two-erasure correcting code is denoted by q03 in the first row, q13 in the second and q23 in the third.
At block 508, the “r−L” data pages of the “(n−1)-th” column are XORed with the first “r−L” pages of the first auxiliary column, q. In the case described herein, r−L=2, and the XORs are a03+q03 and a13+q13.
An auxiliary column is utilized to compute a03+q03 and a13+q13, where a03 and a13 are the data pages shown in the previous arrays.
At block 510, these “r−L” pages are encoded using an L-erasure correcting code.
Thus, in this embodiment, c23 is computed as the XOR of the first two elements of the auxiliary column using a one-erasure correcting vertical code (i.e., single parity).
At block 512, the L parity pages from block 510 are XORed with the last L pages of both columns obtained in block 506. The results of the XOR are written into the last “L” pages of the last two columns of the original array of block 502.
Thus, in the embodiment, the parity of the bottom row is obtained as shown below.
This completes the encoding, and the resulting array is shown below.
The resulting code is similar to RAID 5 in that each row has single parity and RAID 5 may be utilized if at most one entry in each row is erased. The above embodiment illustrated one way of encoding with three rows and five columns. The first two rows carry only one parity page while the third row carries two parity pages, thus the designation 1 (first row one parity), 1 (second row one parity), 2 (third row two parities).
In summary, the array above includes “r” rows (r=3) and “n” columns (n=5) of pages. Each row has “t” parity pages where t>=1. The first row contains one parity page (t1=1), the second row contains one parity page (t2=1), and the third row contains two parity pages (t3=2). This encoding allows up to 2 (t3) erasures to be recovered from any one of the three rows, up to 1 (t1, t2) erasure to be recovered from each of the two remaining rows.
In general, embodiments support having a (1, 1, . . . , 1, 2, 2, . . . 2) scheme, where the number of rows is arbitrary as well as the number of 2s. The encoding of the general case (having L 2s) is similar to the one of the (1,1,2) case except that when the last column in the last row is computed, a vertical L-erasure correcting code is used to obtain the parities. Such a code is independent and may be different from the horizontal codes; its choice depends on the particular application being chosen. An embodiment below shows an embodiment of a (1,1,2,2) code.
Also, as shown in an embodiment below, the construction can be extended to other parameters, such as (1,2,3) which supports one row with one erasure, one row with two erasures, and a third row with three erasures.
As shown in the array embodiment below, the first and third rows have suffered one erasure (i.e., the data on the page has been lost) while the second row has suffered two erasures. An erasure in the ith row and jth column is denoted by eij.
At block 604, the rows with at most one erasure are corrected using single parity like in RAID 5, i.e., the erased page is recovered by XORing the remaining pages in the corresponding row.
Thus, referring to the example array, the lost data in the first row is recovered by XORing the surviving pages in the first row; and the lost data in the third row is recovered by XORing the surviving pages in the third row. This is possible because p04 has the property that it is the XOR of a00, a01, a02, and a03; and because p24 has the property that it is the XOR of a20, a21, a22, and a23. This results in the array below.
At block 606, the q parities of the at least “r−L” rows that are now erasure free are computed using the double erasure correcting code.
Thus, referring to the embodiment, the first parity page of the two-erasure correcting code in the first and third rows are obtained (q03 and q23).
At block 608, the pages of the “(n−1)-th” column of the at least “r−L” erasure-free rows are XORed with the first column Q obtained at block 606.
Thus, referring to the embodiment, a03+q03 and p23+q23 are obtained. As described previously, p23+q23=c23.
At block 610, the at most L pages missing in the column of block 608 are retrieved using the vertical L-erasure correcting code.
In the embodiment, the second vertical symbol is obtained using the vertical one-erasure correcting code as shown below.
At block 612, the pages from block 610 are XORed with the pages of the last two columns of the rows that had two erasures to obtain the q entries corresponding to the double erasure correcting code.
Thus, in the embodiment, q14 is obtained as q14=(a13+q13)+p14.
At block 614, the at most L rows with two erasures are corrected using the double erasure correcting code.
In the embodiment, the erased pages in the second row are recovered using the two-erasure correcting code using the row shown below to the right.
The result of applying the two-erasure correcting code is shown below.
At block 616, the first column q obtained in the decoding of the at least L rows with two erasures with the pages obtained in block 610 is XORed with the pages generated at block 614.
Referring to the embodiment, a13 is obtained by XORing a13+q13 and q13.
The decoding is completed as shown in the array below.
In this embodiment, there are five columns (n=5) and four rows (r=4). Data pages are represented as “a”, parity pages as “p”, unused pages as “b” and temporary pages as “q” or “c”. The subscripts next to each page type represent the position of the page in the array (e.g., “a00” is a data page at row 0, column 0 in the matrix). The array below shows the locations of the fourteen data pages.
The parity of the first two rows is obtained using single parity. In an embodiment, the parity is obtained by XORing the data pages in the first row to obtain p04 and by XORing the data pages in the second row to obtain p14.
Next, the first three (in general, n−2) columns of the array are considered. The last two rows are encoded using a two-erasure correcting code having an overall parity check such that XORing the pages of the row gives the zero page (e.g., a DiRE code to be described below). In the first two rows it is enough to compute the first parity symbol of the aforementioned two-erasure correcting code.
An auxiliary column is utilized to compute a03+q03 and a13+q13, where a03 and a13 are the data pages shown in the previous arrays.
Next, c23 and c33 are computed from the first two entries of the auxiliary column using a two-erasure correcting vertical code.
The parities of the bottom two rows are obtained as shown below.
This completes the encoding, and the resulting array is shown below.
In summary, the array above includes r rows (r=4) and n columns (n=5) of pages. Each row has t parity pages where t>=1. The first row contains t1 parity pages (t1=1), the second row contains t2 parity pages (t2=1), the third row contains t3 parity pages (t3=2), and the fourth row contains t4 parity pages (t4=2). This encoding allows up to 2 erasures to be recovered from any two of the four rows, and up to 1 erasure to be recovered from the two remaining rows.
In this embodiment, there are five columns (n=5) and four rows (r=4). Data pages are represented as “a”, parity pages as “p”, erased pages as “e”, unused pages as “b” and temporary pages as “q” or “c”. As shown in the array below, the first and third rows have suffered one erasure (i.e., the data on the page has been lost) while the second and forth rows have suffered two erasures.
First, the lost page in the first row is recovered by XORing the surviving pages in the first row; and the lost page in the third row is recovered by XORing the surviving pages in the third row. This results in the array below.
Next, the first parity pages of the two-erasure correcting code in the first and third rows are obtained (q03 and q23).
Then, a03+q03 and p23+q23 are obtained. As described previously, p23+q123=c23.
The second and fourth vertical symbols are obtained using the vertical two-erasure correcting code as shown below.
Next, q14 is obtained as q14=(a13+q13)+p14, and q34 is obtained as q34=c33+p34.
The two erased pages in each row are recovered using the two-erasure correcting code using the rows shown below to the right, where q33 is obtained as q33=p33+c33.
The result of applying the two-erasure correcting code is shown below.
Next, a13 is obtained by XORing q13 with a13+q13.
The decoding is completed as shown in the array below.
In this embodiment, there are five columns (n=5) and three rows (r=3). Data pages are represented as “a”, parity pages as “p”, unused pages as “b” and temporary pages as “q” or “c”. The subscripts next to each page type represent the position of the page in the array (e.g., “a00” is a data page at row 0, column 0 in the matrix). The array below shows the locations of the nine data pages.
First, the first two entries of each row are encoded using a horizontal three-erasure correction code, then a02 is XORed with p02 and a12 is XORed with p12 Finally, q22 is the parity of a vertical code correcting one erasure with respect to a02+p02 and a12+p12. This results in the second array below.
Next, the q's shown in each row in the second array below are obtained using a horizontal double erasure correcting code that contains the horizontal three-erasure correction code above. Each row can now correct up to two erasures and each column in the second array can correct one erasure.
These two arrays above are XORed into the resulting array below where the rows are in a code that can correct two erasures. Each row in the below array can correct up to two erasures due to its linearity, we denote cij=pij+qij.
Next, a03 is XORed with r03 as shown in the second array below.
a03+c03 is encoded vertically using a double-erasure correction vertical code, and the labels s13 and s23 denote the parity pages corresponding to such vertical code.
Each row in the second array is then encoded using a one-erasure correcting code that contains the two-erasure correcting code in the first array. Thus, each column in the second array can correct two erasures and each row can correct one erasure.
The arrays are then XORed. The rows of the result are encoded into a one-erasure correction code as shown in the below array, where tij=cij+sij. In this array each row can correct one erasure due to linearity. This completes the encoding.
In this embodiment, there are three erasures in the first row, one in the second row, and two in the third row.
First, the row with only one erasure (i.e., the second row), is corrected using single parity.
Next, the first three entries in the second row are encoded with a two erasure correcting code.
Both the middle rows in the arrays are XORed. Thus, tij+cij=sij, where sij is part of the vertical two-erasure correcting code shown above in the encoding. The last two columns are retrieved using such two-erasure correcting code as shown in the second array below:
The arrays are then XORed, resulting in the below array.
Now, all the rows can correct two erasures. Therefore, the last row can be corrected, resulting in the array shown below.
The first two entries in the last two rows of the array are encoded with three parities as shown in the bottom array below.
The last two rows of both arrays are XORed resulting in the following array below at the bottom and qij=cij+pij:
Each column can correct one erasure and the top three entries in the second array are retrieved using the vertical code, resulting in the following array below:
The arrays are XORed resulting in the following array, each row of which is now in a three-erasure correcting code.
The three erasures in the first row are then corrected, resulting in the following array.
Next, all the symbols are recovered. The first step is to XOR the array with the array above. Both arrays are shown below.
This results in the first array below, which is then XORed with the bottom array which comes from array above.
This completes the decoding as shown in the below array.
Another way to obtain similar results to the scheme described above is to use a RS code with the same amount of redundancy. For instance, in the embodiment of the (1, 1, 2) scheme described above, the total amount of redundancy is 4 pages. It is possible to implement a Reed-Solomon (RS) code with 4 redundant pages that can correct any 4 erased pages in the array. From that point of view, the RS code is more powerful than embodiments of the code described herein. However, the complexity of a RS code is much greater than embodiments of the scheme described herein, in particular when there are a relatively large number of rows in the scheme, like 16 or 32 rows in typical embodiments. In normal operation, the schemes described herein operate very similarly to RAID 5, recovering from one erasure in each row. Only when there is the rare event of two erasures in a row is the whole power of the codes described herein invoked. RS on the other hand, needs to use the whole length of the code for each failure. For that reason, its implementation is less practical and the encoding and decoding processes are much more complex.
Technical effects and benefits include the ability to provide the same protection as a redundant array of independent disks RAID 6, but with storage efficiency approaching that of RAID 5. Thus, an embodiment may be utilized to maximize the protection against stripe failures for a given amount of redundancy.
Embodiment of Encoding a Diagonal-Row Encoding (DiRE) Code that Corrects 2 Erasures and Has an Overall Parity-Check.
The schemes described herein, such as the (1,1,2) scheme, include a system of nested codes, with the largest code being a parity-check code. Thus, the codes described herein have an overall parity-check and more generally, a nesting property. In particular, the XOR of all the elements of any codeword is zero. Well known array codes, such as EVENODD or RDP do not have an overall parity-check symbol. RDP is nested, but the larger code (based on diagonal parity) is not MDS, so cannot be used in the codes described herein.
The embodiment code described below includes arrays of (z−1) rows and at most (z+1) columns, where z is a prime number. In the following embodiment, where z=5, the array contains 4 rows and 6 columns, with locations specified as below. In an embodiment, L00, L01, L02, L03, L04, L05 are segments from 6 different pages located on 6 different storage devices. As shown in the embodiment L00, L10, L20, L30 are segments from the same page. Thus, the array below represents one page from each of 6 storage devices, with each page divided up into four segments. The last row (L4x) is an imaginary row and used for calculation purposes only.
Assume the following content of the array, where the value “b” indicates that the location currently does not have a value.
First the parity of each diagonal is computed resulting in the values in the below array. L04 is equal to “1” which is the parity of the diagonal formed by L40, L31, L22, and L13. L14 is equal to “0” which is the parity of the diagonal formed by L41, L32, L23, and L00. L24 is equal to “1” which is the parity of the diagonal formed by L42, L33, L10, and L01. L34 is equal to “0” which is the parity of the diagonal formed by L43, L20, L11, and L02. L44 is equal to “1” which is the parity of the diagonal formed by L30, L21, L12, and L03.
Next each element in the parity column (column 4) is XORed with the stored bit in the last position of column 4, i.e., L44=1. By XORing each element in column 4 with a “1”, the array below in which each diagonal has odd parity is obtained.
Next, the encoding is completed as shown in the below array by finding the parity of the rows (always even in this embodiment).
As taught in BR93, consider the ring generated by f(x)=1+x+x2+ . . . +xz-1, where z is a prime number, and let α be a rotation modulo f(x). Then a parity-check matrix for the DiRE code is given by:
The code defined by the parity-check matrix, H, in the ring generated by f(x) is equivalent to the description given in the embodiment above where z=5.
This case is analogous to the encoding and the embodiment starts with the filling in the missing imaginary entry.
The result is the following array.
Next, the decoding of the third column is performed using the reverse of the diagonal parity encoding. This results in the following array.
The entries in the recovered column (third column) are XORed with the last entry in such third column as shown below.
This results in the following array.
The decoding is completed by computing the horizontal parity as shown in the array below.
The decoded values, without the imaginary row are shown in the array below.
The embodiment starts by filling up with 0s the missing imaginary entries.
This results in the following array.
Next, the parity of the last column is computed, i.e., if the number of is in the last column is odd, the parity is 1, while if such number is even, the parity is 0. In this case, the last column contains three ones, thus, the parity of the last column in 1. This parity value 1 is written in the last row of the array as shown below.
Next, the decoding of the third column is performed using the reverse of the diagonal parity encoding. The recursion is started in the diagonal through the last entry of one of the erased columns and is continued horizontally. This results in the following array.
The decoded values, without the imaginary row are shown in the array below.
Embodiment of Encoding a DiRE Code Correcting 3 Erasures, for z=5.
When z=5, the array contains 4 rows and 6 columns, and locations are specified as below. The last row (L4x) is an imaginary row and used for calculation purposes only.
Assume the following content of the array, where the value “b” indicates that the location currently does not have a value.
In this embodiment, lines of slope 2 are used to obtain the fourth column. First the parity of each of these lines of slope 2 is computed resulting in the values in the below array. L03 is equal to “0” which is the parity of the line formed by L10, L41 and L22. L13 is equal to “0” which is the parity of the line formed by L20, L11, and L32. L23 is equal to “1” which is the parity of the line formed by L30, L11, and L42. L33 is equal to “1” which is the parity of the line formed by L40, L21, and L02. L43 is equal to “0” which is the parity of the line formed by L00, L31, and L12. The resulting array is shown below:
Next, each element in the fourth column is XORed with the stored bit in the last position of such column. Since such bit is 0, the column remains unchanged. The below array reflects the completed encoding with lines of slope 2. In this embodiment, each line of slope 2 has even parity.
This completes the encoding of the lines of slope 2. The last two columns are obtained like in the previous embodiment described above; this highlights the nested nature of the codes. The decoded values, without the imaginary row are shown in the array below.
In order to decode three erasures, the recursive method developed in BR93 may be utilized. For more than three erasures, the nested expression of the parity-check matrix is extended. However, in the case of more than three erasures, the codes are not necessarily MDS for every prime number, z. Some prime numbers give codes that are MDS with four parities (i.e., they can correct four erasures) but some don't. However, in most applications three parities are enough. Finally, the nested construction may be effected with an α that is a root in a Galois field GF(2b). In this case, the construction is very similar to the one of RS codes over a finite field. The encoding and decoding are similar to the case of regular RS codes, and those versed in the art should easily be able to apply the RS procedures in the nested case.
When z=5, the DiRE code has a length up to 6. Each page can be divided into 1 kilobyte (K) segments, and each 1K segment dictates the granularity of the code. However, 6 devices may be too few for some applications, and a longer code may need to be utilized. Since a typical page size is 4K, it is convenient that the granularity is a power of 2, so a power of 2 that added to 1 gives a prime number is determined. One such power is 16 corresponding to the prime number z=17. In this case a DiRE code of length up to 18 is utilized and the granularity is then given by 256 byte (B) blocks.
A parity check matrix for a DiRE code correcting 3 erasures is given by:
Comparing this matrix to the above embodiment of a parity-check matrix of a 2 erasure code, the nested structure of the DiRE code can be seen. In effect, the last two rows of its parity-check matrix correspond to the parity-check matrix of the code correcting two erasures, so the 3-erasure correcting code is nested in the 2-erasure correcting code. Similarly, the DiRE code correcting two erasures is nested in the single-parity code.
An embodiment applies to an array having dimensions of (z−1) rows by up to (z+1) columns, where z is a prime number. The code in this embodiment encodes the first z−1 columns into the last two columns and has the following characteristics: 1. the code is MDS, i.e., it can recover any two erased columns; 2. the code has a global parity-check, i.e., the XOR of any encoded row is 0; 3. given properties 1 and 2, it minimizes the number of XORs at the encoding; and 4. the decoding and encoding are straightforward (the encoding is a special case of the decoding).
Denote by ai,j, 0≦i, j≦z−2, the information pages; and by pi and qi, 0≦i, j≦z−2, the two parity columns. The following convention is used in describing how to obtain the parity columns: <m>z=n means that m=n(mod z) and 0≦n<z (for example, <8>5=3). Let
S=the XOR of the az-2-j,js from j=0 to z−2.
Then, for 0≦i≦z−2,
pi=S XORed with the XOR of the a<i-j-1>z,j s from j=0 to z−2 and j≠i, and
qi=pi XORed with the XOR of the ai,js from j=0 to z−2.
It is noted that the q column is an overall parity column.
Thus, as described above, the above calculations are used to implement an MDS code that allows recovery from up to two erasures. The MDS code divides each page into z−1 segments (z is a prime number) and the length of the code is at most z+1. A first parity page, p, is computed as: (the first data page) XOR (the second data page multiplied by α) XOR (the third data page multiplied by α2) XOR . . . (the n−2 data page multiplied by αn-3). In this embodiment α is a root of the polynomial described above of degree z−1. A second parity page, q, is computed as: p XOR (the first data page) XOR (the second data page) XOR (the third data page) XOR . . . (the n−2 data page).
The code can be extended to multiple erasures. For three erasures, it continues to be MDS. In other cases, it depends on the prime number chosen. For instance, if the code can correct 3 erasures, the information is given by the first z−2 columns, αi,j, 0≦i≦z−2, 0≦j≦z−3, and let ri, 0≦i≦z−2, denote the pages in parity column z−2. Then the ris are obtained as follows. Let
S2=the XOR of the a<−5-2j>z,js, from j=0 to z−3.
Then, for 0≦i≦z−2,
Thus, as described above, the above calculations are used to implement an MDS code that allows recovery from up to three erasures. The MDS code divides each page into z−1 segments (z is a prime number) and the length of the code is at most z+1. A first parity page, c, is computed as: (the first data page) XOR (the second data page multiplied by α2) XOR (the third data page multiplied by α4) XOR . . . (the n−3 data page multiplied by α2(n-4)). In this embodiment α is a root of the polynomial described above of degree z−1. A second parity page, p, is computed as: (the first data page) XOR (the second data page multiplied by α) XOR (the third data page multiplied by α2) XOR . . . (the n−3 data page multiplied by αn-4) XOR (the first parity page c multiplied by αn-3). A third parity page, q, is computed as: (the first data page) XOR (the second data page) XOR . . . (the n−3 data page) XOR (the first parity page c) XOR (the second parity page p).
This embodiment handles two erasures, but it may be extended to more than two erasures. In this embodiment the erasures have occurred in columns i and j, where 0≦i≦j≦z. For 0≦t≦z−2, let at,z-1=pt and at,z=qt. Two cases are distinguished: j=z and j<z. Consider the first case j=z. Let
S=the XOR of a<i-1-j>z,j, for j=0 to z−2 and j≠i
Then, for 0≦t≦z−2,
at,i=S XORed with the XOR of a<t+i-j,z,j, for j=0 to z−2, j≠i and j≠<t+i+1>z and
at,z=qt=the XOR of the at,js from j=0 to z−1.
Next, the case of j<z is considered. Let
S=the XOR of the at,zs from t=0 to z−2.
Let az-1,m=0 for 0≦m≦z. Then, for 0≦L≦z−2, compute
a<−(j-i)(L+1)-1>z,j=S XORed with the XOR of the a<−(j-1)(L+1)+j-t>z,ts, from t=0 to z−1 and t≠j and
a<−(j-i)(L+1)-1>z,i=the XOR of the a<−(j-1)(L+1)-1>z,ts, from t=0 to z and t≠i.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
Further, as will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method, or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
Aspects of the present invention are described above with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.