EP2786273B1 - Synchronizing updates across cluster filesystems - Google Patents

Synchronizing updates across cluster filesystems Download PDF

Info

Publication number
EP2786273B1
EP2786273B1 EP12784347.2A EP12784347A EP2786273B1 EP 2786273 B1 EP2786273 B1 EP 2786273B1 EP 12784347 A EP12784347 A EP 12784347A EP 2786273 B1 EP2786273 B1 EP 2786273B1
Authority
EP
European Patent Office
Prior art keywords
data
source
filesystem
consistency
point
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
EP12784347.2A
Other languages
German (de)
English (en)
French (fr)
Other versions
EP2786273A1 (en
Inventor
Karan Gupta
Manoj P. Naik
Frank B. Schmuck
Mansi A. Shah
Renu Tewari
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Publication of EP2786273A1 publication Critical patent/EP2786273A1/en
Application granted granted Critical
Publication of EP2786273B1 publication Critical patent/EP2786273B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1471Saving, restoring, recovering or retrying involving logging of persistent data for recovery
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2365Ensuring data consistency and integrity
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2379Updates performed during online database operations; commit processing

Definitions

  • This invention relates to data synchronization across cluster filesystems. More specifically, the invention relates to tracking changes in a filesystem and replaying the changes to another filesystem using a standard protocol.
  • a remote site In a scalable and writable caching system that caches remote file data, data is fetched from a remote site and updates made at the cache site, also known as the source site, and replayed at the remote site, also known as the target site. It is known that network connectivity between the source and target sites may be subject to temporary disconnects. When a disconnection between the two sites occurs, the source site should still be available for access to data that is previously cached, and as such, the source site continues to support both data and metadata updates. At such time as connectivity between the two sites is restored, the data and metadata updates need to be synchronized to the target site.
  • This invention comprises a method, system, and computer program product for synchronization of update data and metadata from a source data site in communication with a shared pool of configurable computing resources to a target data site.
  • a method for synchronization of the update data.
  • a consistency point is created in a source filesystem on a periodic basis. Each consistency point represents filesystem data and metadata at a point-in-time, and is employed to establish a recovery point. More specifically, the periodic creation of the consistency point includes a first consistency point that is created at a first point-in-time and a second consistency point that is created at a second point-in-time. The first and second consistency points are compared to identify any differences.
  • a source filesystem object is mapped to a target filesystem object based upon a corresponding relationship between the objects.
  • the source filesystem object is mapped to the corresponding target file system object, with a hard link in the source filesystem.
  • the corresponding differences are applied to the hard link of the source object as file system operations.
  • the application of the differences identified includes replaying the file system operations in the corresponding target file system object.
  • a system is provided with tools to support synchronization of consistent data.
  • a shared pool of configurable computer resources is provided with a functional unit in communication therewith, the functional unit having tools therein to support the synchronization.
  • the tools include a data manager, a delta manager, and a data mover.
  • the data manager processes data at a source site in the shared pool and periodically creates a consistency point in a source filesystem of the source site. Each consistency point represents source filesystem data and metadata at a point-in-time to establish a recovery point. More specifically, the data manager creates a first consistency point at a first point-in-time and a second consistency point at a second point-in-time.
  • the delta manager which is in communication with the data manager, functions to compare the first consistency point with the second consistency point. More specifically, the delta manager identifies any differences between the first and second consistency points.
  • the data mover which is in communication with the delta and application managers, applies the identified differences between the first and second consistency points. More specifically, for each source file system object identified as having a difference, the data mover maps the source filesystem object to the corresponding target file system object with a hard link in the source filesystem, and applies the corresponding difference to the hard link of the source object as file system operations.
  • the application of the identified differences includes replaying said file system operations in the corresponding target file system object.
  • a computer program product which may for example be delivered as a service through a network connection.
  • the computer program product comprises a computer readable storage medium having computer readable program code embodied therewith.
  • the computer readable program code is configured to, when executed by one or more processors, make said processors perform all the steps of any of the present methods.
  • a manager may be implemented in programmable hardware devices such as field programmable gate arrays, programmable array logic, programmable logic devices, or the like.
  • the managers may also be implemented in software for processing by various types of processors.
  • An identified manager of executable code may, for instance, comprise one or more physical or logical blocks of computer instructions which may, for instance, be organized as an object, procedure, function, or other construct. Nevertheless, the executables of an identified manager need not be physically located together, but may comprise disparate instructions stored in different locations which, when joined logically together, comprise the managers and achieve the stated purpose of the managers.
  • a manager of executable code could be a single instruction, or many instructions, and may even be distributed over several different code segments, among different applications, and across several memory devices.
  • operational data may be identified and illustrated herein within the manager, and may be embodied in any suitable form and organized within any suitable type of data structure. The operational data may be collected as a single data set, or may be distributed over different locations including over different storage devices, and may exist, at least partially, as electronic signals on a system or network.
  • a cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability.
  • An infrastructure comprising a network of interconnected nodes.
  • Cloud computing node (10) is only one example of a suitable cloud computing node and is not intended to suggest any limitation as to the scope of use or functionality of embodiments of the invention described herein. Regardless, cloud computing node (10) is capable of being implemented and/or performing any of the functionality set forth hereinabove.
  • a computer system/server (12) which is operational with numerous other general purpose or special purpose computing system environments or configurations.
  • Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with computer system/server (12) include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices, and the like.
  • Computer system/server (12) may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system.
  • program modules may include routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types.
  • Computer system/server (12) may be practiced in distributed cloud computing environments where tasks are performed by remote processing devices that are linked through a communications network.
  • program modules may be located in both local and remote computer system storage media including memory storage devices.
  • computer system/server (12) in cloud computing node (10) is shown in the form of a general-purpose computing device.
  • the components of computer system/server (12) may include, but are not limited to, one or more processors or processing units (16), a system memory (28), and a bus (18) that couples various system components including system memory (28) to processor (16).
  • Bus (18) represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures.
  • Computer system/server (12) typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer system/server (12), and it includes both volatile and non-volatile media, removable and non-removable media.
  • System memory (28) can include computer system readable media in the form of volatile memory, such as random access memory (RAM) (30) and/or cache memory (32).
  • Computer system/server (12) may further include other removable/non-removable, volatile/non-volatile computer system storage media.
  • storage system (34) can be provided for reading from and writing to a non-removable, non-volatile magnetic media (not shown and typically called a "hard drive").
  • a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a "floppy disk")
  • an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media
  • each can be connected to bus (18) by one or more data media interfaces.
  • memory (28) may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
  • Program/utility (40), having a set (at least one) of program modules (42), may be stored in memory (28) by way of example, and not limitation, as well as an operating system, one or more application programs, other program modules, and program data. Each of the operating systems, one or more application programs, other program modules, and program data or some combination thereof, may include an implementation of a networking environment.
  • Program modules (42) generally carry out the functions and/or methodologies of embodiments of the invention as described herein.
  • Computer system/server (12) may also communicate with one or more external devices (14), such as a keyboard, a pointing device, a display (24), etc.; one or more devices that enable a user to interact with computer system/server (12); and/or any devices (e.g., network card, modem, etc.) that enable computer system/server (12) to communicate with one or more other computing devices. Such communication can occur via Input/Output (I/O) interfaces (22). Still yet, computer system/server (12) can communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) via network adapter (20).
  • LAN local area network
  • WAN wide area network
  • public network e.g., the Internet
  • network adapter (20) communicates with the other components of computer system/server (12) via bus (18).
  • bus (18) It should be understood that although not shown, other hardware and/or software components could be used in conjunction with computer system/server (12). Examples, include, but are not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc.
  • cloud computing environment (50) comprises one or more cloud computing nodes (10) with which local computing devices used by cloud consumers, such as, for example, personal digital assistant (PDA) or cellular telephone (54A), desktop computer (54B), laptop computer (54C), and/or automobile computer system (54N) may communicate.
  • Nodes (10) may communicate with one another. They may be grouped (not shown) physically or virtually, in one or more networks, such as Private, Community, Public, or Hybrid clouds as described hereinabove, or a combination thereof.
  • cloud computing environment (50) to offer infrastructure, platforms and/or software as services for which a cloud consumer does not need to maintain resources on a local computing device. It is understood that the types of computing devices (54A)-(54N) shown in Fig. 2 are intended to be illustrative only and that computing nodes (10) and cloud computing environment (50) can communicate with any type of computerized device over any type of network and/or network addressable connection (e.g., using a web browser).
  • Fig. 3 a set of functional abstraction layers provided by cloud computing environment (50) ( Fig. 2 ) is shown. It should be understood in advance that the components, layers, and functions shown in Fig. 3 are intended to be illustrative only and embodiments of the invention are not limited thereto. As depicted, the following layers and corresponding functions are provided: hardware and software layer (60), virtualization layer (62), management layer (64), and workload layer (66).
  • the hardware and software layer (60) includes hardware and software components.
  • Examples ofhardware components include mainframes, in one example IBM® zSeries® systems; RISC (Reduced Instruction Set Computer) architecture based servers, in one example IBM pSeries® systems; IBM xSeries® systems; IBM BladeCenter® systems; storage devices; networks and networking components.
  • Examples of software components include network application server software, in one example IBM WebSphere® application server software; and database software, in one example IBM DB2® database software.
  • IBM WebSphere® application server software IBM DB2® database software.
  • Virtualization layer (62) provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers; virtual storage; virtual networks, including virtual private networks; virtual applications and operating systems; and virtual clients.
  • management layer (64) may provide the following functions: resource provisioning, metering and pricing, user portal, service level management, and SLA planning and fulfillment.
  • Resource provisioning provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment.
  • Metering and pricing provides cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses.
  • Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources.
  • User portal provides access to the cloud computing environment for consumers and system administrators.
  • Service level management provides cloud computing resource allocation and management such that required service levels are met.
  • Service Level Agreement (SLA) planning and fulfillment provides pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
  • SLA Service Level Agreement
  • Workloads layer (66) provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer includes, but is not limited to: mapping and navigation; software development and lifecycle management; virtual classroom education delivery; data analytics processing; operation processing; and maintenance of consistent application data to support migration within the cloud computing environment.
  • applications may migrate to any data center, also referred to herein as a data site.
  • a data center also referred to herein as a data site.
  • an application is subject to migration, including a planned migration and an unplanned migration.
  • a planned migration the application migrates to any data center, i.e. target site, in the cloud while maintaining disaster recovery support, and in an unplanned migration the application is subject to failure and recovers in any data center in the cloud while maintaining disaster recovery support. Accordingly, the difference between a planned migration and an unplanned migration is the failure and subsequent recovery of a failed application.
  • the source site is the primary location of data, and the target site provides a replica of the source data.
  • the source site operates in a read-write mode to support both read and write operations
  • the target site operates in a read-only mode and is limited to supporting read operations. Continuous synchronization of source data with the target site is provided.
  • a failure of the source site is followed by a target site being upgraded to a new source site to support both read and write operations. Such an upgrade may require applications and/or tools to be migrated to the new source site to support the functionality of the new source site.
  • a fileset is a subtree of the filesystem namespace that provides an administrative boundary for data management.
  • the granularity of replication and consistency is a file set.
  • the aspect of the defined granularity guarantees that all dependent writes across all files within a given file set are guaranteed to be ordered.
  • Fig. 4 is a flow chart (400) illustrating the aspect of placing changes to the data and metadata at the source site in a queue for communication to the target site.
  • a mapping at the source site with file identifier spaces at the source and targets sites is created (402). More specifically, the inode numbers at the source site need to be mapped to the equivalent inode numbers at the target site, and the filenames at the source site may need to be mapped to the equivalent filenames at the target site.
  • An application runs at the source site (404).
  • the application may support read and/or write operations.
  • Data generated from a write operation is stored in data storage local to the source site in which the application is processing, e.g. local storage (406).
  • the data created from the write operation is replicated from the local data storage to backup data storage at the target site while the application continues to process one or more operations (408).
  • the replication at step (408) includes both data and metadata from the write operation.
  • the replication at step (408) may be conducted synchronously or asynchronously from one or more server nodes in the source site to one or more server nodes in the target site. Regardless of the format of the replication at step (408), a data consistency point is created on both the source and target data storage. The creation of the consistency point ensures that should the application be subject to a failure, the application can recover from a consistent data set.
  • a consistency point can be achieved using several different methods known to someone skilled in the art.
  • a filesystem or storage system snapshot is taken and copy-on-write semantics are employed to save data at a certain point-in-time without delaying application requests for an extended period of time.
  • any level of consistency can be used, including, but not limited to, application, crash, filesystem, etc. Accordingly, data and metadata from one or more write operations are stored in source data storage and replicated to target data storage, with creation of one or more consistency points in both data storage locations.
  • Periodic consistency points are created and maintained at both the source and target locations, with the consistency points functioning as recovery points in the event of a site failure. More specifically, a consistency point is taken local to the source site, and once all of the data reflected in the consistency point has been transmitted to the target site, a consistency point is created at the target site. Accordingly, as changes to data and metadata take place at the source site, these changes are reflected in a consistency point local to the source site, and communicated to the target site where a target consistency point is created local to the target site.
  • Fig. 5 is a flow chart (500) illustrating a process for management of consistency points at the source site.
  • a first consistency point is created local to the source site (502).
  • a second consistency point is created local to the source site (506). It is determined if there are any differences between the first and second consistency points (508).
  • a positive response to the determination at step (508) is followed by identifying the specific differences (510). More specifically, the comparison of the consistency points at the source site includes searching both metadata as reflected in inodes, and data as reflected in directory entries that may have been created, deleted or modified.
  • an inode output file is created (512) and for any directory entries that are identified as having a difference, a directory output file is created (514).
  • the difference(s) can be queued for replay at a secondary site directly without using an intermediate file, e.g. the output file.
  • the output in either the form of a queue or file may be created in a single pass. The step of replaying the output file as a series of filesystem operations may take place concurrently or in parallel to the target site.
  • the filesystem operation(s) may be a standard and/or non-proprietary filesystem operation, such as a portable operating system interface for UNIX (POSIX) filesystem operation. Accordingly, one or more output files are created or a queue is implemented for replay of the identified metadata and data differences.
  • POSIX portable operating system interface for UNIX
  • the output files are placed in an in-memory queue local to the source site (516).
  • the source site may continue to process read and write operations, which may include further changes to data and/or metadata.
  • the process continues with a return to step (504), followed by repetition of creation of subsequent consistency points and comparison thereof.
  • the application of one or more differences between consistency points is not limited to successive consistency points. More specifically, the identified differences can be between any two consistency points. For example, the differences between two consistency points can be replayed to revert changes.
  • the target site can be at a consistency point S1 and brought forward in time to S2, or the target site can be at a consistency point S2 and moved back in time to S1.
  • the first and second consistency points are not always successive in time, the consistency points can be any two consistency points. Accordingly, consistency points are created on a periodic basis, with differences between compared consistency points identified and placed in a queue for communication to the target site.
  • a disaster recovery is employed to establish or re-establish consistency at both the data and metadata levels between the source site and the target site.
  • the transmission of data in the queue occurs asynchronously in a continuous manner. If the source site experiences a node or site failure, the target site will not receive any changes that may have been in the queue at the time of failure.
  • an algorithm is invoked to interpret and execute operations on the source site.
  • the execution operations include two aspects associated with the consistency points, one aspect pertaining to differences of metadata and a second aspect pertaining to differences of data.
  • Fig. 6 is a flow chart (600) illustrating a process for detection of a failure of communication between the source and target site, and the first aspect of management of a recovery to bring the target site up to date with the data and metadata in the source site.
  • For each inode referenced in the most recent consistency point at the source site it is determined if the inode was present in a prior consistency point at the source site (602).
  • a negative response to the determination at step (602) is an indication that the subject inode is a new inode (604).
  • the attributes of the new inode at the source site are ascertained (606), and a temporary new inode is created at the target site and mapped to the referenced new inode at the source site (608). Accordingly, for each new inode referenced in the most recent consistency point at the source node, a new inode is temporarily created at the target site.
  • a hard link of the subject inode to the mapped target inode is established (612).
  • a hard link is a directory entry that associates a name with an existing file on a filesystem.
  • a positive response to the determination at step (614) is followed by placing new data in the queue at the source site and writing the data to the target inode via the hard link (616). Details of updating the data on the target site are shown in Fig. 7 described below.
  • a negative response to the determination at step (614) is followed by determining if there is new metadata referenced in the subject consistency point and associated with the subject inode (618). If the response to the determination at step (618) is negative, the reconciliation process of the metadata concludes (620). Conversely, a positive response to the determination at step (618) is followed by updating all of the metadata attributes from the consistency point in the source site to the target site (622). Accordingly, metadata consistency is maintained and reconciled between the source and target sites following a communication failure.
  • Fig. 7 is a flow chart (700) illustrating a process for reconciling directory entries in two consistency points at the source site.
  • the source inode is mapped to the target inode (704). It is then determined if the subject directory is in the most recent consistency point (706).
  • a negative response to the determination at step (706) is an indication that the subject directory has been either removed or renamed (708).
  • a link for the subject directory is established from the source site to the target site (710). Accordingly, for each directory identified in the consistency point comparison to have been removed or renamed, a link is established between the two sites for communication of the changes from the source site to the target site.
  • a positive response to the determination at step (708) is an indication that the directory has already been established at the target site.
  • a positive response to the determination at step (706) is followed by looking up the subject directory at the mapped inode at the target site (712). It is then determined if the subject directory is present in the mapped inode (714). If the directory is not present, the directory is created at the target site and link to the subject directory at the source site (716). However, if the directory is present, it is then determined if there is a change at the file level noted in the consistency point comparison at the source site (718).
  • a negative response to the determination at step (716) is an indication that the change was at the directory level (720).
  • a positive response to the determination at step (718) shows that the change is at the data level and a link from the source to the target is established to update the appropriate target inode and directory with the changed data (720). Accordingly, data consistency between the source and target sites is maintained at the directory level.
  • All filesystem operations performed at the source site are replayed in the same order at the target site, thereby guaranteeing write order and read stability. More specifically, identified differences between the source and target site consistency points are applied from the source site as a filesystem operation.
  • a method is employed to support synchronization of data from a source site to a target site. More specifically, sequential consistency points are created, differences between the consistency points are identified, and the differences are replayed from the source site to a target site as a filesystem operation.
  • tools to support the synchronization including creation of the consistency points, ascertaining differences between sequential consistency points, and converting the ascertained differences into filesystem operations for communication to the target site are all local to the source site.
  • Fig. 8 is a block diagram (800) illustrating tools embedded in a computer system to support the synchronization of data as described above.
  • a shared pool of configurable computer resources is shown with a first data center (810) and a second data center (850).
  • the first data center (810) is referred to as a source site and the second data center (850) is referred to as a target site.
  • the invention should not be limited to this quantity of data centers in the computer system. Accordingly, two or more data centers may be employed to support data synchronization.
  • Each of the data centers in the system is provided with at least one server in communication with data storage. More specifically, the first data center (810) is provided with a server (820) having a processing unit (822), in communication with memory (824) across a bus (826), and in communication with first local storage (828), and the second data center (850) is provided with a server (860) having a processing unit (862), in communication with memory (864) across a bus (866), and in communication with third local storage (868).
  • an application (880) processes read and write operations local to the first data center (810). Read operations are supported with data in the first local storage (828). Similarly, data from write operations are written to the first local storage (828).
  • Several tools are provided to support synchronization of write data from the first data center (810) to the second data center (850). More specifically, a functional unit (830) is provided local to the first data center (810) in the shared pool and in communication with memory (824) of the server (820). The functional unit (830) manages the tools that support the data synchronization. The tools include, but are not limited to a data manager (832), a delta manager (834), and a data mover (836).
  • the data manager (832) functions to process data at the source site (810) through the use of consistency points. More specifically, the data manager (832) creates consistency points of the filesystem, i.e. source filesystem, local to the source site (810) on a periodic basis.
  • Each of the created consistency points represents filesystem data and metadata at a point-in-time and function to establish a recovery point in the event of a failure.
  • the data manager (832) creates a first consistency point at a first point-in-time and a second consistency point at a second point-in-time.
  • the first consistency point may be deleted from the source site (810). Accordingly, the data manager (832) functions to capture at least two images of the source filesystem at different points in time.
  • the consistency points need to be communicated to the second data center (850) in the event of a communication failure between the first and second data center (810) and (850).
  • the communication may be limited to the differences between the two consistency points.
  • the delta manager (834) is provided in communication with the data manager (832), with the functionality of the delta manager (834) to support identification and management of such differences. More specifically, the delta manager (834) compares the first consistency point with the second consistency point and identifies any differences between the first and second consistency points. Accordingly, the delta manager (834) functions to identify differences at both the metadata and data level between two consistency points.
  • a data mover (836) is provided in communication with the delta manager (834) to manage application of the differences between the two consistency points as identified by the delta manager (834). More specifically, the data mover (836) generates an output file containing the identified differences, places the identified differences in a queue, and replays the output file as a filesystem operation. In one embodiment, the filesystem operation is replayed from the source site (810) to the target site (850) with the operation including multiple filesystem operations in a simultaneous manner. The filesystem operation employed by the data mover (836) replays only those changes that are reflected in the exact deltas as created by the delta manager (834).
  • the data mover (836) allows two or more file updates to be coalesced and transient metadata operations, e.g. temporary files, to be ignored. Because the data mover (836) replaces filesystem operations to communicate filesystem changes, the source site (810) and the target site (850) are not limited to homogeneous filesystems. In one embodiment, the source site (810) and the target site (850) may be heterogeneous filesystems. Accordingly, the data mover (836) is responsible for communicating the identified filesystem changes from the source site (810) to a target site (850) in the form of a filesystem operation.
  • filesystem changes are identified and synchronized from a source site (810) in a shared pool of resources to a target site (850). More specifically, the synchronization is supported by the data manager (832), delta manager (834), and data mover (836).
  • the synchronization of data from the source site (810) takes place in response to a fault in communication from the source site (810) to ensure that a consistent version of data at the target site (850) is maintained and progressing. Accordingly, consistency of data is maintained at two locations in the cloud to ensure that a replica of data from the source site is available at a secondary location.
  • the tools (832) - (836) are provided in the shared pool of configurable computer resources i.e. cloud, local to the source site (810).
  • the target site does not require any additional tools for computer program code to support the synchronization functionality.
  • the data manager, delta manager, and data mover, (832), (834), and (836) respectively are shown residing in memory (824) of the server (820) local to the source data center (810).
  • the data manager, delta manager, and data mover (832), (834), and (836) respectively may reside as hardware tools external to memory (824) of server (820), or they may be implemented as a combination of hardware and software.
  • the managers (832) - (836) may be combined into a single functional item that incorporates the functionality of the separate items. As shown herein, each of the manager(s) are shown local to one data center. However, in one embodiment they may be collectively or individually distributed across the shared pool of configurable computer resources and function as a unit to manage synchronization of consistent data from the source site to the target site. Accordingly, the managers may be implemented as software tools, hardware tools, or a combination of software and hardware tools.
  • aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a "circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
  • the computer readable medium may be a computer readable signal medium or a computer readable storage medium.
  • a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
  • a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
  • a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electromagnetic, optical, or any suitable combination thereof.
  • a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
  • Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
  • Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • LAN local area network
  • WAN wide area network
  • Internet Service Provider for example, AT&T, MCI, Sprint, EarthLink, MSN, GTE, etc.
  • These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • Fig. 9 is a block diagram (900) showing a system for implementing an embodiment of the present invention.
  • the computer system includes one or more processors, such as a processor (902).
  • the processor (902) is connected to a communication infrastructure (904) (e.g., a communications bus, cross-over bar, or network).
  • the computer system can include a display interface (906) that forwards graphics, text, and other data from the communication infrastructure (904) (or from a frame buffer not shown) for display on a display unit (908).
  • the computer system also includes a main memory (910), preferably random access memory (RAM), and may also include a secondary memory (912).
  • main memory preferably random access memory (RAM)
  • the secondary memory (912) may include, for example, a hard disk drive (914) and/or a removable storage drive (916), representing, for example, a floppy disk drive, a magnetic tape drive, or an optical disk drive.
  • the removable storage drive (916) reads from and/or writes to a removable storage unit (918) in a manner well known to those having ordinary skill in the art.
  • Removable storage unit (918) represents, for example, a floppy disk, a compact disc, a magnetic tape, or an optical disk, etc., which is read by and written to by removable storage drive (916).
  • the removable storage unit (918) includes a computer readable medium having stored therein computer software and/or data.
  • the secondary memory (912) may include other similar means for allowing computer programs or other instructions to be loaded into the computer system.
  • Such means may include, for example, a removable storage unit (920) and an interface (922).
  • Examples of such means may include a program package and package interface (such as that found in video game devices), a removable memory chip (such as an EPROM, or PROM) and associated socket, and other removable storage units (920) and interfaces (922) which allow software and data to be transferred from the removable storage unit (920) to the computer system.
  • the computer system may also include a communications interface (924).
  • Communications interface (924) allows software and data to be transferred between the computer system and external devices. Examples of communications interface (924) may include a modem, a network interface (such as an Ethernet card), a communications port, or a PCMCIA slot and card, etc.
  • Software and data transferred via communications interface (924) are in the form of signals which may be, for example, electronic, electromagnetic, optical, or other signals capable of being received by communications interface (924). These signals are provided to communications interface (924) via a communications path (i.e., channel) (926).
  • This communications path (926) carries signals and may be implemented using wire or cable, fiber optics, a phone line, a cellular phone link, a radio frequency (RF) link, and/or other communication channels.
  • RF radio frequency
  • computer program medium “computer usable medium,” and “computer readable medium” are used to generally refer to media such as main memory (910) and secondary memory (912), removable storage drive (916), and a hard disk installed in hard disk drive (914).
  • Computer programs are stored in main memory (910) and/or secondary memory (912). Computer programs may also be received via a communication interface (924). Such computer programs, when run, enable the computer system to perform the features of the present invention as discussed herein. In particular, the computer programs, when run, enable the processor (902) to perform the features of the computer system. Accordingly, such computer programs represent controllers of the computer system.
  • each block in the flowcharts or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
  • the enhanced cloud computing model supports flexibility with respect to application processing and disaster recovery, including, but not limited to, supporting separation of the location of the data from the application location and selection of an appropriate recovery site.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Security & Cryptography (AREA)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
