Storing data across a plurality of storage nodes
Summary by NHIP
File Storage Across Cached Nodes
The method stores file portions across multiple storage nodes, each containing a cache. It selects the next node by examining a log to find the entry with the furthest past write time after the current cache fills.
Claim Score by NHIP
Abstract
Methods, systems, and apparatus, including computer programs encoded on a computer storage medium, for storing data on storage nodes. In one aspect, a method includes receiving a file to be stored across a plurality of storage nodes each including a cache. The is stored by storing portions of the file each on a different storage node. A first portion is written to a first storage node's cache until determining that the first storage node's cache is full. A different second storage node is selected in response to determining that the first storage node's cache is full. For each portion of the file, a location of the portion is recorded, the location indicating at least a storage node storing the portion.

Term
4.3 yearsleft in the term
Expires 20 January 2031.
- Priority
- Filed
- Granted
- Today
- Expires
18 claims: 2 independent, 16 dependent
- 1Broadest claimClaim Score 48, average(NHIP)A method performed by data processing apparatus, the method comprising:receiving a file to be stored across a plurality of storage nodes each including a cache;storing the file by storing a plurality of portions of the file each on a different storage node, including writing a first portion to a first storage node's cache;copying the first portion from the first storage node's cache to slower storage of the first storage node, the slower storage of the first storage node being slower than the first storage node's cache;recording, within a log, data specifying the slower storage of the first storage node, the log also specifying a plurality of additional corresponding slower storages of a plurality of storage nodes;determining that the first storage node's cache is full and in response, selecting a different second storage node, wherein selecting the second storage node comprises: examining the log, and selecting the second storage node as the storage node having a corresponding write time in the log that is the furthest in the past of the write times in the log.
- 12A system comprising one or more data processing apparatus configured to perform operations comprising:receiving a file to be stored across a plurality of storage nodes each including a cache;storing the file by storing a plurality of portions of the file each on a different storage node, including writing a first portion to a first storage node's cache;copying the first portion from the first storage node's cache to slower storage of the first storage node, the slower storage of the first storage node being slower than the first storage node's cache;recording, within a log, data specifying the slower storage of the first storage node, the log also specifying a plurality of additional corresponding slower storages of a plurality of storage nodes;determining that the first storage node's cache is full and in response, selecting a different second storage node, wherein selecting the second storage node comprises: examining the log;and selecting the second storage node as the storage node having a corresponding write time in the log that is the furthest in the past of the write times in the log.
Independent claims2
62 paragraphs in 5 sections, as filed
CROSS-REFERENCE TO RELATED APPLICATIONS
This application is a continuation of U.S. patent application Ser. No. 13/010,548, filed on Jan. 20, 2011, entitled “Storing Data Across A Plurality Of Storage Nodes,” the disclosure of which is considered part of and in incorporated herein by reference.
BACKGROUND
This specification relates to storing digital data on physical storage devices.
Data striping involves storing data across an array of storage devices. Rather than writing all the data to a single device, the data is written in parallel to multiple devices so that the overall rate of data being written is greater than is possible with only a single device. Data striping can be combined with other data storage techniques, for example, storing redundant data, error-detecting, or error-correcting codes with the data to create fast, reliable storage.
SUMMARY
A computer storage system stores a file on an array of storage nodes. Each storage node includes one or more storage devices, and each storage node includes a cache (e.g., Random Access Memory (RAM)) and slower storage (e.g., a hard disk.) The cache can store data faster than the slower storage. For example, a storage node can be a hard disk with caching capabilities. The computer storage system writes data from the file to a first storage node until the first storage node's cache is full and then writes data from the file to a second storage node. The first storage node copies the data from the first storage node's cache to the first storage node's slower storage. The computer storage system continues writing data to various storage devices so that the file is completely stored. Data written to storage nodes can be written in the same manner regardless of whether the storage nodes are attached to, e.g., an individual computer or multiple data processing apparatus.
In general, one innovative aspect of the subject matter described in this specification can be embodied in methods that include the actions of receiving a file to be stored across a plurality of storage nodes each including a cache; storing the file by storing a plurality of portions of the file each on a different storage node, including writing a first portion to a first storage node's cache until determining that the first storage node's cache is full and selecting a different second storage node in response to determining that the first storage node's cache is full; and recording, for each portion of the file, a location of the portion, the location indicating at least a storage node storing the portion. Other embodiments of this aspect include corresponding systems, apparatus, and computer programs, configured to perform the actions of the methods, encoded on computer storage devices.
These and other embodiments can optionally include one or more of the following features. Determining that the first storage node's cache is full comprises determining that a data storage rate for writing the first portion has dropped. Determining that the first storage node's cache is full comprises comparing an amount of the first portion to a known size of the first storage node's cache and determining that the amount is equal to or exceeds the known size. Selecting the second storage node comprises selecting the second storage node randomly from the storage nodes. Selecting the second storage node comprises selecting a storage node having a write time furthest in the past. The actions further include assigning a weight to each of the plurality of storage nodes, and wherein selecting the second storage node includes using the weights. Each storage node's weight is based on a performance characteristic of the storage node. Selecting the second storage node is based on one or more of: a performance characteristic of the second storage node, usage history of the second storage node, and a past performance record for the second storage node. Selecting the second storage node is based on one or more of: an absolute amount of data stored by the second storage node, and an amount of data stored by the second storage node relative to a capacity of the second storage node. The first storage node copies the first portion from the first storage node's cache to slower storage in response to writing the first portion to the first storage node's cache. Storing the file comprises writing a second portion to the second storage node. Writing the second portion to the second storage node comprises writing the second portion to the second storage node's cache until determining that second storage node's cache is full. Storing the file comprises continuing to write portions of the file to various storage nodes until the file is completely stored in the storage nodes. The actions further include receiving a request for the file; reading the first portion from the first storage node; and reading the second portion from the second storage node.
Particular embodiments of the subject matter described in this specification can be implemented so as to realize one or more of the following advantages. A computer storage system can increase its storage speed by writing to storage nodes with caches. The storage nodes are kept in a cached mode more frequently to decrease latency and increase throughput. The computer storage system can recover the stored data using a storage log.
The details of one or more embodiments of the subject matter described in this specification are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the subject matter will become apparent from the description, the drawings, and the claims.
BRIEF DESCRIPTION OF THE DRAWINGS
<figref idref="DRAWINGS">FIG. 1</figref> is a block diagram of an example storage system.
<figref idref="DRAWINGS">FIG. 2</figref> is a flow diagram of an example technique for storing data on an array of storage nodes each having a cache.
<figref idref="DRAWINGS">FIG. 3</figref> is a flow diagram of an example technique for storing data on an array of storage nodes each having a cache.
<figref idref="DRAWINGS">FIG. 4</figref> is a flow diagram of an example technique for reading data from an array of storage nodes each having a cache.
<figref idref="DRAWINGS">FIG. 5</figref> is a schematic diagram of an example computing system for storing data.
Like reference numbers and designations in the various drawings indicate like elements.
DETAILED DESCRIPTION
<figref idref="DRAWINGS">FIG. 1</figref> is a block diagram of an example storage system <b>102</b>. The storage system <b>102</b> includes one or more data processing apparatus that can be distributed geographically. The storage system <b>102</b> stores files of digital data on an array of storage nodes <b>110</b><i>a</i>-<i>d</i>. The storage system <b>102</b> can receive an electronic file (or “file”) from a client device <b>104</b> over a computer network <b>106</b> or from another source. A file can be any data, for example, text, an image, audio content, video content, or combinations thereof. A file can be received by the storage system <b>102</b> as through a network file system protocol, for example. Other protocols are possible. The storage system <b>102</b> can create data for storage, e.g., by producing service logs during normal operation. The storage system <b>102</b> can create data for storage based on other data, e.g., by producing a small thumbnail image from a high-resolution source image. A storage engine <b>108</b> determines how to distribute a file's contents for storage on the storage nodes <b>110</b><i>a</i>-<i>d. </i>
Each storage node <b>110</b> includes a cache <b>112</b> and one or more slower storage <b>114</b> devices. The cache <b>112</b> can be, for example, RAM, flash memory, a hard disk, or the like. The slower storage <b>114</b> can also be RAM or a hard disk, but the slower storage <b>114</b> takes longer to store data than the cache <b>112</b>. The slower storage <b>114</b> typically has greater storage capacity than the cache <b>112</b>. Data written to a storage node <b>110</b> is first written to the cache <b>112</b> because data can be stored in the cache <b>112</b> faster than the slower storage <b>114</b>. The storage node <b>110</b> then copies the data from the cache <b>112</b> to the slower storage <b>114</b>.
For example, a storage node <b>110</b> can be a hard disk with a RAM cache. Data written to the storage node <b>110</b> is first written to the RAM cache and then copied to the disk. In another example, a storage node <b>110</b> is an array of hard disks with a shared RAM cache, e.g., a Redundant Array of Inexpensive Disks (RAID) device. Although the storage node <b>110</b> includes multiple disks, the storage engine <b>108</b> can logically address the storage node as a single device.
The storage engine <b>108</b> stores a file by writing a portion of data from the file to a storage node. The storage engine <b>108</b> writes data to that storage node until determining that the storage node's cache is full. A cache is full when it is storing an amount of data at or near its capacity so that it can no longer accept new data for storage. Techniques for determining that a cache is full are described below. The storage engine <b>108</b> then writes another portion of data from the file to a different storage node until determining that the different storage node's cache is full. The portions written by the storage engine <b>108</b> are not necessarily adjacent in the file, and the file's contents do not have to be written in order.
The storage engine <b>108</b> continues to write data from the file on various storage nodes until the file's contents are completely written. Alternatively, less than the entire file's content is written. If all of the storage nodes have full caches, the storage engine <b>108</b> can wait until a cache has free space (after copying its contents to slower storage) or write directly to slower storage. In some implementations, the storage engine <b>108</b> continues selecting new storage nodes to write to until it finds one that is available, regardless of whether or not all of the storage nodes have full caches. By writing to storage nodes with available cache storage, the storage engine <b>108</b> increases its rate of data storage compared to writing a single file to a single device regardless of whether the cache is full or not.
The storage engine <b>108</b> tracks the location of written data from the file in a storage log <b>116</b>. The storage log <b>116</b> includes information necessary to recover the file from the storage nodes. For example, the storage log <b>116</b> can include the location of data on the first storage node. The storage log <b>116</b> also includes an association between the location and the file (e.g., by including the location and the file name in a same record or row of a table). An example storage log is illustrated below in Table 1.
<tables id="TABLE-US-00001" num="00001"><table frame="none" colsep="0" rowsep="0"><tgroup align="left" colsep="0" rowsep="0" cols="5"><colspec colname="offset" colwidth="14pt" align="left" /><colspec colname="1" colwidth="35pt" align="left" /><colspec colname="2" colwidth="70pt" align="center" /><colspec colname="3" colwidth="42pt" align="center" /><colspec colname="4" colwidth="56pt" align="center" /><thead><row><entry /><entry namest="offset" nameend="4" rowsep="1">TABLE 1</entry></row><row><entry /><entry namest="offset" nameend="4" align="center" rowsep="1" /></row><row><entry /><entry>Filename</entry><entry>Storage Node</entry><entry>Addresses</entry><entry>Timestamp</entry></row><row><entry /><entry namest="offset" nameend="4" align="center" rowsep="1" /></row></thead><tbody valign="top"><row><entry /><entry>File 1</entry><entry>A</entry><entry> 1-50</entry><entry>1</entry></row><row><entry /><entry /><entry>B</entry><entry>200-300</entry><entry>2</entry></row><row><entry /><entry /><entry>C</entry><entry> 50-125</entry><entry>3</entry></row><row><entry /><entry>File 2</entry><entry>A</entry><entry>150-250</entry><entry>4</entry></row><row><entry /><entry /><entry>C</entry><entry>200-300</entry><entry>5</entry></row><row><entry /><entry namest="offset" nameend="4" align="center" rowsep="1" /></row></tbody></tgroup></table></tables>
For example, consider an example scenario for storing “File 1” as illustrated by Table 1. The first three rows are associated with File 1 by the first column. The first row indicates that at the time given by timestamp 1, the storage engine <b>108</b> wrote data from File 1 to addresses 1-50 of storage node A. The second row indicates that at the time given by timestamp 2, the storage engine <b>108</b> wrote data from File 1 to addresses 200-300 of storage node B. The storage engine <b>108</b> used more addresses at storage node B than storage node A, for example, because storage node B has a larger cache than storage node A, or because storage node A's cache was partially full when the storage engine <b>108</b> began writing data. The third row indicates that at the time given by timestamp 3, the storage engine <b>108</b> wrote data from File 1 to addresses 50-125 of storage node C.
The addresses illustrated by Table 1 are example addresses. In general, the addresses refer to locations of data on slower storage at a storage node. Even though data is typically initially written to a cache, the addresses refer to locations on slower storage because the storage node copies data from the cache to slower storage. For example, a storage node can map the location of data written to its cache to a destination location on slower storage.
The storage engine <b>108</b> can determine that a storage node's cache is full using various techniques. For example, the storage engine <b>108</b> can monitor the rate at which a storage node is accepting data. When the rate drops, the storage engine <b>108</b> determines that the storage node's cache is full. In another example, the storage engine <b>108</b> can compare the amount of data it has written to a storage node to a specified size of the storage node's cache. When the amount of data written exceeds the specified size, the storage engine <b>108</b> determines that the storage node's cache is full. The storage engine <b>108</b> can store specified sizes for the storage nodes, or the storage engine <b>108</b> can query a storage node for a specified size before it begins writing to the storage node. In some implementations, no determination is needed because the storage engine <b>108</b> writes only the amount of a specified size to a storage node and then selects a different storage node. Those implementations are useful, for example, where there is enough cache storage to assume that each cache will be empty when selected again.
When the storage engine <b>108</b> determines that a storage node's cache is full, it can select a different storage node using various techniques. Consider the following four example techniques.
In a first example, the storage engine <b>108</b> can randomly select another storage node. This is useful, for example, where multiple storage engines are writing to the various storage nodes and it is difficult to determine whether any given storage node will have available cache storage.
In a second example, the storage engine <b>108</b> can use the storage log <b>116</b> to select a different storage node. The storage engine <b>108</b> typically selects a storage node having a write time furthest in the past of any storage node. For example, consider the example storage log illustrated in Table 1. Of storage nodes A, B, and C, storage node B was has a write time furthest in the past (at timestamp 2).
In a third example, the storage engine <b>108</b> can use weighted randomization. Weighted randomization involves assigning weights to storage nodes and selecting storage nodes based on the weights. For example, suppose all the storage nodes belong to one of two classes, A and B. The nodes belonging to class B are, on average, two times faster than nodes belonging to class A (e.g., because nodes belonging to class B use newer hardware). The storage engine <b>108</b> can select nodes from class B more frequently than nodes from class A to improve system performance. In some implementations, weights W[k] are assigned to individual storage nodes, and the storage engine <b>108</b> selects storage nodes so that the likelihood of choosing a node #k is proportional to
<maths id="MATH-US-00001" num="00001"><math overflow="scroll"><mrow><mfrac><mrow><mi>W</mi><mo></mo><mrow><mo>[</mo><mi>k</mi><mo>]</mo></mrow></mrow><mrow><munderover><mo>∑</mo><mi>i</mi><mstyle><mspace width="0.3em" height="0.3ex" /></mstyle></munderover><mo></mo><mrow><mi>W</mi><mo></mo><mrow><mo>[</mo><mi>i</mi><mo>]</mo></mrow></mrow></mrow></mfrac><mo>.</mo></mrow></math></maths><img file="US9250830B2_D0001.tif" />
In a fourth example, storage engine <b>108</b> can select nodes in a pseudo-random manner. The likelihood of a node being chosen is based on various factors related to the node, e.g., performance characteristics (e.g., cache speed), usage history (e.g., using the storage log <b>116</b>), past performance records (e.g., avoiding a node that consistently or temporarily is slower than other nodes).
The storage engine <b>108</b> can use other information in selecting a different storage node. The storage engine <b>108</b> can select storage nodes according to a plan or scheme for storage. For example, the storage engine <b>108</b> can use the absolute amount of data already stored by a storage node, the amount of data stored by a storage node relative to its capacity (e.g., to prevent writing or attempting to write to node that is full), the age of data (e.g., where new data is accessed more frequently than old data), and so on. The storage engine <b>108</b> can use a storage node's load and capacity, for example, to facilitate uniform storage utilization across all available storages and avoid having all the data stored on very few nodes.
In another example, the storage engine <b>108</b> can balance speed and latency of writing data against data processing capacity, e.g., by monitoring data access patterns, current or projected. This is useful, for example, to avoid storing a large amount of high-demand data on a single storage node or just a few storage nodes. The storage engine <b>108</b> can identify high-demand data, for example, using past data access patterns of the specific data, or using other information about the data, e.g., whether it is freshly generated. <figref idref="DRAWINGS">FIG. 2</figref> is a flow diagram of an example technique <b>200</b> for storing data on an array of storage nodes each having a cache. The technique <b>200</b> can be performed by a computer system, e.g., the computer system <b>102</b> of <figref idref="DRAWINGS">FIG. 1</figref>. For purposes of illustration, the technique <b>200</b> will be described with respect to a system that performs the technique.
The system identifies a file for storage on the storage nodes (step <b>202</b>). For example, the system can receive a file from a client device, e.g., the client device <b>104</b> of <figref idref="DRAWINGS">FIG. 1</figref>.
The system selects a storage node (step <b>204</b>). For example, the system can randomly select a storage node, or the system can select a storage node using a storage log, e.g., the storage log <b>116</b> of <figref idref="DRAWINGS">FIG. 1</figref>.
The system stores data from the file at the selected storage node (step <b>206</b>). For example, the system can send a fixed amount of data to the selected storage node, or the system can stream data for a fixed amount of time.
The system records the location of the stored data at the selected storage node (step <b>208</b>). For example, the system can record the location in a storage log, e.g., the storage log <b>116</b> of <figref idref="DRAWINGS">FIG. 1</figref>. The system associates the location of the stored data with the file (e.g., using a file name or file descriptor).
The system determines whether the file is completely stored (step <b>210</b>). If the file is stored, then the system identifies another file (return to step <b>202</b>). If the file is not stored, then the system determines whether the selected storage node's cache is full (step <b>212</b>). For example, the system can monitor the data rate of the write to the storage node, or compare a specified size of the storage node to the amount of data written.
If the selected storage node's cache is full, then the system selects another storage node (return to step <b>204</b>). If the selected storage node's cache is not full, then the system continues writing data from the file to the selected storage node (return to step <b>206</b>).
<figref idref="DRAWINGS">FIG. 3</figref> is a flow diagram of an example technique <b>300</b> for storing data on an array of storage nodes each having a cache. The technique <b>300</b> can be performed by a computer system, e.g., the computer system <b>102</b> of <figref idref="DRAWINGS">FIG. 1</figref>. For purposes of illustration, the technique <b>300</b> will be described with respect to a system that performs the technique.
The system receives a file (step <b>302</b>). The system writes a portion of data from the file to a storage node's cache until determining that the storage node's cache is full (step <b>304</b>). In some implementations, the storage node copies the portion of data from the storage node's cache to slower storage in response to writing the portion of data to the storage node's cache. After data is copied to slower storage, the cache locations storing that data can be, for example, wiped clean (e.g., zeroed out) or marked as available for writing.
In some implementations, determining that the storage node's cache is full includes determining that a data storage rate has dropped. In some implementations, determining that the storage node's cache is full includes comparing an amount of data to a known size of the storage node's cache and determining that the amount exceeds the known size. The system records a location of the portion of data on the storage node and associates the location with the file (step <b>306</b>).
The system selects a different storage node in response to determining that the storage node's cache is full (step <b>308</b>). In some implementations, selecting the different storage node includes selecting the different storage node randomly from the storage nodes. In some implementations, selecting the different storage node includes accessing a log of write times and storage nodes and selecting the storage node having the write time furthest in the past. The system writes another portion of data from the file to the different storage node (step <b>310</b>). In some implementations, writing another portion of data from the file to the different storage node includes writing the data to the different storage node's cache until determining that the different storage node's cache is full. The system records a location of the data on the different storage node and associates the location with the file (step <b>312</b>).
<figref idref="DRAWINGS">FIG. 4</figref> is a flow diagram of an example technique <b>400</b> for reading data from an array of storage nodes each having a cache. The technique <b>400</b> can be performed by a computer system, e.g., the computer system <b>102</b> of <figref idref="DRAWINGS">FIG. 1</figref>. For purposes of illustration, the technique <b>400</b> will be described with respect to a system that performs the technique.
The system receives a request for a file (step <b>402</b>). For example, the requester can be a client device, e.g., the client device <b>104</b> of <figref idref="DRAWINGS">FIG. 1</figref>. The system identifies a storage node having data from the file (step <b>404</b>). For example, the system can access a storage log having locations of data for various files, e.g., the storage log <b>116</b> of <figref idref="DRAWINGS">FIG. 1</figref>. The system reads the data from the identified storage node (step <b>406</b>). Typically, the system reads the data from the slower storage of the storage node because the storage node has copied data from its cache to its slower storage; however, in some cases, the system can read the data from the cache to improve performance (e.g., where the data was recently written to the cache and has not yet been overwritten or zeroed out).
The system determines whether all the data in the file has been read (step <b>408</b>). For example, the system can determine whether there are addition entries for the file in a storage log, or compare the amount of data read with a size of the file (e.g., received with the request or stored in a storage log). If all the data for the file has been read, the system provides the data from the file to the requester (step <b>410</b>). If all the data for the file has not been read, the system identifies another storage node having data from the file (return to step <b>404</b>).
<figref idref="DRAWINGS">FIG. 5</figref> is a schematic diagram of an example computing system <b>502</b> for storing data. In operation, the system <b>502</b> communicates with one or more storage nodes <b>590</b>, directly or through a network <b>580</b>.
The system <b>502</b> includes one or more data processing apparatus. While only one data processing apparatus is shown in <figref idref="DRAWINGS">FIG. 5</figref>, multiple data processing apparatus can be used. The system <b>502</b> can be distributed geographically. For example, the system <b>502</b> can include multiple data processing apparatus in various geographic locations.
The system <b>502</b> includes various modules, e.g., modules of computer program instructions, including a writing engine <b>504</b> to write data to the storage nodes (e.g., using the technique <b>200</b> of <figref idref="DRAWINGS">FIG. 2</figref>); a reading engine <b>506</b> to read data from the storage nodes (e.g., using the technique <b>400</b> of <figref idref="DRAWINGS">FIG. 4</figref>); and a log engine to manage a storage log (e.g., the storage log <b>116</b> of <figref idref="DRAWINGS">FIG. 1</figref>).
Each module is configured to run on the system <b>502</b>. For example, a module can run as part of an operating system on the system <b>502</b>, as an application on the system <b>502</b>, or as part of the operating system and part of an application on the system <b>502</b>. Although several software modules are illustrated, the functionality of the server can be implemented in fewer or more software modules. Moreover, the software modules can be distributed on one or more data processing apparatus connected by one or more networks or other suitable communication mediums.
The system <b>502</b> also includes hardware or firmware devices including one or more processors <b>512</b>, one or more additional devices <b>514</b>, a computer readable medium <b>516</b>, a communication interface <b>518</b>, and one or more user interface devices <b>520</b>. Each processor <b>512</b> is capable of executing instructions for execution within the system <b>502</b>. Each processor <b>512</b> is capable of executing instructions stored on the computer readable medium <b>516</b> or on a storage device such as one of the additional devices <b>514</b>. The system <b>502</b> uses its communication interface <b>518</b> to communicate with one or more computers <b>590</b>, for example, over a network <b>580</b>. Examples of user interface devices <b>520</b> include a display, a camera, a speaker, a microphone, a tactile feedback device, a keyboard, and a mouse. The system <b>502</b> can store instructions that implement operations associated with the modules described above, for example, on the computer readable medium <b>516</b> or one or more additional devices <b>514</b>, for example, one or more of a floppy disk device, a hard disk device, an optical disk device, or a tape device.
Embodiments of the subject matter and the operations described in this specification can be implemented in digital electronic circuitry, or in computer software, firmware, or hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them. Embodiments of the subject matter described in this specification can be implemented as one or more computer programs, i.e., one or more modules of computer program instructions, encoded on computer storage medium for execution by, or to control the operation of, data processing apparatus. Alternatively or in addition, the program instructions can be encoded on an artificially-generated propagated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal, that is generated to encode information for transmission to suitable receiver apparatus for execution by a data processing apparatus. A computer storage medium can be, or be included in, a computer-readable storage device, a computer-readable storage substrate, a random or serial access memory array or device, or a combination of one or more of them. Moreover, while a computer storage medium is not a propagated signal, a computer storage medium can be a source or destination of computer program instructions encoded in an artificially-generated propagated signal. The computer storage medium can also be, or be included in, one or more separate physical components or media (e.g., multiple CDs, disks, or other storage devices).
The operations described in this specification can be implemented as operations performed by a data processing apparatus on data stored on one or more computer-readable storage devices or received from other sources.
The term “data processing apparatus” encompasses all kinds of apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, a system on a chip, or multiple ones, or combinations, of the foregoing The apparatus can include special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit). The apparatus can also include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, a cross-platform runtime environment, a virtual machine, or a combination of one or more of them. The apparatus and execution environment can realize various different computing model infrastructures, such as web services, distributed computing and grid computing infrastructures.
A computer program (also known as a program, software, software application, script, or code) can be written in any form of programming language, including compiled or interpreted languages, declarative or procedural languages, and it can be deployed in any form, including as a stand-alone program or as a module, component, subroutine, object, or other unit suitable for use in a computing environment. A computer program can, but need not, correspond to a file in a file system. A program can be stored in a portion of a file that holds other programs or data (e.g., one or more scripts stored in a markup language document), in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub-programs, or portions of code). A computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.
The processes and logic flows described in this specification can be performed by one or more programmable processors executing one or more computer programs to perform actions by operating on input data and generating output. The processes and logic flows can also be performed by, and apparatus can also be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit).
Processors suitable for the execution of a computer program include, by way of example, both general and special purpose microprocessors, and any one or more processors of any kind of digital computer. Generally, a processor will receive instructions and data from a read-only memory or a random access memory or both. The essential elements of a computer are a processor for performing actions in accordance with instructions and one or more memory devices for storing instructions and data. Generally, a computer will also include, or be operatively coupled to receive data from or transfer data to, or both, one or more mass storage devices for storing data, e.g., magnetic, magneto-optical disks, or optical disks. However, a computer need not have such devices. Moreover, a computer can be embedded in another device, e.g., a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a Global Positioning System (GPS) receiver, or a portable storage device (e.g., a universal serial bus (USB) flash drive), to name just a few. Devices suitable for storing computer program instructions and data include all forms of non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
To provide for interaction with a user, embodiments of the subject matter described in this specification can be implemented on a computer having a display device, e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor, for displaying information to the user and a keyboard and a pointing device, e.g., a mouse or a trackball, by which the user can provide input to the computer. Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback, e.g., visual feedback, auditory feedback, or tactile feedback; and input from the user can be received in any form, including acoustic, speech, or tactile input. In addition, a computer can interact with a user by sending documents to and receiving documents from a device that is used by the user; for example, by sending web pages to a web browser on a user's client device in response to requests received from the web browser.
Embodiments of the subject matter described in this specification can be implemented in a computing system that includes a back-end component, e.g., as a data server, or that includes a middleware component, e.g., an application server, or that includes a front-end component, e.g., a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the subject matter described in this specification, or any combination of one or more such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication, e.g., a communication network. Examples of communication networks include a local area network (“LAN”) and a wide area network (“WAN”), an inter-network (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks).
The computing system can include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. In some embodiments, a server transmits data (e.g., an HTML page) to a client device (e.g., for purposes of displaying data to and receiving user input from a user interacting with the client device). Data generated at the client device (e.g., a result of the user interaction) can be received from the client device at the server.
While this specification contains many specific implementation details, these should not be construed as limitations on the scope of any inventions or of what can be claimed, but rather as descriptions of features specific to particular embodiments of particular inventions. Certain features that are described in this specification in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination. Moreover, although features can be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can in some cases be excised from the combination, and the claimed combination can be directed to a subcombination or variation of a subcombination.
Similarly, while operations are depicted in the drawings in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. In certain circumstances, multitasking and parallel processing can be advantageous. Moreover, the separation of various system components in the embodiments described above should not be understood as requiring such separation in all embodiments, and it should be understood that the described program components and systems can generally be integrated together in a single software product or packaged into multiple software products.
Thus, particular embodiments of the subject matter have been described. Other embodiments are within the scope of the following claims. In some cases, the actions recited in the claims can be performed in a different order and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In certain implementations, multitasking and parallel processing can be advantageous.
Contents5
7 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7
Every citation, both waysCites: the store holds 114 of 115
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US2002091902A1 | Cites | United States of America | Applicant |
| US2004139368A1 | Cites | United States of America | Applicant |
| US2004148484A1 | Cites | United States of America | Search report |
| US2005166011A1 | Cites | United States of America | Applicant |
| US2005216659A1 | Cites | United States of America | Search report |
| US2006026354A1 | Cites | United States of America | Search report |
| US2006161753A1 | Cites | United States of America | Applicant |
| US2006271547A1 | Cites | United States of America | Search report |
| US2007011361A1 | Cites | United States of America | Search report |
| US2007118694A1 | Cites | United States of America | Applicant |
| US2007199058A1 | Cites | United States of America | Applicant |
| US2007271604A1 | Cites | United States of America | Applicant |
| US2007280243A1 | Cites | United States of America | Applicant |
| US2007288921A1 | Cites | United States of America | Applicant |
| US2008071983A1 | Cites | United States of America | Search report |
| US2008086515A1 | Cites | United States of America | Applicant |
| US2008205415A1 | Cites | United States of America | Applicant |
| US2008215796A1 | Cites | United States of America | Applicant |
| US2008244030A1 | Cites | United States of America | Search report |
| US2008270704A1 | Cites | United States of America | Applicant |
| US2008313241A1 | Cites | United States of America | Search report |
| US2009097657A1 | Cites | United States of America | Applicant |
| US2009150629A1 | Cites | United States of America | Applicant |
| US2009199177A1 | Cites | United States of America | Applicant |
| US2009222815A1 | Cites | United States of America | Applicant |
| US2009241108A1 | Cites | United States of America | Applicant |
| US2009249440A1 | Cites | United States of America | Applicant |
| US2009300605A1 | Cites | United States of America | Applicant |
| US2010057913A1 | Cites | United States of America | Applicant |
| US2010071035A1 | Cites | United States of America | Applicant |
| US2010088335A1 | Cites | United States of America | Search report |
| US2010199089A1 | Cites | United States of America | Applicant |
| US2010274984A1 | Cites | United States of America | Search report |
| US2010287548A1 | Cites | United States of America | Applicant |
| US2011022812A1 | Cites | United States of America | Applicant |
| US2011055361A1 | Cites | United States of America | Applicant |
| US2011085563A1 | Cites | United States of America | Applicant |
| US2011103389A1 | Cites | United States of America | Applicant |
| US2011153838A1 | Cites | United States of America | Applicant |
| US2011191485A1 | Cites | United States of America | Applicant |
| US2011231280A1 | Cites | United States of America | Applicant |
| US2011258441A1 | Cites | United States of America | Applicant |
| US2012185688A1 | Cites | United States of America | Applicant |
| US2012266159A1 | Cites | United States of America | Applicant |
| US2013081014A1 | Cites | United States of America | Applicant |
| US5463768A | Cites | United States of America | Applicant |
| US5778444A | Cites | United States of America | Applicant |
| US6148368A | Cites | United States of America | Search report |
| US6178482B1 | Cites | United States of America | Applicant |
| US6449671B1 | Cites | United States of America | Search report |
| US6598179B1 | Cites | United States of America | Applicant |
| US6829678B1 | Cites | United States of America | Search report |
| US7062718B2 | Cites | United States of America | Applicant |
| US7117243B2 | Cites | United States of America | Applicant |
| US7650331B1 | Cites | United States of America | Applicant |
| US7653833B1 | Cites | United States of America | Applicant |
| US7761573B2 | Cites | United States of America | Applicant |
| US7804862B1 | Cites | United States of America | Applicant |
| US8146147B2 | Cites | United States of America | Applicant |
| US8261295B1 | Cites | United States of America | Applicant |
| US8276140B1 | Cites | United States of America | Applicant |
| US8533796B1 | Cites | United States of America | Applicant |
| US8677449B1 | Cites | United States of America | Applicant |
| US8745329B2 | Cites | United States of America | Applicant |
| US8800009B1 | Cites | United States of America | Applicant |
| US8812586B1 | Cites | United States of America | Applicant |
| US8813240B1 | Cites | United States of America | Applicant |
| US8874888B1 | Cites | United States of America | Applicant |
| US8909939B1 | Cites | United States of America | Applicant |
| US20020091902A1 | Cites | United States of America | Applicant |
| US20040139368A1 | Cites | United States of America | Applicant |
| US20040148484A1 | Cites | United States of America | Search report |
| US20050166011A1 | Cites | United States of America | Applicant |
| US20050216659A1 | Cites | United States of America | Search report |
| US20060026354A1 | Cites | United States of America | Search report |
| US20060161753A1 | Cites | United States of America | Applicant |
| US20060271547A1 | Cites | United States of America | Search report |
| US20070011361A1 | Cites | United States of America | Search report |
| US20070118694A1 | Cites | United States of America | Applicant |
| US20070199058A1 | Cites | United States of America | Applicant |
| US20070271604A1 | Cites | United States of America | Applicant |
| US20070280243A1 | Cites | United States of America | Applicant |
| US20070288921A1 | Cites | United States of America | Applicant |
| US20080071983A1 | Cites | United States of America | Search report |
| US20080086515A1 | Cites | United States of America | Applicant |
| US20080205415A1 | Cites | United States of America | Applicant |
| US20080215796A1 | Cites | United States of America | Applicant |
| US20080244030A1 | Cites | United States of America | Search report |
| US20080270704A1 | Cites | United States of America | Applicant |
| US20080313241A1 | Cites | United States of America | Search report |
| US20090097657A1 | Cites | United States of America | Applicant |
| US20090150629A1 | Cites | United States of America | Applicant |
| US20090199177A1 | Cites | United States of America | Applicant |
| US20090222815A1 | Cites | United States of America | Applicant |
| US20090241108A1 | Cites | United States of America | Applicant |
| US20090249440A1 | Cites | United States of America | Applicant |
| US20090300605A1 | Cites | United States of America | Applicant |
| US20100057913A1 | Cites | United States of America | Applicant |
| US20100071035A1 | Cites | United States of America | Applicant |
| US20100088335A1 | Cites | United States of America | Search report |
18 members in 6 offices
Priority claims6
| Document | Office | Kind | Date |
|---|---|---|---|
| 201113010548 | United States of America | A | |
| 201113010548 | United States of America | A | |
| 201414293330 | United States of America | A | |
| 13010548 | – | – | – |
| US201113010548 | – | – | – |
| US201414293330 | – | – | – |
Members18
| Document | Office | Kind | |
|---|---|---|---|
| US2012191912A1 | United States of America | A1 | |
| WO2012100037A1 | World Intellectual Property Organization (WIPO) | A1 | |
| EP2666111A1 | European Patent Office (EPO) | A1 | |
| CN103597482A | China | A | |
| US8745329B2 | United States of America | B2 | |
| US2014281233A1 | United States of America | A1 | |
| AU2012207328B2 | Australia | B2 | |
| AU2015268620B1 | Australia | B1 | |
| US9250830B2This record | United States of America | B2 | |
| AU2016202362A1 | Australia | A1 | |
| US2016132263A1 | United States of America | A1 | |
| DE202012013432U1 | Germany | U1 | |
| CN103597482B | China | B | |
| CN106909317A | China | A | |
| AU2016202362B2 | Australia | B2 | |
| EP2666111A4 | European Patent Office (EPO) | A4 | |
| EP2666111B1 | European Patent Office (EPO) | B1 | |
| CN106909317B | China | B |
63 transactions on the USPTO file
Allowed after 1 non-final rejection, 1 final rejection and 1 RCE.
- Non-final rejections
- 1
- Final rejections
- 1
- RCEs
- 1
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Email NotificationEML_NTR | EML_NTR | |
| Change in Power of Attorney (May Include Associate POA)PA.. | PA.. | |
| Payment of Maintenance Fee, 8th Year, Large EntityM1552 | M1552 | |
| Payment of Maintenance Fee, 4th Year, Large EntityM1551 | M1551 | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Email NotificationEML_NTR | EML_NTR | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Dispatch to FDCD1935 | D1935 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Application ready for PDX access by participating foreign officesCCRDY | CCRDY | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Request for Extension of Time - GrantedXT/G | XT/G | |
| Mail Interview Summary - Applicant Initiated - TelephonicMEXAT | MEXAT | |
| Interview Summary- Applicant InitiatedEXIA | EXIA | |
| Interview Summary - Applicant Initiated - TelephonicEXAT | EXAT | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Request for Extension of Time - GrantedXT/G | XT/G | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Mail Interview Summary - Applicant Initiated - TelephonicMEXAT | MEXAT | |
| Interview Summary- Applicant InitiatedEXIA | EXIA | |
| Interview Summary - Applicant Initiated - TelephonicEXAT | EXAT | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Final Rejection (PTOL - 326)Final rejectionMCTFR | MCTFR | |
| Final RejectionFinal rejectionCTFR | CTFR | |
| Email NotificationEML_NTR | EML_NTR | |
| PG-Pub Issue NotificationPG-ISSUE | PG-ISSUE | |
| Oath or Declaration Filed (Including Supplemental)C602 | C602 | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Email NotificationEML_NTR | EML_NTR | |
| Application Is Now CompleteCOMP | COMP | |
| Application Is Now CompleteCOMP | COMP | |
| Filing ReceiptFLRCPT.O | FLRCPT.O | |
| Application Dispatched from OIPEOIPE | OIPE | |
| FITF set to NO - revise initial settingFTFI | FTFI | |
| Cleared by OIPE CSRL194 | L194 | |
| Preliminary AmendmentA.PE | A.PE | |
| Patent Term Adjustment - Ready for ExaminationPTA.RFE | PTA.RFE | |
| Applicants have given acceptable permission for participating foreignAPPERMS | APPERMS | |
| IFW Scan & PACR Auto Security ReviewSCAN | SCAN | |
| Entity status set to undiscounted (initial default setting or status change)BIG. | BIG. | |
| Initial Exam Team nnIEXX | IEXX |
5 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Maintenance fee paymentMAFP | MAFP | |
| Maintenance fee paymentMAFP | MAFP | |
| AssignmentAS | AS | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF | |
| AssignmentAS | AS |
Numbers
- Publication
- 09250830
- Publication, DOCDB
- 9250830
- Publication, EPODOC
- US9250830
- Application
- 14293330
- Application, DOCDB
- 201414293330
- Application, EPODOC
- US201414293330
Titles
- English
- Storing data across a plurality of storage nodes
Patent term adjustment
- Applicant delay
- −81 days
- Net adjustment
- 0 days
Classification
- CPC, 14
- G06F3/0613
- G06F3/067
- G06F11/1076
- G06F3/0619
- G06F12/0866
- G06F15/161
- G06F3/0656
- G06F11/1044
- G06F2211/1009
- G06F2211/1028
- G06F2003/0691
- G06F3/0643
- G06F3/0665
- G06F3/0685
- IPC, 3
- G06F12 08
- G06F3 06
- G06F11 10
- USPC, 1
- 001001000