IP Library Granted Patent US 10,761,765
Granted Patent B2
US 10,761,765 · App. 15/887,563 · Granted Sep 1, 2020

Distributed object replication architecture

Inventors: Abhinav Duggal (Milpitas, CA); Atul Avinash Karmarkar (San Jose, CA); Philip Shilane (Newtown, PA); Kevin Xu (Warren, NJ)
Assignee: EMC IP Holding Company LLC
G06F3/065G06F3/0604G06F3/067G06F3/0619G06F9/4881G06F2201/84
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,761,765
App. No.
15/887,563
Granted
Sep 1, 2020
Kind
B2
Abstract

A source site includes a controller, a set of source worker nodes, and a message queue connected between the controller and source worker nodes. A destination site includes a set of destination worker nodes. The controller identifies differences between a first snapshot created at the source site at a first time and a second snapshot created at a second time, after the first time. Based on the differences, a set of tasks are generated. The tasks include one or more of copying an object from the source to destination or deleting an object from the destination. The controller places the tasks onto the message queue. A first source worker node retrieves the first task and coordinates with a first destination worker node to perform the first task. A second source worker nodes retrieves the second task and coordinates with a second destination worker node to perform the second task.

Claims (150)

1. A method of replicating data comprising:

providing, at a source site, a controller, a plurality of source worker nodes, and a message queue, coupled between the controller and the plurality of source worker nodes;

providing, at a destination site, a plurality of destination worker nodes;

defining a replication context specifying a replication frequency, and information identifying objects at the source site to replicate;

identifying, by the controller, differences between a first snapshot created at the source site at a first time and a second snapshot created at the source site at a second time, after the first time;

based on the differences, generating a set of tasks comprising one or more of copying an object from the source site to the destination site, or deleting an object from the destination site;

placing, by the controller, the tasks onto the message queue;

retrieving, by a first source worker node, a first task from the message queue;

coordinating, by the first source worker node, with a first destination worker node to perform the first task;

retrieving, by a second source worker node, a second task from the message queue; and

coordinating, by the second source worker node, with a second destination worker node to perform the second task, wherein the first snapshot comprises a first listing of objects stored in an object storage at the source site as of the first time, the second snapshot comprises a second listing of objects stored in the source object storage as of the second time, and the method comprises:

receiving the first and second listings in an alphabetical sort;

comparing the alphabetically sorted first and second listings;

determining from the comparison that the first listing includes an object not included in the second listing; and

upon the determination, generating the first task, the first task comprising an instruction to delete the object from the destination site.

2. The method of claim 1 comprising:

storing a schedule indicating when replication from the source to destination site is to occur;

creating the first snapshot according to the schedule; and

creating the second snapshot according to the schedule.

3. The method of claim 1 wherein the first and second tasks are performed in parallel with each other.

4. A method of replicating data comprising:

providing, at a source site, a controller, a plurality of source worker nodes, and a message queue, coupled between the controller and the plurality of source worker nodes;

providing, at a destination site, a plurality of destination worker nodes;

defining a replication context specifying a replication frequency, and information identifying objects at the source site to replicate;

identifying, by the controller, differences between a first snapshot created at the source site at a first time and a second snapshot created at the source site at a second time, after the first time;

based on the differences, generating a set of tasks comprising one or more of copying an object from the source site to the destination site, or deleting an object from the destination site;

placing, by the controller, the tasks onto the message queue;

retrieving, by a first source worker node, a first task from the message queue;

coordinating, by the first source worker node, with a first destination worker node to perform the first task;

retrieving, by a second source worker node, a second task from the message queue; and

coordinating, by the second source worker node, with a second destination worker node to perform the second task, wherein the first snapshot comprises a first listing of objects stored in an object storage at the source site as of the first time, the second snapshot comprises a second listing of objects stored in the source object storage as of the second time, and the method comprises:

receiving the first and second listings in an alphabetical sort;

comparing the alphabetically sorted first and second listings;

determining from the comparison that the second listing includes an object not included in the first listing; and

upon the determination, generating the first task, the first task comprising an instruction to copy the object to the destination site.

5. A method of replicating data comprising:

providing, at a source site, a controller, a plurality of source worker nodes, and a message queue, coupled between the controller and the plurality of source worker nodes;