EP12784347.2A 2011-11-29 2012-10-17 Synchronizing updates across cluster filesystems Active EP2786273B1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US13/305,784 US20130138615A1 (en) 2011-11-29 2011-11-29 Synchronizing updates across cluster filesystems
PCT/IB2012/055654 WO2013080063A1 (en) 2011-11-29 2012-10-17 Synchronizing updates across cluster filesystems

Publications (2)

Publication Number Publication Date
EP2786273A1 EP2786273A1 (en) 2014-10-08
EP2786273B1 true EP2786273B1 (en) 2019-04-17

Family

ID=47172847

Family Applications (1)

Application Number Title Priority Date Filing Date
EP12784347.2A Active EP2786273B1 (en) 2011-11-29 2012-10-17 Synchronizing updates across cluster filesystems

Country Status (7)

Country Link
US (3) US20130138615A1 (zh)
EP (1) EP2786273B1 (zh)
JP (1) JP2015504202A (zh)
CN (1) CN103946844B (zh)
CA (1) CA2851200C (zh)
TW (1) TWI509423B (zh)
WO (1) WO2013080063A1 (zh)

Families Citing this family (115)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8326814B2 (en) 2007-12-05 2012-12-04 Box, Inc. Web-based file management system and service
US8819208B2 (en) 2010-03-05 2014-08-26 Solidfire, Inc. Data deletion in a distributed data storage system
GB2500356A (en) 2011-01-20 2013-09-18 Box Inc Real time notification of activities that occur in a web-based collaboration environment
US9063912B2 (en) 2011-06-22 2015-06-23 Box, Inc. Multimedia content preview rendering in a cloud content management system
US9978040B2 (en) 2011-07-08 2018-05-22 Box, Inc. Collaboration sessions in a workspace on a cloud-based content management system
WO2013009337A2 (en) 2011-07-08 2013-01-17 Arnold Goldberg Desktop application for access and interaction with workspaces in a cloud-based content management system and synchronization mechanisms thereof
US9197718B2 (en) 2011-09-23 2015-11-24 Box, Inc. Central management and control of user-contributed content in a web-based collaboration environment and management console thereof
US8515902B2 (en) 2011-10-14 2013-08-20 Box, Inc. Automatic and semi-automatic tagging features of work items in a shared workspace for metadata tracking in a cloud-based content management system with selective or optional user contribution
US9098474B2 (en) 2011-10-26 2015-08-04 Box, Inc. Preview pre-generation based on heuristics and algorithmic prediction/assessment of predicted user behavior for enhancement of user experience
US8990307B2 (en) 2011-11-16 2015-03-24 Box, Inc. Resource effective incremental updating of a remote client with events which occurred via a cloud-enabled platform
US9773051B2 (en) 2011-11-29 2017-09-26 Box, Inc. Mobile platform file and folder selection functionalities for offline access and synchronization
US9019123B2 (en) 2011-12-22 2015-04-28 Box, Inc. Health check services for web-based collaboration environments
US9054992B2 (en) 2011-12-27 2015-06-09 Solidfire, Inc. Quality of service policy sets
US9838269B2 (en) 2011-12-27 2017-12-05 Netapp, Inc. Proportional quality of service based on client usage and system metrics
US9904435B2 (en) 2012-01-06 2018-02-27 Box, Inc. System and method for actionable event generation for task delegation and management via a discussion forum in a web-based collaboration environment
US11232481B2 (en) 2012-01-30 2022-01-25 Box, Inc. Extended applications of multimedia content previews in the cloud-based content management system
US9965745B2 (en) 2012-02-24 2018-05-08 Box, Inc. System and method for promoting enterprise adoption of a web-based collaboration environment
US9195636B2 (en) 2012-03-07 2015-11-24 Box, Inc. Universal file type preview for mobile devices
US9054919B2 (en) 2012-04-05 2015-06-09 Box, Inc. Device pinning capability for enterprise cloud service and storage accounts
US9575981B2 (en) 2012-04-11 2017-02-21 Box, Inc. Cloud service enabled to handle a set of files depicted to a user as a single file in a native operating system
US9396216B2 (en) 2012-05-04 2016-07-19 Box, Inc. Repository redundancy implementation of a system which incrementally updates clients with events that occurred via a cloud-enabled platform
US9691051B2 (en) 2012-05-21 2017-06-27 Box, Inc. Security enhancement through application access control
US9027108B2 (en) 2012-05-23 2015-05-05 Box, Inc. Systems and methods for secure file portability between mobile applications on a mobile device
US8914900B2 (en) 2012-05-23 2014-12-16 Box, Inc. Methods, architectures and security mechanisms for a third-party application to access content in a cloud-based platform
US9021099B2 (en) 2012-07-03 2015-04-28 Box, Inc. Load balancing secure FTP connections among multiple FTP servers
US9792320B2 (en) 2012-07-06 2017-10-17 Box, Inc. System and method for performing shard migration to support functions of a cloud-based service
GB2505072A (en) 2012-07-06 2014-02-19 Box Inc Identifying users and collaborators as search results in a cloud-based system
US9712510B2 (en) 2012-07-06 2017-07-18 Box, Inc. Systems and methods for securely submitting comments among users via external messaging applications in a cloud-based platform
US9237170B2 (en) 2012-07-19 2016-01-12 Box, Inc. Data loss prevention (DLP) methods and architectures by a cloud service
US9794256B2 (en) 2012-07-30 2017-10-17 Box, Inc. System and method for advanced control tools for administrators in a cloud-based service
US8745267B2 (en) 2012-08-19 2014-06-03 Box, Inc. Enhancement of upload and/or download performance based on client and/or server feedback information
US9369520B2 (en) 2012-08-19 2016-06-14 Box, Inc. Enhancement of upload and/or download performance based on client and/or server feedback information
GB2513671A (en) 2012-08-27 2014-11-05 Box Inc Server side techniques for reducing database workload in implementing selective subfolder synchronization in a cloud-based environment
US9135462B2 (en) 2012-08-29 2015-09-15 Box, Inc. Upload and download streaming encryption to/from a cloud-based platform
US9117087B2 (en) 2012-09-06 2015-08-25 Box, Inc. System and method for creating a secure channel for inter-application communication based on intents
US9195519B2 (en) 2012-09-06 2015-11-24 Box, Inc. Disabling the self-referential appearance of a mobile application in an intent via a background registration
US9311071B2 (en) 2012-09-06 2016-04-12 Box, Inc. Force upgrade of a mobile application via a server side configuration file
CN102857949B (zh) * 2012-09-14 2018-11-20 中兴通讯股份有限公司 一种规划数据一致性保证的方法和装置
US9292833B2 (en) 2012-09-14 2016-03-22 Box, Inc. Batching notifications of activities that occur in a web-based collaboration environment
US10200256B2 (en) 2012-09-17 2019-02-05 Box, Inc. System and method of a manipulative handle in an interactive mobile user interface
US9553758B2 (en) 2012-09-18 2017-01-24 Box, Inc. Sandboxing individual applications to specific user folders in a cloud-based service
US10915492B2 (en) 2012-09-19 2021-02-09 Box, Inc. Cloud-based platform enabled with media content indexed for text-based searches and/or metadata extraction
WO2014047182A2 (en) 2012-09-21 2014-03-27 Nyse Group, Inc. High performance data streaming
US9959420B2 (en) 2012-10-02 2018-05-01 Box, Inc. System and method for enhanced security and management mechanisms for enterprise administrators in a cloud-based environment
US9405474B2 (en) * 2012-10-03 2016-08-02 Microsoft Technology Licensing, Llc Configurable and tunable data store tradeoffs
US9495364B2 (en) 2012-10-04 2016-11-15 Box, Inc. Enhanced quick search features, low-barrier commenting/interactive features in a collaboration platform
US9705967B2 (en) 2012-10-04 2017-07-11 Box, Inc. Corporate user discovery and identification of recommended collaborators in a cloud platform
US9665349B2 (en) 2012-10-05 2017-05-30 Box, Inc. System and method for generating embeddable widgets which enable access to a cloud-based collaboration platform
JP5982343B2 (ja) 2012-10-17 2016-08-31 ボックス インコーポレイテッドBox, Inc. クラウドベース環境におけるリモートキー管理
US9756022B2 (en) 2014-08-29 2017-09-05 Box, Inc. Enhanced remote key management for an enterprise in a cloud-based environment
US10235383B2 (en) 2012-12-19 2019-03-19 Box, Inc. Method and apparatus for synchronization of items with read-only permissions in a cloud-based environment
US9396245B2 (en) 2013-01-02 2016-07-19 Box, Inc. Race condition handling in a system which incrementally updates clients with events that occurred in a cloud-based collaboration platform
US9953036B2 (en) 2013-01-09 2018-04-24 Box, Inc. File system monitoring in a system which incrementally updates clients with events that occurred in a cloud-based collaboration platform
EP2755151A3 (en) 2013-01-11 2014-09-24 Box, Inc. Functionalities, features and user interface of a synchronization client to a cloud-based environment
US10599671B2 (en) 2013-01-17 2020-03-24 Box, Inc. Conflict resolution, retry condition management, and handling of problem files for the synchronization client to a cloud-based platform
US9286320B2 (en) * 2013-03-06 2016-03-15 Infinidat Ltd. System and method for maintaining consistency among metadata elements of filesystem's logical objects
US10725968B2 (en) 2013-05-10 2020-07-28 Box, Inc. Top down delete or unsynchronization on delete of and depiction of item synchronization with a synchronization client to a cloud-based platform
US10846074B2 (en) 2013-05-10 2020-11-24 Box, Inc. Identification and handling of items to be ignored for synchronization with a cloud-based platform by a synchronization client
GB2515192B (en) * 2013-06-13 2016-12-14 Box Inc Systems and methods for synchronization event building and/or collapsing by a synchronization component of a cloud-based platform
US9805050B2 (en) * 2013-06-21 2017-10-31 Box, Inc. Maintaining and updating file system shadows on a local device by a synchronization client of a cloud-based platform
US10110656B2 (en) 2013-06-25 2018-10-23 Box, Inc. Systems and methods for providing shell communication in a cloud-based platform
US10229134B2 (en) 2013-06-25 2019-03-12 Box, Inc. Systems and methods for managing upgrades, migration of user data and improving performance of a cloud-based platform
US9535924B2 (en) 2013-07-30 2017-01-03 Box, Inc. Scalability improvement in a system which incrementally updates clients with events that occurred in a cloud-based collaboration platform
US9213684B2 (en) 2013-09-13 2015-12-15 Box, Inc. System and method for rendering document in web browser or mobile device regardless of third-party plug-in software
GB2518298A (en) 2013-09-13 2015-03-18 Box Inc High-availability architecture for a cloud-based concurrent-access collaboration platform
US9704137B2 (en) 2013-09-13 2017-07-11 Box, Inc. Simultaneous editing/accessing of content by collaborator invitation through a web-based or mobile application to a cloud-based collaboration platform
US8892679B1 (en) 2013-09-13 2014-11-18 Box, Inc. Mobile device, methods and user interfaces thereof in a mobile device platform featuring multifunctional access and engagement in a collaborative environment provided by a cloud-based platform
US9535909B2 (en) 2013-09-13 2017-01-03 Box, Inc. Configurable event-based automation architecture for cloud-based collaboration platforms
US10509527B2 (en) 2013-09-13 2019-12-17 Box, Inc. Systems and methods for configuring event-based automation in cloud-based collaboration platforms
US10866931B2 (en) 2013-10-22 2020-12-15 Box, Inc. Desktop application for accessing a cloud collaboration platform
US20150244795A1 (en) 2014-02-21 2015-08-27 Solidfire, Inc. Data syncing in a distributed system
US10530854B2 (en) 2014-05-30 2020-01-07 Box, Inc. Synchronization of permissioned content in cloud-based environments
US9602514B2 (en) 2014-06-16 2017-03-21 Box, Inc. Enterprise mobility management and verification of a managed application by a content provider
US9798728B2 (en) 2014-07-24 2017-10-24 Netapp, Inc. System performing data deduplication using a dense tree data structure
US10038731B2 (en) 2014-08-29 2018-07-31 Box, Inc. Managing flow-based interactions with cloud-based shared content
US10574442B2 (en) 2014-08-29 2020-02-25 Box, Inc. Enhanced remote key management for an enterprise in a cloud-based environment
US9894119B2 (en) 2014-08-29 2018-02-13 Box, Inc. Configurable metadata-based automation and content classification architecture for cloud-based collaboration platforms
US9671960B2 (en) 2014-09-12 2017-06-06 Netapp, Inc. Rate matching technique for balancing segment cleaning and I/O workload
US10133511B2 (en) 2014-09-12 2018-11-20 Netapp, Inc Optimized segment cleaning technique
US9430267B2 (en) 2014-09-30 2016-08-30 International Business Machines Corporation Multi-site disaster recovery consistency group for heterogeneous systems
CN104298761B (zh) * 2014-10-23 2017-08-25 浪潮通用软件有限公司 一种异构软件系统间主数据匹配的实现方法
US9836229B2 (en) 2014-11-18 2017-12-05 Netapp, Inc. N-way merge technique for updating volume metadata in a storage I/O stack
CN105701116A (zh) * 2014-11-27 2016-06-22 英业达科技有限公司 数据同步系统
US9798740B2 (en) * 2014-12-29 2017-10-24 Here Global B.V. Updates for navigational map data organized in lists
TWI571754B (zh) * 2015-02-02 2017-02-21 群暉科技股份有限公司 用來進行檔案同步控制之方法與裝置
US9720601B2 (en) 2015-02-11 2017-08-01 Netapp, Inc. Load balancing technique for a storage array
US9557984B2 (en) * 2015-03-16 2017-01-31 International Business Machines Corporation Performing code load operations on managed components in a system
US9762460B2 (en) 2015-03-24 2017-09-12 Netapp, Inc. Providing continuous context for operational information of a storage system
US9710317B2 (en) 2015-03-30 2017-07-18 Netapp, Inc. Methods to identify, handle and recover from suspect SSDS in a clustered flash array
US9740566B2 (en) 2015-07-31 2017-08-22 Netapp, Inc. Snapshot creation workflow
US9965361B2 (en) 2015-10-29 2018-05-08 International Business Machines Corporation Avoiding inode number conflict during metadata restoration
CN106682040A (zh) * 2015-11-11 2017-05-17 中兴通讯股份有限公司 数据管理方法及装置
CN105404667B (zh) * 2015-11-13 2018-08-24 重庆大学 一种用于内存文件系统的文件数据一致性更新方法
US10713215B2 (en) 2015-11-13 2020-07-14 International Business Machines Corporation Allocating non-conflicting inode numbers
US11100136B2 (en) 2015-11-24 2021-08-24 T2 Data Ab Synchronization of databases comprising spatial entity attributes
EP3599558B1 (en) 2015-11-24 2022-12-21 T2 Data AB Data synchronization in a distributed data storage system
US10841148B2 (en) 2015-12-13 2020-11-17 Microsoft Technology Licensing, Llc. Disaster recovery of cloud resources
US9613046B1 (en) * 2015-12-14 2017-04-04 Netapp, Inc. Parallel optimized remote synchronization of active block storage
CN107291724A (zh) * 2016-03-30 2017-10-24 阿里巴巴集团控股有限公司 集群数据复制方法、优先级确定方法及装置
US10929022B2 (en) 2016-04-25 2021-02-23 Netapp. Inc. Space savings reporting for storage system supporting snapshot and clones
US11743332B2 (en) * 2016-04-26 2023-08-29 Umbra Technologies Ltd. Systems and methods for routing data to a parallel file system
CN106020736B (zh) * 2016-06-08 2019-02-12 重庆大学 一种内存文件系统中的数据一致性更新方法
US10642763B2 (en) 2016-09-20 2020-05-05 Netapp, Inc. Quality of service policy sets
TWI756202B (zh) * 2017-01-24 2022-03-01 香港商阿里巴巴集團服務有限公司 調整資料片段分布的方法及資料伺服器
US10467424B2 (en) * 2017-10-12 2019-11-05 International Business Machines Corporation File system content based security
CN111008026B (zh) 2018-10-08 2024-03-26 阿里巴巴集团控股有限公司 集群管理方法、装置及系统
EP4272731A3 (en) 2018-12-11 2024-02-14 Disruption Labs Inc. Compositions for the delivery of therapeutic agents and methods of use and making thereof
CN109754849B (zh) * 2018-12-24 2023-02-24 武汉大学 一种云计算环境中的个人健康流数据处理系统及方法
US11068364B2 (en) * 2019-07-12 2021-07-20 Intelliflash By Ddn, Inc. Predictable synchronous data replication
US11520746B2 (en) 2019-08-12 2022-12-06 International Business Machines Corporation Apparatus, systems, and methods for accelerated replication of file metadata on different sites
US11392617B2 (en) 2020-03-26 2022-07-19 International Business Machines Corporation Recovering from a failure of an asynchronous replication node
US11609898B2 (en) * 2020-06-18 2023-03-21 Apple Inc. Ensuring consistent metadata across computing devices
CN114691631A (zh) * 2020-12-31 2022-07-01 华为技术有限公司 一种数据同步方法和装置
CN113051347B (zh) * 2021-03-25 2024-03-29 未鲲(上海)科技服务有限公司 异构数据库之间数据同步方法、系统、设备及存储介质
US20230169091A1 (en) * 2021-11-26 2023-06-01 Scality, S.A. Method and apparatus for rapidly synchronizing a replicate storage system with an active storage system

