US20120110369A1 - Data Recovery in a Cross Domain Environment - Google Patents

Data Recovery in a Cross Domain Environment Download PDF

Info

Publication number
US20120110369A1
US20120110369A1 US12/913,228 US91322810A US2012110369A1 US 20120110369 A1 US20120110369 A1 US 20120110369A1 US 91322810 A US91322810 A US 91322810A US 2012110369 A1 US2012110369 A1 US 2012110369A1
Authority
US
United States
Prior art keywords
data
corrupted
corrupted data
wrapper
database
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.)
Granted
Application number
US12/913,228
Other versions
US8533523B2 (en
Inventor
Marcus A. Tylutki
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
Priority to US12/913,228 priority Critical patent/US8533523B2/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: TYLUTKI, MARCUS A.
Publication of US20120110369A1 publication Critical patent/US20120110369A1/en
Application granted granted Critical
Publication of US8533523B2 publication Critical patent/US8533523B2/en
Expired - Fee Related legal-status Critical Current
Adjusted 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/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0793Remedial or corrective actions

Definitions

  • This invention relates to the field of data recovery, and in particular, it relates to the field of data recovery in cross domain environments.
  • U.S. Pat. No. 7,523,348, entitled “Method And System For Monitoring And Managing Archive Operations,” discloses a data protection system having a production location, a storage location, and a communication path for transmitting data between the production location and the storage location. If a task of an archive job is not successful, a determination is made whether any other tasks of the archive job are dependent upon the failed task, since they may have also failed. Makeup jobs are generated for the failed tasks.
  • the disclosed data protection system does not include a method suitable for extending data protection beyond the production location environment.
  • U.S. Patent Pub. No. 2009/0182784 A1 entitled “Recovery Point Identification In CDP Environments,” and published Jul. 16, 2009, discloses a method of identifying a recovery point in a Continuous Data Protection (CDP) log.
  • the disclosed method detects corrupted data in the CDP log and identifies the nature of the corruption.
  • the operations are performed in response to, for example, virus attacks, malfunctioning storage controllers, and other causes.
  • the disclosed method can then find a time instance of uncorrupted data, and determine whether the corrupted data affects other events.
  • the determination whether the corrupted data affects other events is a probabilistic determination.
  • U.S. Patent Pub. No. 2007/0136603 A1 entitled “Method And Apparatus For Providing Secure Access Control For Protected Information,” and published Jun. 14, 2007, discloses a method for transmitting indicia representative of information from a first domain to a second domain in response to a request. A determination is made whether the requestor is authorized to perform the operation. However, the disclosed method does not include an adequate method for performing data recovery if contaminated data is transmitted between the domains.
  • U.S. Patent Pub. No. 2003/0051026 A1 entitled “Network Surveillance And Security System,” and published Mar. 13, 2003, discloses a system for protecting the integrity of information in computer networks using a knowledge base of security events.
  • the disclosed integrity protection method uses the knowledge base to track network communication traffic from inception throughout its duration within the network.
  • the integrity operations do not address data recovery across multiple components.
  • a method for recovering data when corrupted data from a source is detected includes identifying data corrupted as a result of using the corrupted data by tracing propagation of the corrupted data to provide identified corrupted data, and repairing the identified corrupted data to provide repaired data.
  • the propagation of the corrupted data is traced from a first domain to a second domain. Data in both the first domain and the second domain is repaired.
  • a wrapper is provided for the source. Calls into and out of the source are intercepted by the wrapper. Calls of a plurality of different domains are intercepted by the wrapper.
  • a wrapper is provided for a process. External service calls of the process are intercepted by the wrapper.
  • a wrapper recreates a process flow followed by the process in accordance with the corrupted data.
  • a wrapper is provided for a database. Accesses of the database are intercepted by the wrapper. The accesses of the database are intercepted in accordance with a time window defined by a bad write to the database and a good write to the database. Good data corresponding to the corrupted data and a timestamp corresponding to the corrupted data are determined. Corrected data is determined in accordance with the good data and the timestamp. Identified corrupted data is repaired in accordance with the corrected data.
  • a list of accesses of corrupted data is compiled in accordance with the good data and the timestamp. The identified corrupted data is repaired in accordance with the list. The list is trimmed in accordance with a good write. The identified corrupted data is marked as tainted. The identified corrupted data is marked as untainted after it is repaired.
  • the data recovery method of the present invention provides a mechanism for reporting and recovering from information integrity issues across multiple domains, for example the domains of multiple businesses and/or multiple platforms, including different businesses and platforms in cloud environments.
  • the data recovery method of the invention addresses information integrity in the remainder of the paths of the information flow through the multiple domains that may be contaminated by a single, local event.
  • information integrity in the entire paths of information flow through the multiple domains can be addressed even if the single, local event is not detected during transmission of contaminated information.
  • the method of the invention is suitable for any kinds of cross domain cloud architectures, including those in Service Oriented Architecture (SOA) environments.
  • SOA Service Oriented Architecture
  • the method of the invention can include three phases.
  • the first phase, the identify phase, can substantially be a propagation process, in which determinations are made which pieces of information are contaminated. Appropriate reversibility handlers can be notified accordingly.
  • the second phase, the repair phase the corrupted data can be either repaired or deleted.
  • corrupted data can be deleted, when the original data may be unrecoverable.
  • corrupted data can be deleted when a request is corrupted due to causes such as an intermittent connection, a bad hard drive sector or a human input error discovered, for example, after an audit.
  • a reversibility handler receives a notification that data is contaminated, it can attempt to repair the contamination if needed, and can send additional notifications.
  • Transaction logs of the reversibility handlers and records of corrupted values may be created and archived for auditing purposes, for example by banks and financial institutions. The archiving of this information may be performed on a separate database.
  • the untaint phase data can be marked as untainted.
  • the third phase can begin after the repair phase is complete.
  • Cross domain business process flows can be very complex. They may require some original inputs in order to start a transaction, and many additional inputs as they continue to process the transaction. Each piece of information that the transaction produces for another service can also be contaminated if the original inputs are contaminated. Once a reversibility handler is notified that previously used transaction data is contaminated, it can match the timestamp and identification of the transaction to identify the inputs used when the contaminated data was processed. The reversibility handler can then trace through the process to discover which additional requests were made by the transaction, and send the appropriate notifications.
  • Some requests that a reversibility handler is notified to address may be relatively benign. For example, a service may merely record a request to its database. If the request is corrupt, then it may not be worth repairing the log record. Under these circumstances the request may be safely ignored. In cases where a request log is used to correlate data analysis, it may be worth repairing.
  • Simple methods can monitor all of the outputs produced by a transaction that had a contaminated input, and send simple notification requests that the results may be contaminated. More complex methods may be able to infer which outputs produced by the transaction are affected by the contaminated input. This improves the accuracy of the propagate contamination notices that are created. Furthermore, this effectively primes the tree of contamination notices that are produced. Some methods may even infer what the values of the data could be if it was not contaminated.
  • FIG. 1 shows a high level block diagram representation of an embodiment of the data recovery method of the present invention.
  • FIGS. 2A-B show a more detailed block diagram representation of an embodiment of an identify phase portion of the data recovery method of FIG. 1 .
  • FIG. 3 shows a time line of events that can occur in an embodiment of the data recovery method of FIG. 1 .
  • FIG. 4 shows a more detailed block diagram representation of an embodiment of a repair phase portion of the data recovery method of FIG. 1 .
  • FIG. 5 shows a more detailed block diagram representation of an embodiment of an untaint phase portion of the data recovery method of FIG. 1 .
  • FIG. 1 there is shown a high level block diagram presentation of a preferred embodiment of the phases of the data recovery method 10 of the present invention.
  • the data recovery method 10 of the present invention can be performed when corrupted data is detected as shown in block 50 .
  • corrupted data is located and marked as tainted. Accordingly, determinations are made regarding the source of the data corruption, and the extent to which the data corruption has spread. In order to make these determinations the corrupted data and the good data are determined. Additionally, a timestamp indicating the last time that the data was known to be correct is determined in the identify phase 100 . Methods for detecting corrupted data and its source, and determining the corresponding good data and its timestamp, are known in the art. Any known method for making these determinations can be used with the data recovery method 10 .
  • the corrupted data may have propagated from a single source, for example an object such as a process or a database, through any number of different processes or databases. Furthermore, the processes and databases receiving and propagating the corrupted data can be located in any number of different domains. Therefore, in the identify phase 100 of the data recovery method 10 can provide the process or database that is the source of the corrupted data with a wrapper.
  • the wrapper is a program that can intercept all calls into and out of the process or database that is the source of the corrupted data.
  • a wrapper provided to a source of corrupted data in the data recovery method 10 can be referred to as a reversibility handler.
  • the reversibility handler can also rerun the process and database calls involving the corrupted data in order to trace the spread of the corrupted data from the source, and determine which, if any, remote processes and databases may have used the corrupted data.
  • the remote processes and databases can be located in any number of remote domains.
  • Each of the remote processes and databases using the corrupted data can, in turn, be wrapped in its own reversibility handler and rerun in the same manner, in order to trace any further spread of corrupted data.
  • their reversibility handlers can use transaction logs that are local to the remote processes or databases. In this manner, the locations to which the corrupted data has spread can be traced and located by the data recovery method 10 within the identify phase 100 , and the corrupted data located by the reversibility handlers can be labeled as tainted.
  • the data recovery method 10 can enter the repair phase 200 .
  • a reversibility handler is wrapped around the source of corrupted data, and the flow of the process or the database calls is again recreated.
  • the data determined to be corrupted in the identify phase 100 is repaired using the good data and the timestamp used in the identify phase 100 .
  • the data recovery method 10 can then enter the untaint phase 300 .
  • the data labeled as tainted during the identify phase 100 can be relabeled as untainted, since it is repaired during the repair phase 200 .
  • the identify phase 100 the corrupted data
  • the good data and the timestamp are determined, as shown in block 102 .
  • the timestamp can be the last time that the data was known to be good, or at least the first time when the data was suspected of being corrupted.
  • the determinations of block 102 can be made using any methods known to those skilled in the art.
  • the source of the corrupted data can be a process or a database.
  • a reversibility handler is wrapped around the source of the corrupted data as shown in block 104 .
  • the reversibility handler is a program for intercepting all calls into and out of the source of the corrupted data that it is wrapped around, during any time windows when corrupted data is believed to have existed.
  • a recreation of the flow of the corrupted process proceeds by running the process, wrapped with its reversibility handler.
  • the recreation of the process flow can be facilitated by making use of the local transaction logs of the wrapped process.
  • the local transaction logs can be used to determine all of the databases that were read or written to by the process at the time of the corrupted data.
  • the wrapped and traced process may thus proceed from block 112 , with any number of external calls, to any number of databases, through any number of remote domains, as indicated by arrows 114 .
  • the identify phase 100 of the data recovery method 10 can trace a corrupted process through time, through multiple domains if necessary, to determine how the corrupted data has spread during any number of time windows.
  • each of the additional processes can be wrapped in its own reversibility handler. The operations of the identify phase 100 of the data recovery method 10 can then be performed on each of the additional processes in order to locate any additional propagation of corrupted data.
  • the source of the corrupted data is a database
  • the corrected value of the data is calculated as shown in block 122 based on the good data and the timestamp sent in block 116 .
  • the corrected value is understood to be the value that would have been determined if the good data, rather than the corrupted data, had been read from the corrupted database at the time of the bad read of the database.
  • Parameters such as database values, database indices and database tables of the wrapped database can be repaired as necessary, as shown in block 126 .
  • the identify phase 100 can then compile a list of the reads and writes of the database that were performed from the time of a timestamp up to a current time, that would have been performed differently if the data was not corrupted. This list of incorrect accesses can be trimmed by removing any commands after a good write as shown in block 136 . If multiple fields are involved, time frames specific to each of the fields involved can be determined.
  • Some of the reads in the list of reads complied in block 134 may have resulted in the corruption of additional databases.
  • each of the additional databases can be wrapped in its own reversibility handler.
  • the operations of the identify phase 100 of the data recovery method 10 can then be performed on each of the additional databases, using its own reversibility handler. In these cases the invocation of the identify phase 100 can receive the timestamp or identification sent by the process performing the bad write.
  • the reversibility handler of the additional databases may also be able to look up other process inputs and other data from the process performing the bad write, and trace the process up to the point that the database command was issued.
  • a wrapped source may have calls involving databases or database fields that are not corrupted. Under these circumstances, the calls can be permitted to pass through the wrapper without performing the operations of the data recovery method 10 .
  • any applications that are taint aware can be notified when data is tainted, since they may have special ways of treating tainted data, and may have special custom handlers to execute additional process. For example, some applications may send an email to a system administrator or notify customers if their data is determined to be corrupted.
  • Each call invocation and database call within the identify phase 100 is linked to the identification of the original identify request received by the reversibility handler as shown in block 140 , for example using a timestamp. Furthermore, each call invocation and database call can be stored in a record local to the reversibility handler. The identification of a request is negotiated between the process or database reversibility handler that initiates the identify request, and the process or database reversibility handler that receives the request.
  • the identify phase 100 is complete, the process invoking the data recovery method 10 is notified, as shown in block 142 . Execution of the data recovery method 10 can then proceed to the repair phase 200 , using the list of database accesses that was compiled in block 134 .
  • the time line 180 shows a series of database reading and writing events which can occur in an embodiment of the data recovery method 10 .
  • the time line 180 shows two good writes W g 182 and W g 194 , wherein good data was written to a field F in a database. Five reads R 0 184 , R 1 186 , R 2 190 , R 3 192 and R 4 196 of the field F are also shown. Additionally, a bad write W b 188 , wherein corrupted data was written to the field F, and the current time CT 198 are shown in the time line 180 .
  • a good write W g 182 is performed into the field F, and followed by two good reads R 0 184 and R 1 186 , before the bad write W b 188 occurs. Accordingly, the data that is read from the field F in the two reads R 0 184 and R 1 186 is not corrupted. However, the two additional reads R 2 190 and R 3 192 are performed after the bad write W b 188 . Thus, the data read from the field F during the reads R 2 190 , and R 3 192 can be assumed to be corrupted.
  • a good write W g 194 is performed after the bad write W b 188 . The good write W g 194 overwrites any corrupted data in the field F, and the data recovery method 10 can assume that the field F contains good data after the good write W g 194 since known good information is written to the field.
  • the good write W g 194 into the field F can be followed by another read R 4 196 .
  • the data obtained from the field F after the good write W g 194 for example the data obtained in the read R 4 196 , can be assumed to be good by the data recovery method 10 .
  • the reversibility handlers of the identify phase 100 do not need to trace further accesses to the field F by the wrapped source after the good write W g 194 .
  • the reversibility handlers of the identify phase 100 can trace accesses to the field F that are made during the time window from W b 188 to W g 194 , in order to help identify any processes that may have received corrupted data from the field F.
  • accesses to the field F during the window defined from W b 188 to W g 194 may have been made from any number of different processes, running in any number of different domains, for example running on different domains at different customer sites.
  • any databases that are corrupted by such processes, because of the corrupted data from the field F can also be traced.
  • the local transaction logs of the processes and databases are used in this tracing process.
  • FIG. 4 there is shown a more detailed block diagram representation of a preferred embodiment of the repair phase 200 of the data recovery method 10 .
  • a reversibility handler is wrapped around the source of corrupted data, as shown in block 204 .
  • the source of the corrupted data can be a process or a database. If the source was a process and an external call was made, as determined in decision 208 , the reversibility handler of the corrupted process is invoked, as shown in block 212 .
  • the reversibility handler of the corrupted process performs the repairs using the good data and the timestamp of block 102 , following the recreated process flow of the wrapped process.
  • the source of the corruption is a database a determination is made whether the database was called in decision 216 . If the corrupted database was called, a determination is made in decision 220 whether the corrupted database was read. If the corrupted database was read, the corrected results of the read are determined in block 224 using the good data and the timestamp.
  • the repair phase 200 can then compile and trim a list of the read operations performed between the write command being processed, and the next write operation that overwrites the corrupted data, as shown in block 236 .
  • the list of write operations performed between the bad write W b 188 and the good W g 194 in the time line 180 can be compiled in block 236 .
  • a determination can be made that the reads R 2 190 and R 3 192 were performed incorrectly.
  • the list of bad reads can be trimmed as shown in block 238 , using any further information about subsequent good writes that have overwritten corrupted data that may be available.
  • the reads on the list of bad reads can then be processed as shown in block 240 .
  • the processing of the list can be substantially as described with respect to the identify phase 100 , except that in the repair phase 200 the processed data is not marked as tainted.
  • the correct values of the reads R 2 190 and R 3 192 can be determined using the good data and timestamp of block 102 .
  • the process that invoked the repair phase 200 can then be notified that the repair process is completed, as shown in block 244 .
  • a reversibility handler can compile a list of all of the external interactions that occurred as a result of the corrupted data discovered in block 50 .
  • the chain of interactions determined in block 304 can be saved locally by the reversibility handlers invoked in the phases 100 , 200 of the data recovery method 10 , and untaint requests can be provided to the databases saving the interactions.
  • the data can be marked untainted, as shown in block 312 , since it was repaired in the repair phase 200 .
  • the operations of the data recovery method 10 can be facilitated if all data in the program state is persisted from the local memory of the applications to a database, although a preferred embodiment of the data recovery method 10 can accommodate non-persisted program states as well. Furthermore, consistency or logic problems should not arise if operations are executed in sequence. All time can be synchronized between all service components and reversibility handlers in the preferred embodiment. Furthermore, in the preferred embodiment, the act of performing extra reads to a database should not affect the overall process integrity, and databases can keep records of all existing data history until a time threshold. The time threshold can be greater than or equal to the amount of time it takes to detect and completely repair a data integrity issue.
  • databases can be virtual database and are not parallelized, and each process can have a record of its inputs.
  • the record of the inputs can list the timestamp of the process, as well as the request and response data of all external service calls and database calls incurred by the inputs, along with timestamps for each external interaction and the initial start of the process invocation.
  • Domains which can be traced according to the data recovery method of the invention can be any group of computers and devices on a network that can be administered as a unit with common rules and procedures. For example, within an internet environment, such domains can be defined by IP addresses, wherein devices sharing a common part of an IP address can be understood to be in the same domain

Abstract

A method for recovering data when corrupted data from a source is detected includes identifying data corrupted as a result of using the corrupted data by tracing propagation of the corrupted data to provide identified corrupted data, and repairing the identified corrupted data to provide repaired data. The propagation of the corrupted data is traced from one domain to another. Data in both domains is repaired. A wrapper is provided for the source. Calls into and out of the source are intercepted by the wrapper. Calls of a plurality of different domains are intercepted by the wrapper. A wrapper is provided for a process. External service calls of the process are intercepted by the wrapper. The wrapper recreates a process flow followed by the process in accordance with the corrupted data. A wrapper is provided for a database. Accesses of the database are intercepted by the wrapper.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of Invention
  • This invention relates to the field of data recovery, and in particular, it relates to the field of data recovery in cross domain environments.
  • 2. Description of Related Art
  • Many methods are known in the prior art for safeguarding the security of data transmissions between businesses, which are primarily interested in the information integrity within their own systems and within the services they provide. Additionally, policies and techniques for addressing the integrity of information persisting through communication channels between components are known in the prior art. However, when information passing through multiple domains is compromised, data recovery must often be handled using inefficient ad hoc procedures, and in a manual way.
  • U.S. Patent Pub. No. 2010/0138395 A1, entitled “Enterprise Service Availability Through Identity Preservation,” and published Jun. 3, 2010, teaches automated recovery of server service and attempting to maintain data integrity. The method can be used, for example, in disaster recovery situations. A shadowing service provides a high availability backup in order to handle data corruption. However, it does not address the problem of data recovery when the data passes through multiple domains.
  • U.S. Pat. No. 7,523,348, entitled “Method And System For Monitoring And Managing Archive Operations,” discloses a data protection system having a production location, a storage location, and a communication path for transmitting data between the production location and the storage location. If a task of an archive job is not successful, a determination is made whether any other tasks of the archive job are dependent upon the failed task, since they may have also failed. Makeup jobs are generated for the failed tasks. However, the disclosed data protection system does not include a method suitable for extending data protection beyond the production location environment.
  • U.S. Patent Pub. No. 2009/0182784 A1, entitled “Recovery Point Identification In CDP Environments,” and published Jul. 16, 2009, discloses a method of identifying a recovery point in a Continuous Data Protection (CDP) log. The disclosed method detects corrupted data in the CDP log and identifies the nature of the corruption. The operations are performed in response to, for example, virus attacks, malfunctioning storage controllers, and other causes. The disclosed method can then find a time instance of uncorrupted data, and determine whether the corrupted data affects other events. The determination whether the corrupted data affects other events is a probabilistic determination.
  • U.S. Patent Pub. No. 2007/0136603 A1, entitled “Method And Apparatus For Providing Secure Access Control For Protected Information,” and published Jun. 14, 2007, discloses a method for transmitting indicia representative of information from a first domain to a second domain in response to a request. A determination is made whether the requestor is authorized to perform the operation. However, the disclosed method does not include an adequate method for performing data recovery if contaminated data is transmitted between the domains.
  • U.S. Patent Pub. No. 2003/0051026 A1, entitled “Network Surveillance And Security System,” and published Mar. 13, 2003, discloses a system for protecting the integrity of information in computer networks using a knowledge base of security events. The disclosed integrity protection method uses the knowledge base to track network communication traffic from inception throughout its duration within the network. However, the integrity operations do not address data recovery across multiple components.
  • BRIEF SUMMARY OF THE INVENTION
  • A method for recovering data when corrupted data from a source is detected includes identifying data corrupted as a result of using the corrupted data by tracing propagation of the corrupted data to provide identified corrupted data, and repairing the identified corrupted data to provide repaired data. The propagation of the corrupted data is traced from a first domain to a second domain. Data in both the first domain and the second domain is repaired. A wrapper is provided for the source. Calls into and out of the source are intercepted by the wrapper. Calls of a plurality of different domains are intercepted by the wrapper. A wrapper is provided for a process. External service calls of the process are intercepted by the wrapper. The wrapper recreates a process flow followed by the process in accordance with the corrupted data. A wrapper is provided for a database. Accesses of the database are intercepted by the wrapper. The accesses of the database are intercepted in accordance with a time window defined by a bad write to the database and a good write to the database. Good data corresponding to the corrupted data and a timestamp corresponding to the corrupted data are determined. Corrected data is determined in accordance with the good data and the timestamp. Identified corrupted data is repaired in accordance with the corrected data. A list of accesses of corrupted data is compiled in accordance with the good data and the timestamp. The identified corrupted data is repaired in accordance with the list. The list is trimmed in accordance with a good write. The identified corrupted data is marked as tainted. The identified corrupted data is marked as untainted after it is repaired.
  • The data recovery method of the present invention provides a mechanism for reporting and recovering from information integrity issues across multiple domains, for example the domains of multiple businesses and/or multiple platforms, including different businesses and platforms in cloud environments. In addition to addressing information integrity in the communication channels between the components of the multiple domain environment, the data recovery method of the invention addresses information integrity in the remainder of the paths of the information flow through the multiple domains that may be contaminated by a single, local event. Furthermore, information integrity in the entire paths of information flow through the multiple domains can be addressed even if the single, local event is not detected during transmission of contaminated information. The method of the invention is suitable for any kinds of cross domain cloud architectures, including those in Service Oriented Architecture (SOA) environments.
  • The method of the invention can include three phases. The first phase, the identify phase, can substantially be a propagation process, in which determinations are made which pieces of information are contaminated. Appropriate reversibility handlers can be notified accordingly. In the second phase, the repair phase, the corrupted data can be either repaired or deleted. In the simplest case, corrupted data can be deleted, when the original data may be unrecoverable. For example, corrupted data can be deleted when a request is corrupted due to causes such as an intermittent connection, a bad hard drive sector or a human input error discovered, for example, after an audit. Additionally, when a reversibility handler receives a notification that data is contaminated, it can attempt to repair the contamination if needed, and can send additional notifications. Transaction logs of the reversibility handlers and records of corrupted values may be created and archived for auditing purposes, for example by banks and financial institutions. The archiving of this information may be performed on a separate database. In the third phase, the untaint phase, data can be marked as untainted. The third phase can begin after the repair phase is complete.
  • Cross domain business process flows can be very complex. They may require some original inputs in order to start a transaction, and many additional inputs as they continue to process the transaction. Each piece of information that the transaction produces for another service can also be contaminated if the original inputs are contaminated. Once a reversibility handler is notified that previously used transaction data is contaminated, it can match the timestamp and identification of the transaction to identify the inputs used when the contaminated data was processed. The reversibility handler can then trace through the process to discover which additional requests were made by the transaction, and send the appropriate notifications.
  • Some requests that a reversibility handler is notified to address may be relatively benign. For example, a service may merely record a request to its database. If the request is corrupt, then it may not be worth repairing the log record. Under these circumstances the request may be safely ignored. In cases where a request log is used to correlate data analysis, it may be worth repairing.
  • There can be simple and complex methods of tracing the path of information contamination through multiple domain environments. Simple methods can monitor all of the outputs produced by a transaction that had a contaminated input, and send simple notification requests that the results may be contaminated. More complex methods may be able to infer which outputs produced by the transaction are affected by the contaminated input. This improves the accuracy of the propagate contamination notices that are created. Furthermore, this effectively primes the tree of contamination notices that are produced. Some methods may even infer what the values of the data could be if it was not contaminated.
  • BRIEF DESCRIPTION OF SEVERAL VIEWS OF THE DRAWINGS
  • Preferred embodiments of the invention will be described in conjunction with the following drawings in which like reference numerals designate like elements and wherein:
  • FIG. 1 shows a high level block diagram representation of an embodiment of the data recovery method of the present invention.
  • FIGS. 2A-B show a more detailed block diagram representation of an embodiment of an identify phase portion of the data recovery method of FIG. 1.
  • FIG. 3 shows a time line of events that can occur in an embodiment of the data recovery method of FIG. 1.
  • FIG. 4 shows a more detailed block diagram representation of an embodiment of a repair phase portion of the data recovery method of FIG. 1.
  • FIG. 5 shows a more detailed block diagram representation of an embodiment of an untaint phase portion of the data recovery method of FIG. 1.
  • DETAILED DESCRIPTION OF THE INVENTION
  • Referring now to FIG. 1, there is shown a high level block diagram presentation of a preferred embodiment of the phases of the data recovery method 10 of the present invention. The data recovery method 10 of the present invention can be performed when corrupted data is detected as shown in block 50.
  • In the identify phase 100 of the data recovery method 10 corrupted data is located and marked as tainted. Accordingly, determinations are made regarding the source of the data corruption, and the extent to which the data corruption has spread. In order to make these determinations the corrupted data and the good data are determined. Additionally, a timestamp indicating the last time that the data was known to be correct is determined in the identify phase 100. Methods for detecting corrupted data and its source, and determining the corresponding good data and its timestamp, are known in the art. Any known method for making these determinations can be used with the data recovery method 10.
  • If data corruption has occurred the corrupted data may have propagated from a single source, for example an object such as a process or a database, through any number of different processes or databases. Furthermore, the processes and databases receiving and propagating the corrupted data can be located in any number of different domains. Therefore, in the identify phase 100 of the data recovery method 10 can provide the process or database that is the source of the corrupted data with a wrapper. The wrapper is a program that can intercept all calls into and out of the process or database that is the source of the corrupted data. A wrapper provided to a source of corrupted data in the data recovery method 10 can be referred to as a reversibility handler.
  • The reversibility handler can also rerun the process and database calls involving the corrupted data in order to trace the spread of the corrupted data from the source, and determine which, if any, remote processes and databases may have used the corrupted data. The remote processes and databases can be located in any number of remote domains. Each of the remote processes and databases using the corrupted data can, in turn, be wrapped in its own reversibility handler and rerun in the same manner, in order to trace any further spread of corrupted data. When the remote processes and databases are traced in this manner their reversibility handlers can use transaction logs that are local to the remote processes or databases. In this manner, the locations to which the corrupted data has spread can be traced and located by the data recovery method 10 within the identify phase 100, and the corrupted data located by the reversibility handlers can be labeled as tainted.
  • When the identify phase 100 is completed, the data recovery method 10 can enter the repair phase 200. In the repair phase 200, a reversibility handler is wrapped around the source of corrupted data, and the flow of the process or the database calls is again recreated. As the recreation of the process proceeds, the data determined to be corrupted in the identify phase 100 is repaired using the good data and the timestamp used in the identify phase 100. The data recovery method 10 can then enter the untaint phase 300. In the untaint phase 300 the data labeled as tainted during the identify phase 100 can be relabeled as untainted, since it is repaired during the repair phase 200.
  • Referring now to FIGS. 2A-B, there is shown a more detailed block diagram representation of a preferred embodiment of the identify phase 100 of the data recovery method 10. In the identify phase 100 the corrupted data, the good data and the timestamp are determined, as shown in block 102. The timestamp can be the last time that the data was known to be good, or at least the first time when the data was suspected of being corrupted. The determinations of block 102 can be made using any methods known to those skilled in the art. As previously described, the source of the corrupted data can be a process or a database. A reversibility handler is wrapped around the source of the corrupted data as shown in block 104. The reversibility handler is a program for intercepting all calls into and out of the source of the corrupted data that it is wrapped around, during any time windows when corrupted data is believed to have existed.
  • If the source of the corrupted data is a process, a determination is made in determination 106 whether an external call of the corrupted process was made. If an external call was made, the corrupted data, the good data and the timestamp, as determined in block 102, are sent to the reversibility handler of the corrupted process, as shown in block 108. The reversibility handler wrapped around the corrupted process is then invoked as shown in block 112 in order to recreate the flow of the corrupted process.
  • A recreation of the flow of the corrupted process proceeds by running the process, wrapped with its reversibility handler. The recreation of the process flow can be facilitated by making use of the local transaction logs of the wrapped process. The local transaction logs can be used to determine all of the databases that were read or written to by the process at the time of the corrupted data. The wrapped and traced process may thus proceed from block 112, with any number of external calls, to any number of databases, through any number of remote domains, as indicated by arrows 114.
  • As the recreation of the process flow of the wrapped process proceeds, all corrupted internal data can be marked as tainted. In this manner the identify phase 100 of the data recovery method 10 can trace a corrupted process through time, through multiple domains if necessary, to determine how the corrupted data has spread during any number of time windows. As additional processes are determined to have received corrupted data, each of the additional processes can be wrapped in its own reversibility handler. The operations of the identify phase 100 of the data recovery method 10 can then be performed on each of the additional processes in order to locate any additional propagation of corrupted data.
  • If the source of the corrupted data is a database, a determination is made whether the database was called, as shown in decision 110. If the corrupted database was called, it is wrapped in a reversibility handler. The corrupted data, the good data and the timestamp, as previously determined in block 102, are sent to the reversibility handler of the corrupted database, as shown in block 116. The reversibility handler is then invoked as shown in block 118, in order to intercept all accesses of the database. A determination can then be made whether the corrupted data was read, as shown decision 120. If the corrupted data was read, the corrected value of the data is calculated as shown in block 122 based on the good data and the timestamp sent in block 116. The corrected value is understood to be the value that would have been determined if the good data, rather than the corrupted data, had been read from the corrupted database at the time of the bad read of the database. Parameters such as database values, database indices and database tables of the wrapped database can be repaired as necessary, as shown in block 126.
  • A determination can also be made whether there was a write command to the database, as shown in decision 124. Additionally, a determination can be made whether corrupted data was written to the database, as shown in decision 128. If corrupted data was not written to the database, it is not necessary to take any action. If, however, it is determined that corrupted data was written to a field in the database, the data in the field can be reverted to the value before the bad write, as shown in block 130. Each of the reverted fields can be labeled tainted, as shown in block 132. As shown in block 134, the identify phase 100 can then compile a list of the reads and writes of the database that were performed from the time of a timestamp up to a current time, that would have been performed differently if the data was not corrupted. This list of incorrect accesses can be trimmed by removing any commands after a good write as shown in block 136. If multiple fields are involved, time frames specific to each of the fields involved can be determined.
  • Some of the reads in the list of reads complied in block 134 may have resulted in the corruption of additional databases. As additional databases are determined to have received corrupted data, each of the additional databases can be wrapped in its own reversibility handler. The operations of the identify phase 100 of the data recovery method 10 can then be performed on each of the additional databases, using its own reversibility handler. In these cases the invocation of the identify phase 100 can receive the timestamp or identification sent by the process performing the bad write. The reversibility handler of the additional databases may also be able to look up other process inputs and other data from the process performing the bad write, and trace the process up to the point that the database command was issued.
  • It will be understood that a wrapped source may have calls involving databases or database fields that are not corrupted. Under these circumstances, the calls can be permitted to pass through the wrapper without performing the operations of the data recovery method 10. In a preferred embodiment of the invention, any applications that are taint aware can be notified when data is tainted, since they may have special ways of treating tainted data, and may have special custom handlers to execute additional process. For example, some applications may send an email to a system administrator or notify customers if their data is determined to be corrupted.
  • Each call invocation and database call within the identify phase 100 is linked to the identification of the original identify request received by the reversibility handler as shown in block 140, for example using a timestamp. Furthermore, each call invocation and database call can be stored in a record local to the reversibility handler. The identification of a request is negotiated between the process or database reversibility handler that initiates the identify request, and the process or database reversibility handler that receives the request. When the identify phase 100 is complete, the process invoking the data recovery method 10 is notified, as shown in block 142. Execution of the data recovery method 10 can then proceed to the repair phase 200, using the list of database accesses that was compiled in block 134.
  • Referring now to FIG. 3, there is shown a time line 180. The time line 180 shows a series of database reading and writing events which can occur in an embodiment of the data recovery method 10. A time window during which corrupted data exists, and must therefore be identified and repaired, is illustrated by the time line 180. The time line 180 shows two good writes W g 182 and W g 194, wherein good data was written to a field F in a database. Five reads R 0 184, R 1 186, R 2 190, R 3 192 and R 4 196 of the field F are also shown. Additionally, a bad write W b 188, wherein corrupted data was written to the field F, and the current time CT 198 are shown in the time line 180.
  • Thus, in the example shown in the time line 180, a good write W g 182 is performed into the field F, and followed by two good reads R0 184 and R 1 186, before the bad write W b 188 occurs. Accordingly, the data that is read from the field F in the two reads R 0 184 and R 1 186 is not corrupted. However, the two additional reads R2 190 and R 3 192 are performed after the bad write W b 188. Thus, the data read from the field F during the reads R 2 190, and R 3 192 can be assumed to be corrupted. A good write W g 194 is performed after the bad write W b 188. The good write W g 194 overwrites any corrupted data in the field F, and the data recovery method 10 can assume that the field F contains good data after the good write W g 194 since known good information is written to the field.
  • For example, the good write W g 194 into the field F can be followed by another read R 4 196. The data obtained from the field F after the good write W g 194, for example the data obtained in the read R 4 196, can be assumed to be good by the data recovery method 10. Thus, the reversibility handlers of the identify phase 100 do not need to trace further accesses to the field F by the wrapped source after the good write W g 194.
  • Accordingly, the reversibility handlers of the identify phase 100 can trace accesses to the field F that are made during the time window from W b 188 to W g 194, in order to help identify any processes that may have received corrupted data from the field F. It will be understood that such accesses to the field F during the window defined from W b 188 to W g 194 may have been made from any number of different processes, running in any number of different domains, for example running on different domains at different customer sites. Furthermore, any databases that are corrupted by such processes, because of the corrupted data from the field F, can also be traced. In a preferred embodiment of the invention the local transaction logs of the processes and databases are used in this tracing process.
  • Referring now to FIG. 4, there is shown a more detailed block diagram representation of a preferred embodiment of the repair phase 200 of the data recovery method 10. Within the repair phase 200 a reversibility handler is wrapped around the source of corrupted data, as shown in block 204. This permits the repair phase 200 to trace the spread of the corrupted data from the source, as previously described. The source of the corrupted data can be a process or a database. If the source was a process and an external call was made, as determined in decision 208, the reversibility handler of the corrupted process is invoked, as shown in block 212. The reversibility handler of the corrupted process performs the repairs using the good data and the timestamp of block 102, following the recreated process flow of the wrapped process.
  • If the source of the corruption is a database a determination is made whether the database was called in decision 216. If the corrupted database was called, a determination is made in decision 220 whether the corrupted database was read. If the corrupted database was read, the corrected results of the read are determined in block 224 using the good data and the timestamp.
  • If the database was written, as determined in decision 228, an historical table is recreated for the timestamp, and the table is updated in block 232. The repair phase 200 can then compile and trim a list of the read operations performed between the write command being processed, and the next write operation that overwrites the corrupted data, as shown in block 236. For example, the list of write operations performed between the bad write W b 188 and the good W g 194 in the time line 180 can be compiled in block 236. Furthermore, a determination can be made that the reads R2 190 and R 3 192 were performed incorrectly.
  • The list of bad reads can be trimmed as shown in block 238, using any further information about subsequent good writes that have overwritten corrupted data that may be available. The reads on the list of bad reads can then be processed as shown in block 240. The processing of the list can be substantially as described with respect to the identify phase 100, except that in the repair phase 200 the processed data is not marked as tainted. For example, the correct values of the reads R2 190 and R 3 192 can be determined using the good data and timestamp of block 102. The process that invoked the repair phase 200 can then be notified that the repair process is completed, as shown in block 244.
  • Referring now to FIG. 5, there is shown a more detailed block diagram representation of a preferred embodiment of the untaint phase 300 of the data recovery method 10. In block 304 of the untaint phase 300 a reversibility handler can compile a list of all of the external interactions that occurred as a result of the corrupted data discovered in block 50. The chain of interactions determined in block 304 can be saved locally by the reversibility handlers invoked in the phases 100, 200 of the data recovery method 10, and untaint requests can be provided to the databases saving the interactions. Where there are untaint requests for data in the databases, as determined in decision 308, the data can be marked untainted, as shown in block 312, since it was repaired in the repair phase 200.
  • The operations of the data recovery method 10 can be facilitated if all data in the program state is persisted from the local memory of the applications to a database, although a preferred embodiment of the data recovery method 10 can accommodate non-persisted program states as well. Furthermore, consistency or logic problems should not arise if operations are executed in sequence. All time can be synchronized between all service components and reversibility handlers in the preferred embodiment. Furthermore, in the preferred embodiment, the act of performing extra reads to a database should not affect the overall process integrity, and databases can keep records of all existing data history until a time threshold. The time threshold can be greater than or equal to the amount of time it takes to detect and completely repair a data integrity issue. Additionally, in the preferred embodiment, databases can be virtual database and are not parallelized, and each process can have a record of its inputs. The record of the inputs can list the timestamp of the process, as well as the request and response data of all external service calls and database calls incurred by the inputs, along with timestamps for each external interaction and the initial start of the process invocation. Domains which can be traced according to the data recovery method of the invention can be any group of computers and devices on a network that can be administered as a unit with common rules and procedures. For example, within an internet environment, such domains can be defined by IP addresses, wherein devices sharing a common part of an IP address can be understood to be in the same domain
  • While the invention has been described in detail and with reference to specific examples thereof, it will be apparent to one skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope thereof.

Claims (20)

1. A method for recovering data when corrupted data from a source is detected, comprising:
identifying data corrupted as a result of using the corrupted data by tracing propagation of the corrupted data to provide identified corrupted data; and
repairing the identified corrupted data to provide repaired data.
2. The method of claim 1, further comprising tracing the propagation of the corrupted data from a first domain to a second domain.
3. The method of claim 2, further comprising repairing the identified corrupted data in both the first domain and the second domain.
4. The method of claim 1, further comprising providing a wrapper for the source.
5. The method of claim 4, further comprising intercepting calls into and out of the source by the wrapper.
6. The method of claim 5, further comprising intercepting calls of a plurality of different domains by the wrapper.
7. The method of claim 4, further comprising providing the wrapper for a process.
8. The method of claim 7, further comprising intercepting external service calls of the process by the wrapper.
9. The method of claim 8, further comprising the wrapper recreating a process flow followed by the process in accordance with the corrupted data.
10. The method of claim 4, further comprising providing the wrapper for a database.
11. The method of claim 10, further comprising intercepting accesses of the database by the wrapper.
12. The method of claim 11, further comprising intercepting the accesses of the database in accordance with a time window defined by a bad write to the database and a good write to the database.
13. The method of claim 1, further comprising determining good data corresponding to the corrupted data and a timestamp corresponding to the corrupted data.
14. The method of claim 13, further comprising determining corrected data in accordance with the good data and the timestamp.
15. The method of claim 14, further comprising repairing identified corrupted data in accordance with the corrected data.
16. The method of claim 13, further comprising compiling a list of accesses of corrupted data in accordance with the good data and the timestamp.
17. The method of claim 16, further comprising repairing the identified corrupted data in accordance with the list.
18. The method of claim 16, further comprising trimming the list in accordance with a good write.
19. The method of claim 1, further comprising marking the identified corrupted data as tainted.
20. The method of claim 19, further comprising marking the identified corrupted data as untainted after it is repaired.
US12/913,228 2010-10-27 2010-10-27 Data recovery in a cross domain environment Expired - Fee Related US8533523B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/913,228 US8533523B2 (en) 2010-10-27 2010-10-27 Data recovery in a cross domain environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/913,228 US8533523B2 (en) 2010-10-27 2010-10-27 Data recovery in a cross domain environment

Publications (2)

Publication Number Publication Date
US20120110369A1 true US20120110369A1 (en) 2012-05-03
US8533523B2 US8533523B2 (en) 2013-09-10

Family

ID=45997996

Family Applications (1)

Application Number Title Priority Date Filing Date
US12/913,228 Expired - Fee Related US8533523B2 (en) 2010-10-27 2010-10-27 Data recovery in a cross domain environment

Country Status (1)

Country Link
US (1) US8533523B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120239985A1 (en) * 2011-03-17 2012-09-20 Fujitsu Semiconductor Limited Computer-readable medium storing wrapper program and integrated circuit apparatus
CN106716385A (en) * 2014-09-04 2017-05-24 亿欧费博瑞克股份有限公司 Application centric distributed storage system and method
US10083075B1 (en) * 2015-04-30 2018-09-25 Amdocs Development Limited System, method, and computer program for automatic discard of corrupt memory segments

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11822435B2 (en) 2020-07-06 2023-11-21 Bank Of America Corporation Consolidated data restoration framework

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6393386B1 (en) * 1998-03-26 2002-05-21 Visual Networks Technologies, Inc. Dynamic modeling of complex networks and prediction of impacts of faults therein
US6453345B2 (en) * 1996-11-06 2002-09-17 Datadirect Networks, Inc. Network security and surveillance system
US6718481B1 (en) * 2000-05-26 2004-04-06 Emc Corporation Multiple hierarichal/peer domain file server with domain based, cross domain cooperative fault handling mechanisms
US20040083284A1 (en) * 2002-10-25 2004-04-29 Yuval Ofek System and method for providing data awareness across multiple domains
US6799258B1 (en) * 2001-01-10 2004-09-28 Datacore Software Corporation Methods and apparatus for point-in-time volumes
US20070226438A1 (en) * 2005-12-19 2007-09-27 Andrei Erofeev Rolling cache configuration for a data replication system
US20090172687A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Management of computer events in a computer environment
US20110154367A1 (en) * 2009-12-18 2011-06-23 Bernd Gutjahr Domain event correlation

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030051026A1 (en) 2001-01-19 2003-03-13 Carter Ernst B. Network surveillance and security system
US7502961B2 (en) 2004-09-09 2009-03-10 Microsoft Corporation Method, system, and apparatus for providing alert synthesis in a data protection system
US7657780B2 (en) 2005-02-07 2010-02-02 Mimosa Systems, Inc. Enterprise service availability through identity preservation
US20070136603A1 (en) 2005-10-21 2007-06-14 Sensis Corporation Method and apparatus for providing secure access control for protected information
US7877360B2 (en) 2008-01-15 2011-01-25 International Business Machines Corporation Recovery point identification in CDP environments
CN101321319A (en) 2008-07-16 2008-12-10 中兴通讯股份有限公司 Monitoring and recovery apparatus and method for invalid connection of business database
US20100218037A1 (en) 2008-09-16 2010-08-26 File System Labs Llc Matrix-based Error Correction and Erasure Code Methods and Apparatus and Applications Thereof

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6453345B2 (en) * 1996-11-06 2002-09-17 Datadirect Networks, Inc. Network security and surveillance system
US6393386B1 (en) * 1998-03-26 2002-05-21 Visual Networks Technologies, Inc. Dynamic modeling of complex networks and prediction of impacts of faults therein
US6718481B1 (en) * 2000-05-26 2004-04-06 Emc Corporation Multiple hierarichal/peer domain file server with domain based, cross domain cooperative fault handling mechanisms
US6799258B1 (en) * 2001-01-10 2004-09-28 Datacore Software Corporation Methods and apparatus for point-in-time volumes
US20040083284A1 (en) * 2002-10-25 2004-04-29 Yuval Ofek System and method for providing data awareness across multiple domains
US20070226438A1 (en) * 2005-12-19 2007-09-27 Andrei Erofeev Rolling cache configuration for a data replication system
US20090172687A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Management of computer events in a computer environment
US20110154367A1 (en) * 2009-12-18 2011-06-23 Bernd Gutjahr Domain event correlation

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Bai, Kun and Liu, Peng; "A Data Damage Tracking Quarantine and Recovery (DTQR) Scheme for Mission-Critical Database Systems;" EDBT 2009: March 24-26, 2009; pp. 720-731. *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120239985A1 (en) * 2011-03-17 2012-09-20 Fujitsu Semiconductor Limited Computer-readable medium storing wrapper program and integrated circuit apparatus
US8898524B2 (en) * 2011-03-17 2014-11-25 Fujitsu Semiconductor Limited Computer-readable medium storing wrapper program and integrated circuit apparatus
CN106716385A (en) * 2014-09-04 2017-05-24 亿欧费博瑞克股份有限公司 Application centric distributed storage system and method
US20170251058A1 (en) * 2014-09-04 2017-08-31 Iofabric Inc. Application Centric Distributed Storage System and Method
US10083075B1 (en) * 2015-04-30 2018-09-25 Amdocs Development Limited System, method, and computer program for automatic discard of corrupt memory segments

Also Published As

Publication number Publication date
US8533523B2 (en) 2013-09-10

Similar Documents

Publication Publication Date Title
Ji et al. Rain: Refinable attack investigation with on-demand inter-process information flow tracking
Dumitraş et al. Why do upgrades fail and what can we do about it? Toward dependable, online upgrades in enterprise system
US7475387B2 (en) Problem determination using system run-time behavior analysis
KR102268355B1 (en) Cloud deployment infrastructure validation engine
US8245081B2 (en) Error reporting through observation correlation
US8521974B2 (en) Migration of data in a distributed environment
US6745344B1 (en) Debug and data collection mechanism utilizing a difference in database state by using consecutive snapshots of the database state
US20090193298A1 (en) System and method of fault detection, diagnosis and prevention for complex computing systems
US7765526B2 (en) Management of watchpoints in debuggers
US8452901B1 (en) Ordered kernel queue for multipathing events
US20130212682A1 (en) Automatic discovery of system integrity exposures in system code
CN113761519B (en) Method and device for detecting Web application program and storage medium
US10936386B2 (en) Method, device and computer program product for monitoring access request
Liao et al. Towards provenance-based anomaly detection in MapReduce
US8533523B2 (en) Data recovery in a cross domain environment
Song et al. Why software hangs and what can be done with it
US10680913B1 (en) Error remediation in software as a service (SaaS) portals
Chen et al. A lightweight software fault‐tolerance system in the cloud environment
US20240045757A1 (en) Software application development tool for automation of maturity advancement
US9621677B1 (en) Monitoring accesses to computer source code
US10896085B2 (en) Mitigating actions
US20230421588A1 (en) Data inspection system and method
US20230259657A1 (en) Data inspection system and method
US8478954B2 (en) Prioritizing subgroups in a consistency group
US11138182B2 (en) Compensating data corruption causing actions at runtime

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:TYLUTKI, MARCUS A.;REEL/FRAME:025203/0775

Effective date: 20101026

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.)

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20170910