providing, at a destination site, a plurality of destination worker nodes;

defining a replication context specifying a replication frequency, and information identifying objects at the source site to replicate;

identifying, by the controller, differences between a first snapshot created at the source site at a first time and a second snapshot created at the source site at a second time, after the first time;

based on the differences, generating a set of tasks comprising one or more of copying an object from the source site to the destination site, or deleting an object from the destination site;

placing, by the controller, the tasks onto the message queue;

retrieving, by a first source worker node, a first task from the message queue;

coordinating, by the first source worker node, with a first destination worker node to perform the first task;

retrieving, by a second source worker node, a second task from the message queue; and

coordinating, by the second source worker node, with a second destination worker node to perform the second task, wherein the first snapshot comprises a first listing of objects stored in an object storage at the source site as of the first time, the second snapshot comprises a second listing of objects stored in the object storage as of the second time, and the method comprises:

receiving the first and second listings in an alphabetical sort;

comparing the alphabetically sorted first and second listings;

determining from the comparison that an object listed in both the first and second listings has a timestamp that changed between the first and second snapshots, the object listed in the first listing having an earlier timestamp, and the object listed in the second listing having a later timestamp; and

upon the determination, generating the first task and the second task, the first task comprising an instruction to copy the object with the later timestamp to the destination site, and the second task comprising an instruction to delete the object with the earlier timestamp from the destination site.

6. A system for replicating data, the system comprising: a processor, and memory storing one or more sequences of instructions which, when executed by the processor, cause the processor to carry out the steps of:

providing, at a source site, a controller, a plurality of source worker nodes, and a message queue, coupled between the controller and the plurality of source worker nodes;

providing, at a destination site, a plurality of destination worker nodes;

defining a replication context specifying a replication frequency, and information identifying objects at the source site to replicate;

identifying, by the controller, differences between a first snapshot created at the source site at a first time and a second snapshot created at the source site at a second time, after the first time;

based on the differences, generating a set of tasks comprising one or more of copying an object from the source site to the destination site, or deleting an object from the destination site;

placing, by the controller, the tasks onto the message queue;

retrieving, by a first source worker node, a first task from the message queue;

coordinating, by the first source worker node, with a first destination worker node to perform the first task;

retrieving, by a second source worker node, a second task from the message queue; and

coordinating, by the second source worker node, with a second destination worker node to perform the second task, wherein the first snapshot comprises a first listing of objects stored in an object storage at the source site as of the first time, the second snapshot comprises a second listing of objects stored in the source object storage as of the second time, and the processor further carries out the steps of:

receiving the first and second listings in an alphabetical sort;

comparing the alphabetically sorted first and second listings;

determining from the comparison that the second listing includes an object not included in the first listing; and

upon the determination, generating the first task, the first task comprising an instruction to copy the object to the destination site.

7. The system of claim 6 wherein the processor further carries out the steps of:

storing a schedule indicating when replication from the source to destination site is to occur;

creating the first snapshot according to the schedule; and

creating the second snapshot according to the schedule.

8. The system of claim 6 wherein the first and second tasks are performed in parallel with each other.

9. A system for replicating data, the system comprising: a processor, and memory storing one or more sequences of instructions which, when executed by the processor, cause the processor to carry out the steps of:

providing, at a source site, a controller, a plurality of source worker nodes, and a message queue, coupled between the controller and the plurality of source worker nodes;

providing, at a destination site, a plurality of destination worker nodes;

defining a replication context specifying a replication frequency, and information identifying objects at the source site to replicate;

identifying, by the controller, differences between a first snapshot created at the source site at a first time and a second snapshot created at the source site at a second time, after the first time;

based on the differences, generating a set of tasks comprising one or more of copying an object from the source site to the destination site, or deleting an object from the destination site;

placing, by the controller, the tasks onto the message queue;

retrieving, by a first source worker node, a first task from the message queue;

coordinating, by the first source worker node, with a first destination worker node to perform the first task;

retrieving, by a second source worker node, a second task from the message queue; and

coordinating, by the second source worker node, with a second destination worker node to perform the second task, wherein the first snapshot comprises a first listing of objects stored in an object storage at the source site as of the first time, the second snapshot comprises a second listing of objects stored in the source object storage as of the second time, and the processor further carries out the steps of:

receiving the first and second listings in an alphabetical sort;

comparing the alphabetically sorted first and second listings;

determining from the comparison that the first listing includes an object not included in the second listing; and

upon the determination, generating the first task, the first task comprising an instruction to delete the object from the destination site.

10. A system for replicating data, the system comprising: a processor, and memory storing one or more sequences of instructions which, when executed by the processor, cause the processor to carry out the steps of:

providing, at a source site, a controller, a plurality of source worker nodes, and a message queue, coupled between the controller and the plurality of source worker nodes;

providing, at a destination site, a plurality of destination worker nodes;

defining a replication context specifying a replication frequency, and information identifying objects at the source site to replicate;

identifying, by the controller, differences between a first snapshot created at the source site at a first time and a second snapshot created at the source site at a second time, after the first time;

based on the differences, generating a set of tasks comprising one or more of copying an object from the source site to the destination site, or deleting an object from the destination site;

placing, by the controller, the tasks onto the message queue;

retrieving, by a first source worker node, a first task from the message queue;

coordinating, by the first source worker node, with a first destination worker node to perform the first task;

retrieving, by a second source worker node, a second task from the message queue; and

coordinating, by the second source worker node, with a second destination worker node to perform the second task, wherein the first snapshot comprises a first listing of objects stored in an object storage at the source site as of the first time, the second snapshot comprises a second listing of objects stored in the object storage as of the second time, and the processor further carries out the steps of:

receiving the first and second listings in an alphabetical sort;

comparing the alphabetically sorted first and second listings;

determining from the comparison that an object listed in both the first and second listings has a timestamp that changed between the first and second snapshots, the object listed in the first listing having an earlier timestamp, and the object listed in the second listing having a later timestamp; and

upon the determination, generating the first task and the second task, the first task comprising an instruction to copy the object with the later timestamp to the destination site, and the second task comprising an instruction to delete the object with the earlier timestamp from the destination site.

11. A computer program product comprising a non-transitory computer-readable medium having a computer-readable program code embodied therein, the computer-readable program code adapted to be executed by one or more processors to implement a method comprising:

providing, at the source site, a controller, a plurality of source worker nodes, and a message queue, coupled between the controller and the plurality of source worker nodes;

providing, at the destination site, a plurality of destination worker nodes;

defining a replication context specifying a replication frequency, and information identifying objects at the source site to replicate;

identifying, by the controller, differences between a first snapshot created at the source site at a first time and a second snapshot created at the source site at a second time, after the first time;

based on the differences, generating a set of tasks comprising one or more of copying an object from the source site to the destination site, or deleting an object from the destination site;

placing, by the controller, the tasks onto the message queue;

retrieving, by a first source worker node, a first task from the message queue;

coordinating, by the first source worker node, with a first destination worker node to perform the first task;

retrieving, by a second source worker node, a second task from the message queue; and

coordinating, by the second source worker node, with a second destination worker node to perform the second task, wherein the first snapshot comprises a first listing of objects stored in an object storage at the source site as of the first time, the second snapshot comprises a second listing of objects stored in the object storage as of the second time, and the method comprises:

receiving the first and second listings in an alphabetical sort;

comparing the alphabetically sorted first and second listings;

determining from the comparison that an object listed in both the first and second listings has a timestamp that changed between the first and second snapshots, the object listed in the first listing having an earlier timestamp, and the object listed in the second listing having a later timestamp; and

upon the determination, generating the first task and the second task, the first task comprising an instruction to copy the object with the later timestamp to the destination site, and the second task comprising an instruction to delete the object with the earlier timestamp from the destination site.

12. The computer program product of claim 11 wherein the method comprises:

storing a schedule indicating when replication from the source to destination site is to occur;

creating the first snapshot according to the schedule; and

creating the second snapshot according to the schedule.

13. The computer program product of claim 11 wherein the first and second tasks are performed in parallel with each other.

14. A computer program product comprising a non-transitory computer-readable medium having a computer-readable program code embodied therein, the computer-readable program code adapted to be executed by one or more processors to implement a method comprising:

providing, at the source site, a controller, a plurality of source worker nodes, and a message queue, coupled between the controller and the plurality of source worker nodes;