Family Cites Families (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6144999A (en) 1998-05-29 2000-11-07 Sun Microsystems, Incorporated Method and apparatus for file system disaster recovery
US6434681B1 (en) 1999-12-02 2002-08-13 Emc Corporation Snapshot copy facility for a data storage system permitting continued host read/write access
US7373364B1 (en) * 2002-03-05 2008-05-13 Network Appliance, Inc. System and method for creating a point-in-time restoration of a database file
US7225204B2 (en) * 2002-03-19 2007-05-29 Network Appliance, Inc. System and method for asynchronous mirroring of snapshots at a destination using a purgatory directory and inode mapping
US6993539B2 (en) * 2002-03-19 2006-01-31 Network Appliance, Inc. System and method for determining changes in two snapshots and for transmitting changes to destination snapshot
US7475098B2 (en) * 2002-03-19 2009-01-06 Network Appliance, Inc. System and method for managing a plurality of snapshots
US7546364B2 (en) 2002-05-16 2009-06-09 Emc Corporation Replication of remote copy data for internet protocol (IP) transmission
US7100089B1 (en) 2002-09-06 2006-08-29 3Pardata, Inc. Determining differences between snapshots
US7769722B1 (en) * 2006-12-08 2010-08-03 Emc Corporation Replication and restoration of multiple data storage object types in a data network
US20040268068A1 (en) * 2003-06-24 2004-12-30 International Business Machines Corporation Efficient method for copying and creating block-level incremental backups of large files and sparse files
US7567991B2 (en) 2003-06-25 2009-07-28 Emc Corporation Replication of snapshot using a file system copy differential
US20050015416A1 (en) * 2003-07-16 2005-01-20 Hitachi, Ltd. Method and apparatus for data recovery using storage based journaling
US8095511B2 (en) * 2003-06-30 2012-01-10 Microsoft Corporation Database data recovery system and method
US20050033777A1 (en) * 2003-08-04 2005-02-10 Moraes Mark A. Tracking, recording and organizing changes to data in computer systems
US9489150B2 (en) * 2003-08-14 2016-11-08 Dell International L.L.C. System and method for transferring data between different raid data storage types for current data and replay data
JP5166735B2 (ja) * 2003-12-19 2013-03-21 ネットアップ,インコーポレイテッド 非常に短い更新インターバルで同期データ複製が可能なシステム及び方法
US7315965B2 (en) 2004-02-04 2008-01-01 Network Appliance, Inc. Method and system for storing data using a continuous data protection system
US8108429B2 (en) * 2004-05-07 2012-01-31 Quest Software, Inc. System for moving real-time data events across a plurality of devices in a network for simultaneous data protection, replication, and access services
US7392324B2 (en) * 2004-08-13 2008-06-24 International Business Machines Corporation Consistent snapshots of dynamic heterogeneously managed data
US20060047715A1 (en) * 2004-08-27 2006-03-02 Archer Analytics, Inc. System and method for managing and analyzing data from an operational database
US20060053139A1 (en) 2004-09-03 2006-03-09 Red Hat, Inc. Methods, systems, and computer program products for implementing single-node and cluster snapshots
US20060112219A1 (en) * 2004-11-19 2006-05-25 Gaurav Chawla Functional partitioning method for providing modular data storage systems
US7809691B1 (en) * 2005-02-22 2010-10-05 Symantec Operating Corporation System and method of applying incremental changes prior to initialization of a point-in-time copy
US7546431B2 (en) 2005-03-21 2009-06-09 Emc Corporation Distributed open writable snapshot copy facility using file migration policies
US7672979B1 (en) * 2005-04-22 2010-03-02 Symantec Operating Corporation Backup and restore techniques using inconsistent state indicators
US7613743B1 (en) * 2005-06-10 2009-11-03 Apple Inc. Methods and apparatuses for data protection
US7739234B1 (en) * 2005-12-15 2010-06-15 Teradata Us, Inc. Techniques for synchronizing data store tables
JP4236677B2 (ja) * 2006-09-20 2009-03-11 株式会社日立製作所 Cdpを用いたリカバリ方法
US8131723B2 (en) * 2007-03-30 2012-03-06 Quest Software, Inc. Recovering a file system to any point-in-time in the past with guaranteed structure, content consistency and integrity
US8700574B2 (en) 2008-03-21 2014-04-15 Omnitracs, Llc Pourover journaling
US8200638B1 (en) * 2008-04-30 2012-06-12 Netapp, Inc. Individual file restore from block-level incremental backups by using client-server backup protocol
US8078655B2 (en) * 2008-06-04 2011-12-13 Microsoft Corporation Generation of database deltas and restoration
US8121981B2 (en) * 2008-06-19 2012-02-21 Microsoft Corporation Database snapshot management
US8204859B2 (en) * 2008-12-10 2012-06-19 Commvault Systems, Inc. Systems and methods for managing replicated database data
US8805953B2 (en) * 2009-04-03 2014-08-12 Microsoft Corporation Differential file and system restores from peers and the cloud
US20110016085A1 (en) * 2009-07-16 2011-01-20 Netapp, Inc. Method and system for maintaining multiple inode containers in a storage server
US9165012B2 (en) 2009-10-02 2015-10-20 Symantec Corporation Periodic file system checkpoint manager
CN101833486B (zh) * 2010-04-07 2014-08-20 浪潮电子信息产业股份有限公司 一种远程备份和恢复系统设计方法
US8290994B2 (en) * 2010-05-05 2012-10-16 International Business Machines Corporation Obtaining file system view in block-level data storage systems
US20120011176A1 (en) * 2010-07-07 2012-01-12 Nexenta Systems, Inc. Location independent scalable file and block storage
US10423509B2 (en) * 2011-08-05 2019-09-24 Entit Software Llc System and method for managing environment configuration using snapshots
US9058371B2 (en) * 2011-11-07 2015-06-16 Sap Se Distributed database log recovery
US8527462B1 (en) * 2012-02-09 2013-09-03 Microsoft Corporation Database point-in-time restore and as-of query

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
None *

Also Published As

Publication number Publication date
US20130138615A1 (en) 2013-05-30
US9235594B2 (en) 2016-01-12
CA2851200C (en) 2019-09-10
WO2013080063A1 (en) 2013-06-06
CN103946844A (zh) 2014-07-23
US20160103850A1 (en) 2016-04-14
EP2786273A1 (en) 2014-10-08
JP2015504202A (ja) 2015-02-05
TWI509423B (zh) 2015-11-21
US10698866B2 (en) 2020-06-30
CA2851200A1 (en) 2013-06-06
CN103946844B (zh) 2017-11-24
TW201337588A (zh) 2013-09-16
US20130138616A1 (en) 2013-05-30

Similar Documents

Publication Publication Date Title
US10698866B2 (en) Synchronizing updates across cluster filesystems
US10216431B2 (en) Consistent data retrieval in a multi-site computing infrastructure
US8949183B2 (en) Continuous and asynchronous replication of a consistent dataset
US11294768B2 (en) Live browsing of backed up data residing on cloned disks
US20200364194A1 (en) Migration of a database management system to cloud storage
US11513922B2 (en) Systems and methods for change block tracking for backing up changed data
US10956286B2 (en) Deduplication replication in a distributed deduplication data storage system
US20220206907A1 (en) External dynamic virtual machine synchronization
US11422900B2 (en) Platform-agnostic containerized application data protection
US20210374016A1 (en) Synchronization of a database by restoring copies of changed database objects
US20210208972A1 (en) Application aware backup of virtual machines
US20210011812A1 (en) Preparing containerized applications for backup using a backup services container and a backup services container-orchestration pod
US11106632B2 (en) Dynamically configuring a proxy server using containerization for concurrent and/or overlapping backup, restore, and/or test operations
US10310949B1 (en) Disaster restore of big data application with near zero RTO
US8886609B2 (en) Backup and restore of data from any cluster node
US10725976B2 (en) Fast recovery using self-describing replica files in a distributed storage system
US20210064484A1 (en) Live browse cache enhacements for live browsing block-level backup copies of virtual machines and/or file systems
US11645237B2 (en) Replicating data utilizing a virtual file system and cloud storage
US20200327015A1 (en) Providing and managing data protection by using incremental forever for storage to cloud object stores

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20140624

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

DAX Request for extension of the european patent (deleted)
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20170908

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

INTG Intention to grant announced

Effective date: 20181119

GRAJ Information related to disapproval of communication of intention to grant by the applicant or resumption of examination proceedings by the epo deleted

Free format text: ORIGINAL CODE: EPIDOSDIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

REG Reference to a national code

Ref country code: DE

Ref legal event code: R079

Ref document number: 602012059123

Country of ref document: DE

Free format text: PREVIOUS MAIN CLASS: G06F0017300000

Ipc: G06F0016178000

GRAR Information related to intention to grant a patent recorded

Free format text: ORIGINAL CODE: EPIDOSNIGR71

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE PATENT HAS BEEN GRANTED

INTC Intention to grant announced (deleted)
RIC1 Information provided on ipc code assigned before grant

Ipc: G06F 16/178 20190101AFI20190301BHEP

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

INTG Intention to grant announced

Effective date: 20190308

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602012059123

Country of ref document: DE

Ref country code: DE

Ref legal event code: R084

Ref document number: 602012059123

Country of ref document: DE

REG Reference to a national code

Ref country code: AT

Ref legal event code: REF

Ref document number: 1122338

Country of ref document: AT

Kind code of ref document: T

Effective date: 20190515

Ref country code: IE

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: GB

Ref legal event code: 746

Effective date: 20190430

REG Reference to a national code

Ref country code: CH

Ref legal event code: NV

Representative=s name: IBM RESEARCH GMBH ZURICH RESEARCH LABORATORY I, CH

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20190417

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG4D

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190717

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190817

Ref country code: AL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: RS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190717

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190718

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 1122338

Country of ref document: AT

Kind code of ref document: T

Effective date: 20190417

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190817

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602012059123

Country of ref document: DE

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: SM

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

26N No opposition filed

Effective date: 20200120

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MC

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20191017

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20191031

Ref country code: LI

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20191031

REG Reference to a national code

Ref country code: BE

Ref legal event code: MM

Effective date: 20191031

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: BE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20191031

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20191017

Ref country code: FR

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20191031

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO

Effective date: 20121017

Ref country code: MT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

REG Reference to a national code

Ref country code: DE

Ref legal event code: R082

Ref document number: 602012059123

Country of ref document: DE

Representative=s name: KUISMA, SIRPA, FI

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190417

P01 Opt-out of the competence of the unified patent court (upc) registered

Effective date: 20230423

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20231027

Year of fee payment: 12

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20231013

Year of fee payment: 12