Asynchronous in-memory data backup system

US9959074B1 · US · B1

Patent metadata
FieldValue
Publication numberUS-9959074-B1
Application numberUS-201615363779-A
CountryUS
Kind codeB1
Filing dateNov 29, 2016
Priority dateNov 29, 2016
Publication dateMay 1, 2018
Grant dateMay 1, 2018

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

Data backup systems and methods are provided to asynchronously mirror in-memory checkpoint images generated by a process executing on a host system. For example, a data backup system is configured to: receive a checkpoint request message to store a copy of a checkpoint image which includes memory pages residing in a first memory region of memory on the host system; pull a copy of metadata associated with the memory pages from a second memory region of memory on the host system; pull a copy of the memory pages of the checkpoint image from the first memory region; generate a copy of the checkpoint image using the memory pages and associated metadata pulled from the host system; and store the copy of the checkpoint image in a storage device with an in-memory format that is the same as the checkpoint image residing in the first memory region on the host system.

First claim

Opening claim text (preview).

What is claimed is: 1. A method, comprising: receiving, by a data backup system, notification of a checkpoint request issued by a process executing on a host computing system to store a copy of a checkpoint image comprising one or more memory pages that reside in a first memory region of memory on the host computing system; pulling, by the data backup system, a copy of metadata from a metadata log residing in a second memory region of memory on the host computing system, wherein the metadata is associated with the one or more memory pages of the checkpoint image; pulling, by the data backup system, a copy of the one or more memory pages of the checkpoint image from the first memory region of memory on the host computing system; generating, by the data backup system, a copy of the checkpoint image using the copies of the one or more memory pages and the associated metadata pulled from the host computing system; and storing, by the data backup system, the copy of the checkpoint image in a storage device on the data backup system; wherein the copy of the checkpoint image stored in the storage device on the data backup system comprises a same in-memory format as the checkpoint image residing in the first memory region of memory on the host computing system. 2. The method of claim 1 , wherein pulling a copy of the metadata from the metadata log residing in the second memory region of memory on the host computing system comprises performing, by the data backup system, at least one remote direct memory access (RDMA) read operation to transfer the copy of the metadata from a non-volatile random access memory device on the host computing system to a non-volatile random access memory device on the data backup system. 3. The method of claim 2 , wherein pulling a copy of the one or more memory pages of the checkpoint image from the first memory region of memory on the host computing system comprises performing, by the data backup system, one or more RDMA read operations to transfer the copy of the memory pages from a RDMA-enabled non-volatile memory on the host computing system to the non-volatile random access memory device on the data backup system. 4. The method of claim 1 , wherein the one or more memory pages of the checkpoint image comprises modified memory pages which are stored in the first memory region of memory on the host computing system using copy-on-write operations. 5. The method of claim 1 , further comprising executing a page operations logger process on the host computing system, wherein the page operations logger is configured to generate the metadata that is stored and maintained in the metadata log residing in the second memory region of memory on the host computing system, and wherein the page operations logger is configured to transmit the checkpoint request message, which is issued by the process, to the data backup system. 6. The method of claim 1 , wherein the metadata pulled from the host computing system comprises a checkpoint record comprising information that specifies at least one of (i) a storage tier on the data backup system in which the checkpoint image should be stored and (ii) a data processing operation to be performed on the checkpoint image by the data backup system. 7. The method of claim 1 , further comprising: receiving, by the data backup system, a page count threshold message transmitted from the host computing system, wherein the page count threshold message notifies the data backup system that a number of memory pages residing in the first memory region of memory on the host computing system, which have not yet been backed up by the data backup system, has met a predefined threshold; in response to the page count threshold message, the data backup system performing a process comprising: pulling a copy of metadata from the metadata log residing in the second memory region of memory on the host computing system, which is associated with the memory pages which have not yet been backed up by the data backup system; pulling a copy of the memory pages from the first memory region of memory on the host computing system, which have not yet been backed up by the data backup system; and generating, by the data backup system, a preliminary checkpoint image using the copies of the memory pages and the associated metadata pulled from the host computing system. 8. The method of claim 7 , wherein the page count threshold message notifies the data backup system that a number of modified memory pages residing in the first memory region of memory on the host computing system, which have not yet been backed up by the data backup system, has met a predefined threshold. 9. The method of claim 1 , wherein the first memory region and the second memory region comprise designated memory regions on a same memory device. 10. An article of manufacture comprising a processor-readable storage medium having stored therein program code of one or more software programs, wherein the program code is executable by one or more processors to implement a process comprising: receiving, by a data backup system, notification of a checkpoint request issued by a process executing on a host computing system to store a copy of a checkpoint image comprising one or more memory pages that reside in a first memory region of memory on the host computing system; pulling, by the data backup system, a copy of metadata from a metadata log residing in a second memory region of memory on the host computing system, wherein the metadata is associated with the one or more memory pages of the checkpoint image; pulling, by the data backup system, a copy of the one or more memory pages of the checkpoint image from the first memory region of memory on the host computing system; generating, by the data backup system, a copy of the checkpoint image using the copies of the one or more memory pages and the associated metadata pulled from the host computing system; and storing, by the data backup system, the copy of the checkpoint image in a storage device on the data backup system; wherein the copy of the checkpoint image stored in the storage device on the data backup system comprises a same in-memory format as the checkpoint image residing in the first memory region of memory on the host computing system. 11. The article of manufacture of claim 10 , wherein the program code for pulling a copy of the metadata from the metadata log residing in the second memory region of memory on the host computing system comprises program code that is executable by the one or more processors for performing, by the data backup system, at least one direct memory access (RDMA) read operation to transfer the copy of the metadata from a non-volatile random access memory device on the host computing system to a non-volatile random access memory device on the data backup system; and wherein the program code for pulling a copy of the one or more memory pages of the checkpoint image from the first memory region of memory on the host computing system comprises program code that is executable by the one or more processors for performing, by the data backup system, one or more RDMA read operations to transfer the copy of the memory pages from a RDMA-enabled non-volatile memory on the host computing system to the non-volatile random access memory device on the data backup system. 12. The article of manufacture of claim 10 , wherein the one or more memory pages of the checkpoint image comprise modified memory pages which are stored in the first memory region of memory on the host computing system using copy-on-write operations. 13. The article of manufacture of claim 10 , further comprising program code that

Assignees

Inventors

Classifications

  • Hardware arrangements for backup · CPC title

  • Distributed shared memory [DSM], e.g. remote direct memory access [RDMA] · CPC title

  • Management of blocks · CPC title

  • Distributed or networked storage systems, e.g. storage area networks [SAN], network attached storage [NAS] · CPC title

  • G06F3/065Primary

    Replication mechanisms · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US9959074B1 cover?
Data backup systems and methods are provided to asynchronously mirror in-memory checkpoint images generated by a process executing on a host system. For example, a data backup system is configured to: receive a checkpoint request message to store a copy of a checkpoint image which includes memory pages residing in a first memory region of memory on the host system; pull a copy of metadata assoc…
Who is the assignee on this patent?
Emc Ip Holding Co Llc
What technology area does this patent fall under?
Primary CPC classification G06F11/1456. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue May 01 2018 00:00:00 GMT+0000 (Coordinated Universal Time) (B1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 1 related publication on this page (citations in our corpus or others sharing the same primary CPC).