providing, at the destination site, a plurality of destination worker nodes;

defining a replication context specifying a replication frequency, and information identifying objects at the source site to replicate;

identifying, by the controller, differences between a first snapshot created at the source site at a first time and a second snapshot created at the source site at a second time, after the first time;

based on the differences, generating a set of tasks comprising one or more of copying an object from the source site to the destination site, or deleting an object from the destination site;

placing, by the controller, the tasks onto the message queue;

retrieving, by a first source worker node, a first task from the message queue;

coordinating, by the first source worker node, with a first destination worker node to perform the first task;

retrieving, by a second source worker node, a second task from the message queue; and

coordinating, by the second source worker node, with a second destination worker node to perform the second task, wherein the first snapshot comprises a first listing of objects stored in an object storage at the source site as of the first time, the second snapshot comprises a second listing of objects stored in the source object storage as of the second time, and the method comprises:

receiving the first and second listings in an alphabetical sort;

comparing the alphabetically sorted first and second listings;

determining from the comparison that the first listing includes an object not included in the second listing; and

upon the determination, generating the first task, the first task comprising an instruction to delete the object from the destination site.

15. A computer program product comprising a non-transitory computer-readable medium having a computer-readable program code embodied therein, the computer-readable program code adapted to be executed by one or more processors to implement a method comprising:

providing, at the source site, a controller, a plurality of source worker nodes, and a message queue, coupled between the controller and the plurality of source worker nodes;

providing, at the destination site, a plurality of destination worker nodes;

defining a replication context specifying a replication frequency, and information identifying objects at the source site to replicate;

identifying, by the controller, differences between a first snapshot created at the source site at a first time and a second snapshot created at the source site at a second time, after the first time;

based on the differences, generating a set of tasks comprising one or more of copying an object from the source site to the destination site, or deleting an object from the destination site;

placing, by the controller, the tasks onto the message queue;

retrieving, by a first source worker node, a first task from the message queue;

coordinating, by the first source worker node, with a first destination worker node to perform the first task;

retrieving, by a second source worker node, a second task from the message queue; and

coordinating, by the second source worker node, with a second destination worker node to perform the second task, wherein the first snapshot comprises a first listing of objects stored in an object storage at the source site as of the first time, the second snapshot comprises a second listing of objects stored in the source object storage as of the second time, and the method comprises:

receiving the first and second listings in an alphabetical sort;

comparing the alphabetically sorted first and second listings;

determining from the comparison that the second listing includes an object not included in the first listing; and

upon the determination, generating the first task, the first task comprising an instruction to copy the object to the destination site.

Assignments (8)
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001) Recorded Jun 23, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.); DELL INTERNATIONAL L.L.C.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.); EMC IP HOLDING COMPANY LLC
Reel/Frame 071642/0001 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045482/0131) Recorded May 20, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO WYSE TECHNOLOGY L.L.C.)
Reel/Frame 061749/0924 →
RELEASE OF SECURITY INTEREST AT REEL 045482 FRAME 0395 Recorded Nov 2, 2021
From: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
To: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; WYSE TECHNOLOGY L.L.C.
Reel/Frame 058298/0314 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Aug 7, 2020
From: DUGGAL, ABHINAV; KARMARKAR, ATUL AVINASH; SHILANE, PHILIP; XU, KEVIN
To: EMC IP HOLDING COMPANY LLC
Reel/Frame 053433/0439 →
SECURITY AGREEMENT Recorded Apr 22, 2020
From: CREDANT TECHNOLOGIES INC.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Reel/Frame 053546/0001 →
SECURITY AGREEMENT Recorded Mar 21, 2019
From: CREDANT TECHNOLOGIES, INC.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Reel/Frame 049452/0223 →
PATENT SECURITY AGREEMENT (NOTES) Recorded Mar 1, 2018
From: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; WYSE TECHNOLOGY L.L.C.
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT
Reel/Frame 045482/0131 →
PATENT SECURITY AGREEMENT (CREDIT) Recorded Mar 1, 2018
From: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC; WYSE TECHNOLOGY L.L.C.
To: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT
Reel/Frame 045482/0395 →
Continuity (1)
Related Publication 20190243547A1 · Aug 8, 2019
Cited By (1)
US 12,260,204