The present application claims the benefit of India Provisional Patent Application Serial No. 202341030636, which was filed on Apr. 28, 2023, by Angshuman Bezbaruah, et al. for LAZY INDEX CONSTRUCTION OF SNAPSHOTS IN A REPLICATION RECEIVER, which is hereby incorporated by reference.
The present disclosure relates to archival of data and, more specifically, to construction and storage of an index data structure for snapshot data in an archival storage system.
An object store is typically the storage media used in archival storage systems. The object store is usually configured as an immutable repository consisting of low-performance (slow) storage media for storing fixed sized objects. The low-performance storage media is not generally suited to efficiently handle frequent object content access or object content modification. As such, for any change to an object, object store access and modification characteristics typically require the entire object be re-written (no partial changes are permitted) and costly fees to access contents of the object (e.g., expensive financially to read the object from the object store, modify the contents of the object, and then rewrite the object back to the object store). In sum, the cost and time to update the contents of an object stored in the object store are substantial and, for a substantial number of updates to the contents, possibly even prohibitive. Further, the contents of the object may be embodied as a data structure having high write amplification for changes to information contained in the data structure exacerbating the cost to modify the object.
The above and further advantages of the embodiments herein may be better understood by referring to the following description in conjunction with the accompanying drawings in which like reference numerals indicate identically or functionally similar elements, of which:
The embodiments described herein are directed to a lazy index construction technique configured to efficiently and cost effectively manage creation and storage of an index data structure based on characteristics of storage media used by an archival storage system. The index data structure (index) is configured to reference snapshot data of snapshots stored in the archival storage system. Illustratively, the technique is configured to delay (defer) creation and storage of the index on the archival storage system in a gradual or lazy manner until all snapshot data is received by a replication receiver and stored on the storage media so that updates/changes to the index on the storage media are minimized. Notably, the lazy index construction technique may be used with any type or combination of (i) “overwrite” data structure (e.g., supports low-cost and partial updates for modified snapshot data without copying of unchanged information) embodied as an index (i.e., an index data structure with overwrite capabilities) stored in an (ii) archival storage system having storage media (e.g., an object store supporting unstructured data) that is not conducive to overwrite capabilities (i.e., requires accessing and copying unchanged information back to the object store) so that substantial changes to the index may be made at low cost prior to recording in the costly-to-modify object store.
In an embodiment, the technique involves deferring index construction at the replication receiver until a commit point of a snapshot replication transaction defined by a replication protocol. Upon receiving snapshot data blocks from a replication sender, the replication receiver writes the blocks to a destination (e.g., object store) and records metadata of the blocks (index metadata) in transitory storage that is local (i.e., a local store) to the receiver. The index metadata is temporarily stored (cached) in the local store and embodied as a file or database on a storage medium of the local store that is suitable for efficient updates (i.e., supports low-cost, high performance overwrites). Over time, the index metadata is accumulated for all the replicated blocks during the replication transaction. Updates (modifications and additions) to the index metadata reflecting changes to the written blocks occur at low-cost in the local store. When the replication transaction ends and is committed, the replication receiver reads the entire index metadata to construct the index of the snapshot (e.g., a bitmap, a B+ tree or a block map) and writes the index at once (e.g., in one operation) to the object store. In this manner, the technique completely avoids read-modify-write cycles (i.e., read entire object including unchanged information, make change, write whole object including unchanged information back to object store) typically required for modification of the index in the object store.
In an embodiment, the lazy index construction technique may be implemented by a replication receiver as opposed to a replication sender, such as a “live” storage system (e.g., a file system) that typically writes data to a log and creates indexes asynchronously. Index metadata describing each received and stored block is maintained in local, transitory storage for use later during the commit point of the replication protocol. The commit point (referred to as finalization) is the point in time at which the index metadata maintained in the local store is used to construct the index and write the constructed index to the object store. As a result, the lazy index construction technique eliminates overwrites involved in index creation and updates on the object store to, in turn, eliminate costly substantial object store API calls that otherwise would be required for those index creation/updates.
The network adapter 150 connects the node 110 to other nodes 110 of the cluster 100 over network 170, which is illustratively an Ethernet local area network (LAN). The network adapter 150 may thus be embodied as a network interface card having the mechanical, electrical and signaling circuitry needed to connect the node 110 to the network 170. The multiple tiers of SOCS include storage that is accessible through the network 170, such as cloud storage 166 and/or networked storage 168, as well as the local storage 162 within or directly attached to the node 110 and managed as part of the storage pool 160 of storage objects, such as files and/or logical units (LUNs). The cloud and/or networked storage may be embodied as network attached storage (NAS) or storage area network (SAN) and include combinations of storage devices (e.g., SSDs and/or HDDs) from the storage pool 160. As described herein, a long-term storage service (LTSS 700) of an archival storage system provides storage of large numbers (amounts) of point-in-time images or recovery points (i.e., snapshots) of application workloads on an object store. Communication over the network 170 may be effected by exchanging discrete frames or packets of data according to protocols, such as the Transmission Control Protocol/Internet Protocol (TCP/IP) and the OpenID Connect (OIDC) protocol, although other protocols, such as the User Datagram Protocol (UDP) and the HyperText Transfer Protocol Secure (HTTPS), as well as specialized application program interfaces (APIs) may also be advantageously employed.
The main memory 130 includes a plurality of memory locations addressable by the processor 120 and/or adapters for storing software code (e.g., processes and/or services) and data structures associated with the embodiments described herein. The processor and adapters may, in turn, include processing elements and/or circuitry configured to execute the software code, such as virtualization software of virtualization architecture 200, and manipulate the data structures. As described herein, the virtualization architecture 200 enables each node 110 to execute (run) one or more virtual machines that write data to the unified storage pool 160 as if they were writing to a SAN. The virtualization environment provided by the virtualization architecture 200 relocates data closer to the virtual machines consuming the data by storing the data locally on the local storage 162 of the cluster 100 (if desired), resulting in higher performance at a lower cost. The virtualization environment can horizontally scale from a few nodes 110 to a large number of nodes, enabling organizations to scale their infrastructure as their needs grow.
It will be apparent to those skilled in the art that other types of processing elements and memory, including various computer-readable media, may be used to store and execute program instructions pertaining to the embodiments described herein. Also, while the embodiments herein are described in terms of software code, processes, and computer (e.g., application) programs stored in memory, alternative embodiments also include the code, processes and programs being embodied as logic, components, and/or modules consisting of hardware, software, firmware, or combinations thereof.
Another software component running on each node 110 is a special virtual machine, called a controller virtual machine (CVM) 300, which functions as a virtual controller for SOCS. The CVMs 300 on the nodes 110 of the cluster 100 interact and cooperate to form a distributed system that manages all storage resources in the cluster. Illustratively, the CVMs and storage resources that they manage provide an abstraction of a distributed storage fabric (DSF) 250 that scales with the number of nodes 110 in the cluster 100 to provide cluster-wide distributed storage of data and access to the storage resources with data redundancy across the cluster. That is, unlike traditional NAS/SAN solutions that are limited to a small number of fixed controllers, the virtualization architecture 200 continues to scale as more nodes are added with data distributed across the storage resources of the cluster. As such, the cluster operates as a hyperconvergence architecture wherein the nodes provide both storage and computational resources available cluster-wide.
The client software (e.g., applications) running in the UVMs 210 may access the DSF 250 using filesystem protocols, such as the network file system (NFS) protocol, the common internet file system (CIFS) protocol and the internet small computer system interface (iSCSI) protocol. Operations on these filesystem protocols are interposed at the hypervisor 220 and redirected (via virtual switch 225) to the CVM 300, which exports one or more iSCSI, CIFS, or NFS targets organized from the storage objects in the storage pool 160 of DSF 250 to appear as disks to the UVMs 210. These targets are virtualized. e.g., by software running on the CVMs. and exported as virtual disks (vdisks) 235 to the UVMs 210. In some embodiments, the vdisk is exposed via iSCSI, CIFS or NFS and is mounted as a virtual disk on the UVM 210. User data (including the guest operating systems) in the UVMs 210 reside on the vdisks 235 and operations on the vdisks are mapped to physical storage devices (SSDs and/or HDDs) located in DSF 250 of the cluster 100.
In an embodiment, the virtual switch 225 may be employed to enable I/O accesses from a UVM 210 to a storage device via a CVM 300 on the same or different node 110. The UVM 210 may issue the I/O accesses as a SCSI protocol request to the storage device. Illustratively, the hypervisor 220 intercepts the SCSI request and converts it to an iSCSI, CIFS, or NFS request as part of its hardware emulation layer. As previously noted, a virtual SCSI disk attached to the UVM 210 may be embodied as either an iSCSI LUN or a file served by an NFS or CIFS server. An iSCSI initiator, SMB/CIFS or NFS client software may be employed to convert the SCSI-formatted UVM request into an appropriate iSCSI, CIFS or NFS formatted request that can be processed by the CVM 300. As used herein, the terms iSCSI, CIFS and NFS may be interchangeably used to refer to an IP-based storage protocol used to communicate between the hypervisor 220 and the CVM 300. This approach obviates the need to individually reconfigure the software executing in the UVMs to directly operate with the IP-based storage protocol as the IP-based storage is transparently provided to the UVM.
For example, the IP-based storage protocol request may designate an IP address of a CVM 300 from which the UVM 210 desires I/O services. The IP-based storage protocol request may be sent from the UVM 210 to the virtual switch 225 within the hypervisor 220 configured to forward the request to a destination for servicing the request. If the request is intended to be processed by the CVM 300 within the same node as the UVM 210, then the IP-based storage protocol request is internally forwarded within the node to the CVM. The CVM 300 is configured and structured to properly interpret and process that request. Notably, the IP-based storage protocol request packets may remain in the node 110 when the communication—the request and the response—begins and ends within the hypervisor 220. In other embodiments, the IP-based storage protocol request may be routed by the virtual switch 225 to a CVM 300 on another node of the cluster 100 for processing. Specifically, the IP-based storage protocol request is forwarded by the virtual switch 225 to a physical switch (not shown) for transmission over network 170 to the other node. The virtual switch 225 within the hypervisor 220 on the other node then forwards the request to the CVM 300 on that node for further processing.
Illustratively, the CVM 300 includes a plurality of processes embodied as a storage stack running in a user space of the operating system of the CVM to provide storage and I/O management services within DSF 250. The processes include a virtual machine (VM) manager 310 configured to manage creation, deletion, addition and removal of virtual machines (such as UVMs 210) on a node 110 of the cluster 100. For example, if a UVM fails or crashes, the VM manager 310 may spawn another UVM 210 on the node. A replication manager 320a is configured to provide replication and disaster recovery capabilities of DSF 250. Such capabilities include migration/failover of virtual machines and containers, as well as scheduling of snapshots. In an embodiment, the replication manager 320a may interact with one or more replication workers 320b. A data I/O manager 330 is responsible for all data management and I/O operations in DSF 250 and provides a main interface to/from the hypervisor 220, e.g., via the IP-based storage protocols. Illustratively, the data I/O manager 330 presents a vdisk 235 to the UVM 210 in order to service I/O access requests by the UVM to the DFS. A distributed metadata store 340 stores and manages all metadata in the node/cluster, including metadata structures that store metadata used to locate (map) the actual content of vdisks on the storage devices of the cluster.
Illustratively, a first metadata structure embodied as a vdisk map 410 is used to logically map the vdisk address space for stored extents. Given a specified vdisk and offset, the logical vdisk map 410 may be used to identify a corresponding extent (represented by extent ID). A second metadata structure embodied as an extent ID map 420 is used to logically map an extent to an extent group. Given a specified extent ID, the logical extent ID map 420 may be used to identify a corresponding extent group containing the extent. A third metadata structure embodied as an extent group ID map 430 is used to map a specific physical storage location for the extent group. Given a specified extent group ID, the physical extent group ID map 430 may be used to identify information corresponding to the physical location of the extent group on the storage devices such as, for example, (1) an identifier of a storage device that stores the extent group, (2) a list of extent IDs corresponding to extents in that extent group, and (3) information about the extents, such as reference counts, checksums, and offset locations.
In an embodiment, CVM 300 and DSF 250 cooperate to provide support for snapshots, which are point-in-time copies of storage objects, such as files, LUNs and/or vdisks.
To create the snapshot (
Another procedure that may be employed to populate the snapshot vdisk 550 waits until there is a request to write (i.e., modify) data in the snapshot vdisk 550. Depending upon the type of requested write operation performed on the data, there may or may not be a need to perform copying of the existing data from the base vdisk 510 to the snapshot vdisk 550. For example, the requested write operation may completely or substantially overwrite the contents of a vblock in the snapshot vdisk 550 with new data. Since the existing data of the corresponding vblock in the base vdisk 510 will be overwritten, no copying of that existing data is needed and the new data may be written to the snapshot vdisk at an unoccupied location on the DSF storage (
The embodiments described herein are related to an indexing technique configured to provide an index data structure for efficient retrieval of data of a snapshot from the LTSS of the archival storage system.
Illustratively, the content of each UVM snapshot 610 includes snapshot metadata and snapshot data, wherein the snapshot metadata 620 is essentially configuration information describing the logical entity (e.g., UVM 210) in terms of, e.g., virtual processor, memory, network and storage device resources of the UVM. The snapshot metadata 620 of the UVM 210 is illustratively replicated for storage in a query-able database 625 although, in an embodiment, the snapshot metadata 620 may be further replicated and organized as a metadata object 630 within a configuration namespace (e.g., bucket) of the object store 660 of LTSS 700 for long-term durability and availability. The data of the UVM 210 is virtualized as a disk (e.g., vdisk 235) and, upon generation of a snapshot, is processed as snapshot vdisk 550 of the UVM 210. The snapshot vdisk 550 is replicated, organized and arranged as one or more data objects 640 of the data storage unit 650 for storage in the object store 660. Each extent 532 of the snapshot vdisk 550 is a contiguous range of address space of a data object 640, wherein data blocks of the extents are “packed” into the data object 640 and accessible by, e.g., offsets and lengths. Note that a preferred size (e.g., 16 MB) of each data object 640 may be specified by the object store/vendor (e.g., AWS S3 cloud storage) for optimal use of the object store/vendor.
Operationally, the client initially generates a full snapshot of vdisk 235 (e.g., snapshot vdisk 550a) and transmits copies (i.e., replicas) of its data blocks to effectively replicate the snapshot vdisk 550a to LTSS 700. The snapshot vdisk 550a is thereafter used as a reference snapshot for comparison with one or more subsequent snapshots of the vdisk 235 (e.g., snapshot vdisk 550b) when computing incremental differences (deltas Δs). The client (e.g., CVM 300) generates the subsequent vdisk snapshots 550b at predetermined (periodic) time intervals and computes the deltas of these periodically generated snapshots with respect to the reference snapshot. The CVM 300 transmits replicas of data blocks of these deltas as Δ snapshot vdisk 550c to LTSS. From the perspective of the CVM 300, the LTSS 700 is a storage entity having an address on the network 170 (or WAN), similar to any networked storage 168. However, unlike networked storage 168, which is generally exposed to (accessed by) the CVM 300 using filesystem protocols such as NFS, CIFS and iSCSI, the LTSS 700 is accessed using specialized application program interfaces (APIs) referred to herein as replication APIs, which have rich descriptive semantics. For example, a replication API may specify the snapshotted vdisk 550a of the logical entity (e.g., UVM 210) as well as information describing the snapshot metadata 620 and snapshot vdisk 550a of the entity. The CVM 300 then transmits (replicates) a stream of data blocks of the snapshotted vdisk 550a to LTSS 700.
Prior to flushing the data objects 640 to the backend data service 750, the frontend data service 710 creates metadata that keeps track of the amount of data blocks received from the CVM 300 for each replicated snapshot, e.g., snapshot vdisk 550a as well as A snapshot vdisk 550c. The metadata associated with the snapshot (i.e., hereinafter “index metadata” 730) is recorded as an entry in persistent storage media (e.g., a persistent log 740) local to the frontend data service 710. The index metadata 730 includes information describing the snapshot data, e.g., a logical offset range of the snapshot vdisk 550. In an embodiment, the index metadata 730 is stored as an entry of the persistent log 740 in a format such as, e.g., snapshot ID, logical offset range of snapshot data, logical offset into the data object to support storing multiple extents into a data object, and data object ID. The frontend data service 710 updates the index metadata 730 of the log entry for each data object 640 flushed to the backend data service 750. Notably, the index metadata 730 is used to construct the index data structure 800 of LTSS.
Illustratively, the index data structure 800 is configured to enable efficient identification (location) and retrieval of data blocks contained within numerous data objects 640 (snapshots) stored on the object store 660. Effectively, the index data structure acts as an independent database organized to retrieve data by extent of a vdisk (as recorded in the associated object store of the archival storage system) according to any snapshot. Notably, each snapshot is associated with a corresponding index data structure and may include incremental changes to a prior snapshot that may reference a prior index data structure associated with the prior snapshot. In this manner, only the incremental changes between snapshots need be stored in the archival storage system as indicated above, because later index data structures may reference (via prior index data structures) older blocks in prior snapshots.
Accordingly, the index data structure 800 may be extended to embody a plurality of “cloned,” e.g., copy-on-write, index structures associated with many of the data objects 640 of LTSS 700 to enable the location and retrieval of the data blocks. To that end, a snapshot configuration repository 760 (e.g., database) is provided, e.g., on storage media local to the LTSS data services, that is dynamically query-able by the data services to select a snapshot (i.e., the repository is organized according to snapshot) and its corresponding index data structure 800 of a data object, e.g., from among the numerous (cloned) index data structures. The repository 760 may also be stored on the object store 660 to ensure fault tolerance, durability and availability.
In an embodiment, the snapshot configuration repository 760 is organized as a key-value store that provides a higher-level of indexing (i.e., higher than the actual index data structure) to resolve to a snapshot corresponding to a (cloned) index data structure used to retrieve one or more data blocks for data objects stored in the object store 660. The snapshot configuration repository 760 is managed separately from the object store (e.g., remote from the object store media) and points to roots of the cloned index structures associated with snapshot data objects (e.g., using a remote referencing mechanism such as a URL to a root node of a cloned index structure resident on object store media located on the network/internet.) Such remote referencing enables essentially infinite storage capacity of the LTSS object store, e.g., among various cloud service providers (CSPs) such as AWS, Google, Azure and the like, that is not limited by an address space (file space, namespace) of a (client) distributed file system. Note that the limited address space of such client file systems also limits the amount of “active” file system snapshots that can be maintained on the client's storage (such as a volume).
In an embodiment, the snapshot configuration repository 760 may be used as a search engine to enable efficient locating and retrieving of a data block from the selected object. Similar to the persistent log 740, the snapshot configuration repository 760 includes configuration information about each snapshot and associated data object as well as pointers to the roots of the index data structures for the data objects. The repository 760 may also be indexed by time stamp or VM/vdisk name of a snapshot. The snapshot may then be selected and a pointer to a root node of the corresponding index data structure 800 may be identified to access a specified logical offset range of a snapshot. Notably, the index data structure 800 is configured to translate the logical offset range (address space) of data in the snapshot to the data object address space of the object store hosting the snapshot data to thereby enable efficient (i.e., bounded time) retrieval of the snapshot data from the object store independent of the number of snapshots.
In an embodiment, each internal node 820 contains keys and pointers to children nodes, and generally not any values. The root node 810 is a variant of the internal node 820 but, similar to the internal node, contains disk offsets as keys. For each key, a left pointer points to data of the vdisk ranging from a left key to (and including) a current key; illustratively, data in a “child” internal node 820 for the left pointer embodies the form [left key, current key]. A right pointer points to data of the vdisk ranging from the current key to (but excluding) a right key; illustratively, data in a child internal node for the right pointer embodies the form [current key, right key]. The fields of the internal node illustratively include (i) Offset_Vec containing a list of offsets in the vdisk that function as a key; and (ii) Child_Pointer_Vec containing a pointer to a child node. The leaf node 830 contains a predetermined number of descriptors (e.g., up to 1024), each of which describes the vdisk address space covered by the descriptor and the location of the corresponding data in the form of the following keys and values:
Key(Disk_Offset)->Value(Object_ID,Object_Logical_Offset,Length)
wherein Disk_Offset refers to the offset within the vdisk; Object_ID identifies the data object in the archival storage system and may be a combination of a vdisk uuid and an assigned predefined (int64) number; Object_Logical_Offset is the logical offset with the object (specified by Object_ID) at which the data resides; and Length is the number of contiguous bytes (size of the extent) beginning at “Offset” (Disk_Offset) that is pointed to by the key entry.
The embodiments described herein are directed to a lazy index construction technique configured to efficiently and cost effectively manage creation and storage of an index data structure based on characteristics of storage media used by an archival storage system. As noted, the index data structure (index) 800 is configured to reference snapshot data (data blocks) of snapshots stored in the archival storage system. Illustratively, the technique is configured to delay (defer) creation and storage of the index 800 on the archival storage system in a gradual or lazy manner until all snapshot data is received by a replication receiver and stored on the storage media so that updates/changes to the index on the storage media are minimized. Notably, the lazy index construction technique may be used with any type or combination of (i) “overwrite” data structure (e.g., supports low-cost and partial updates for modified snapshot data without copying of unchanged information) embodied as an index (i.e., an index data structure 800 with overwrite capabilities) stored in an (ii) archival storage system having storage media (e.g., an object store 660) that is not conducive to overwrite capabilities (i.e., requires accessing and copying unchanged information back to the object store) so that substantial changes to index may be made at low cost prior to recording in the costly-to-modify object store.
The technique thus improves and enhances a long-term storage implementation where the index is stored on the object store storage media in a manner that minimizes the cost to perform storage on such storage media. In an embodiment, the object store 660 has a property that requires overwriting of an entire object (e.g., data object 640) for any change to the index 800 which, in turn, results in large write amplification. Illustratively, the index 800 is embodied as a data structure having a large write amplification.
In an embodiment, the technique may be implemented by a replication receiver configured for snapshot-based replication as opposed to a replication sender such as a “live” storage system (e.g., a file system) that typically writes data to a log and creates indexes asynchronously. An example of such a replication receiver is LTSS 700, although other replication receivers such as NetApp SnapMirror® and AWS EBS Snapshot receiver may be advantageously used with the embodiments described herein. The replication receiver may deploy various indexing schemes to referenced data of snapshots, where the indexing schemes, in turn, may vary from among bitmap-based schemes, block maps, hash tables, and B-tree/B+ tree-based indexes. Inline (as snapshot data is received) index creation may involve write and overwrite operations to blocks of (index) data and, hence, may be unsuitable for storage media such as object stores. Utilization of the indexing scheme when constructing index metadata for each replicated block may cause overwrites that are expensive (and inefficient) for an object store. Accordingly, known replication solutions (such as, e.g., replication solutions by NetApp, EMC, and other storage vendors, as well as databases, e.g., DynamoDB used by EBS snapshots) typically involve construction of indexes in block/file based disk storage media that are suitable for high-performance overwrites needed for inline index creation and updates. However, such solutions require costly storage media and are cost prohibitive during use to an object store.
In an embodiment, the lazy index construction technique described herein involves deferring index construction at the replication receiver until a commit point of a snapshot replication transaction that is defined by a replication protocol. Upon receiving snapshot data blocks from a replication sender, the replication receiver writes the blocks to a destination (e.g., object store) and records metadata of the blocks (index metadata) describing each received block in transitory storage that is local (i.e., a local store) to the receiver. The index metadata is illustratively of the form <snapshot ID, logical offset, length, destination object, object offset>. The index metadata is temporarily stored (cached) in the local store and embodied as a file or database on a storage medium of the local store that is suitable for efficient overwrites (i.e., supports low-cost, high performance overwrites). Over time, the index metadata is accumulated for all the replicated blocks during the replication transaction. Updates (modifications and additions) to the index metadata reflecting changes to the written blocks occur at low-cost in the local store. When the replication transaction ends and is committed (the commit point), the replication receiver reads the entire index metadata to construct the index of the snapshot and writes the index at once (e.g., in one operation) to the object store. That is, the commit point (referred to as finalization) is the point in time at which the index metadata maintained in the local store is used to construct the index. In this manner, the lazy index construction technique completely avoids read-modify-write cycles (i.e., read entire object including unchanged information, make change, write whole object including unchanged information back to object store) typically required for modification of the index on the object store, i.e., the technique eliminates overwrites involved in index creation on the object store to, in turn, eliminate costly substantial object store API calls that otherwise would be required for those index creation/updates.
Referring to
Assume that at the predetermined time interval, the CVM 300 generates a subsequent snapshot for the vdisk 235 (e.g., snapshot vdisk 550b) and after specifying snapshot 550a as a reference snapshot and performing the incremental computation, determines that the deltas (changes) of data blocks between the snapshot vdisks 550a,b lie in the offset range of 1 MB-5 MB and 1 GB-2 GB of the reference snapshot (e.g., snapshot vdisk 550a). Such deltas may be determined for a series of snapshots. For example, the CVM 300 may issue a second replication API call to the LTSS 700 that identifies the vdisk ID 1, a first snapshot vdisk 550b as, e.g., snapshot ID 2, and the logical offset range of 1 MB-5 MB for the changed data blocks. The CVM 300 then replicates the delta data blocks to the LTSS 700. In response to receiving the first replication API call, the frontend data service 710 buffers the changed data blocks to an optimal size (e.g., 16 MB) and writes the blocks into a data object 640 assigned, e.g., an object ID 2. The frontend data service 710 also records index metadata 730 describing the written data blocks (e.g., vdisk ID 1, snapshot ID 2, logical offset range 1 MB-5 MB, object ID 2) to the persistent log 740.
After all of the changed data blocks are replicated and flushed to the object store 660, the frontend data service 710 constructs an index data structure 800 for the first snapshot vdisk 550b using the appropriate index metadata 730 for snapshot ID 2. Assume the changed data blocks at the logical offset range 1 MB-5 MB of the snapshot vdisk 550a fit within the data object (extent) referenced by a leaf node 830 of the parent B+ tree. A new, updated copy of the leaf node may be created to reflect the changed data blocks at the logical offset range while the remaining leaf nodes of the parent B+ tree remain undisturbed. Updated copies of the internal node(s) 820 referencing the logical offset range of the changed data blocks described by the updated leaf node may likewise be created. A new “cloned” B+ tree is thus constructed based on the parent B+ tree using a copy-on-write technique. The cloned B+ tree has a new root node 810a and internal nodes 820 that point partially to “old” leaf nodes 830 of the parent B+ tree as well as to the new leaf node 830a (not shown). Illustratively, the leaf node 830a is copied and then modified to reference the changed data. Effectively, the cloned B+ tree for the first A snapshot vdisk 550c is a “first child” B+ tree that shares internal and leaf nodes with the parent B+ tree.
The CVM 300 thereafter issues a third replication API call to the LTSS 700 that identifies the vdisk ID 1, a second A snapshot vdisk 550c as, e.g., snapshot ID 3, and the logical offset range of 1 GB-2 GB for the changed data blocks. The CVM 300 replicates the delta data blocks to the LTSS 700. In response to receiving the third replication API call, the frontend data service 710 buffers the changed data blocks to an optimal size (e.g., 16 MB) and writes the blocks into “n” data objects 640 assigned, e.g., object IDs 3a-n (not shown). The frontend data service 710 records index metadata 730 describing the written data blocks (e.g., vdisk ID 1, snapshot ID 3, logical offset range 1 GB-2 GB, object IDs 3a-n) to the persistent log 740. After all of the changed data blocks are replicated and flushed to the object store 660, the frontend data service 710 constructs one or more second child B+ trees for the second A snapshot vdisk, as described above. Notably, a large branch factor of the B+ tree permits a very large number of references in the internal nodes of the B+ tree to support a correspondingly large number of changes between snapshots so that the index structure depth of the tree may be maintained at a maximum depth (e.g., 2 to 3 levels) enabling rapid traversal time from the root node to a leaf node. That is, no matter how many snapshots exist, references to the oldest data remain referenced by the newest snapshot resulting in a fixed number of node traversals to locate any data.
Operationally, retrieval of data blocks (snapshot data) by the LTSS data services from any snapshot stored in the archival storage system involves fetching the root of the index (B+ tree) data structure 800 associated with the snapshot from the snapshot configuration repository 760, using the offset/range as a key to traverse the tree to the appropriate leaf node 830, which points to the location of the data blocks in the data object 640 of the object store 660. For incremental restoration of snapshot data, the technique further enables efficient computation of differences (deltas) between any two snapshots. In an embodiment, the LTSS data services perform the delta computations by accessing the snapshot configuration repository 760, identifying the root nodes 810 of the corresponding index data structures 800 (e.g., B+ trees) for the two snapshots, and traversing their internal nodes 820 all the way to the leaf nodes 830 of the index data structures to determine any commonality/overlap of values. All leaf nodes 830 that are common to the B+ trees are eliminated, leaving the non-intersecting leaf nodes corresponding to the snapshots. According to the technique, the leaf nodes of each tree are traversed to obtain a set of <logical offset, object ID, object offset> tuples and these tuples are compared to identify the different (delta) logical offset ranges between the two snapshots. These deltas are then accessed from the data objects and provided to a requesting client.
Previous deployments of index data structures employing B+ trees are generally directed to primary I/O streams associated with snapshots/clones of active file systems having changeable (mutable) data. In contrast, the technique described herein deploys the B+ tree as an index data structure 800 that cooperates with LTSS 700 for long-term storage of large quantities of typed snapshot data treated as immutable and, further, optimizes the construction of the B+ tree to provide efficiencies with respect to retrieval of data blocks contained in large quantities of long-term storage data objects 640. For example, the technique imposes transactional guarantees associated with a client-server model to facilitate construction of the index data structure 800 in local storage of LTSS 700 to ensure coherence with the snapshot/clone data prior to transmission (flushing) of the index data structure to the object store 660. Upon initiation of a snapshot replication transaction to replicate snapshot data (e.g., snapshot vdisk 550a or A snapshot vdisk 550c), a client (e.g., replication sender such as CVM 300) may issue a start replication command of a replication protocol that instructs a server (e.g., replication receiver such as frontend data service 710 of LTSS 700) to organize the data as extents for storage into one or more data objects 640. Data blocks of the object 640 are flushed to the backend data service 750 for storage on the object store 660. Subsequently, the CVM 300 may issue a complete replication command of the replication protocol to the frontend data service 710 which, in response, finalizes the snapshot by using information from index metadata 730 to construct the index data structure 800 associated with the data object locally, e.g., in a fast storage tier of LTSS 700 and, in one or more embodiments, flushing the constructed index structure 800 to the backend data service for storage on the object store 660. Note that the transactional guarantees provided by the optimized technique allow termination of the replication and, accordingly, termination of construction of the index data structure prior to finalization.
In essence, the technique optimizes the use of an index data structure (e.g., B+ tree) for referencing data recorded in a transactional archival storage system (e.g., LTSS) that has frontend and backend data services configured to provide transactional guarantees that ensures finalization of snapshot replication only after the client (e.g., CVM) indicates completion of the snapshot replication transaction. Until issuance of the completion command, the replication (or backup) transaction can be terminated. This enables construction of a (cloned) index data structure for each replicated snapshot on high performance (fast) storage media of an LTSS storage tier that may be different from the storage media tier used for long-term storage of the index data structure 800 and data object 640. Note that active file system deployments of the B+ tree as an index data structure are constrained from applying such a transactional model to write operations (writes) issued by a client (e.g., user application) because those writes are immediately applied to the active file system (e.g., as “live” data) to support immediate access to the data and preserved in the B+ tree index structure unconditionally (i.e., writes in the index structure cannot be ignored or terminated as in transactional models). Moreover, conventional backup systems associated with active file systems also require that the writes of the snapshot data be immediately available for retrieval without delay to support immediate availability of restore operations. In contrast, the LTSS architecture is optimized for storing immutable typed snapshot data not shared with an active (mutable) file system and not live data for active file systems or conventional backup systems.
In other words after the replication complete command, the index metadata associated with the stream of snapshot data is processed to construct the index data structure (e.g., a B+ tree) at the frontend data service 710 and flushed to the backend data service 750 for storage in the object store 660. This optimization is advantageous because object stores are generally immutable repositories consisting of low-performance (slow) storage media that are not generally suited for constructing changing and frequently accessed data structures that require constant iteration and modification (mutation) during construction. The technique thus enables construction of the B+ tree index structure locally on a fast storage media tier of the LTSS 700 before flushing the completed index data structure 800 to the object store 660. The fast, local storage media used to persistently store the metadata and construct the index data structure may be SSD or HDD storage devices that are separate and apart from the storage devices used by the object store 660.
The LTSS 700 is thus agnostic as to the file system (client) delivering the data and its organization, as well as to the object store storing the data. By implementing a transactional model for data replication by the data services of LTSS 700, the technique further enables deferred construction of a (cloned) index data structure 800 locally on fast storage media (e.g., on-prem) upon transaction completion (e.g., a backup commit command), and subsequent flushing of a completed index data structure to the remote object store 660 of LTSS (e.g., in-cloud). Deferral of construction of the index data structure enables fast intake (i.e., reception) of the replicated snapshot data in a log-structured (e.g., sequential order) format while the index metadata is recorded in the persistent log by the frontend data service. The data services of LTSS 700 perform optimal organization and packing of the data as extents into data objects 640 as defined by the object store vendor/CSP. Notably, the technique described herein facilitates efficient storage and retrieval of the data objects using an indexing data structure 800 that is optimized to accommodate very large quantities of snapshots (e.g., many thousand over a period of years), while managing metadata overhead that grows linearly with the increase of data changes and not with the number of snapshots.
For pure archival storage, a log-structured approach may be preferred because primarily writes (only occasionally reads) are performed to storage. Yet for archival storage where data is frequently retrieved, e.g., for compliance purposes in medical and SEC regulation deployments, a B+ tree structure may be preferred. This latter approach is particularly attractive when the B+ tree is optimized to handle frequent “read-heavy” and “write-heavy” workloads. As described herein, the technique balances the trade-off such that the cost of creating the index structure is realized later, i.e., not in the context of incoming I/O writes, by deferring work from the critical path/time so as to avoid adding latency that typically occurs creating pure B+ tree structures. Therefore, the technique also provides an efficient indexing arrangement that leverages a write-heavy feature of the log-structured format to increase write throughput to the LTSS 700 for snapshot data replication to the object store 660 with a read-heavy feature of the index (e.g., B+ tree) data structure 800 to improve read latency (i.e., bounded time to locate data independent of the number of snapshots) by the LTSS 700 for snapshot data retrieval from the object store 660.
Illustratively, the indexing technique is optimized to support extended-length block chains of snapshots (i.e., “infinite-depth” snapshot chains) for long-term storage in the object store of the archival storage system. A problem with such deep snapshot chains is that a typical search for a selected data block of a snapshot requires traversing the entire snapshot chain until the block is located. The indexing technique obviates such snapshot chain traversal by providing an index data structure 800 (e.g., B+ tree) that is cloned for each snapshot (e.g., snapshot disk 550a,b) of a logical entity (e.g., vdisk 235) using copy-on-write that enables sharing references to data blocks with other cloned index data structures, as described herein. As also noted, the technique only requires traversing the depth of a (cloned) index data structure to find the leaf node pointing to a selected data block of a particular snapshot.
The foregoing description has been directed to specific embodiments. It will be apparent, however, that other variations and modifications may be made to the described embodiments, with the attainment of some or all of their advantages. For instance, it is expressly contemplated that the components and/or elements described herein can be implemented as software encoded on a tangible (non-transitory) computer-readable medium (e.g., disks and/or electronic memory) having program instructions executing on a computer, hardware, firmware, or a combination thereof. Accordingly, this description is to be taken only by way of example and not to otherwise limit the scope of the embodiments herein. Therefore, it is the object of the appended claims to cover all such variations and modifications as come within the true spirit and scope of the embodiments herein.
Number | Date | Country | Kind |
---|---|---|---|
202341030636 | Apr 2023 | IN | national |