CN110941513A - Data reconstruction method and related device - Google Patents

Data reconstruction method and related device Download PDF

Info

Publication number
CN110941513A
CN110941513A CN201911157805.6A CN201911157805A CN110941513A CN 110941513 A CN110941513 A CN 110941513A CN 201911157805 A CN201911157805 A CN 201911157805A CN 110941513 A CN110941513 A CN 110941513A
Authority
CN
China
Prior art keywords
data reconstruction
control target
feedback
corresponding relation
target
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
CN201911157805.6A
Other languages
Chinese (zh)
Other versions
CN110941513B (en
Inventor
王庆海
孟祥瑞
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.)
Inspur Electronic Information Industry Co Ltd
Original Assignee
Inspur Electronic Information Industry Co Ltd
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 Inspur Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN201911157805.6A priority Critical patent/CN110941513B/en
Publication of CN110941513A publication Critical patent/CN110941513A/en
Application granted granted Critical
Publication of CN110941513B publication Critical patent/CN110941513B/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/1479Generic software techniques for error detection or fault masking

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a data reconstruction method, which comprises the following steps: registering the acquired control target corresponding relation in a data reconstruction control thread; controlling the data reconstruction control thread to execute a feedback query instruction in the control target corresponding relation according to a preset time period to obtain a feedback query result; matching the feedback query result with a feedback threshold value in the corresponding relation of the control target; and when the matching is passed, performing target adjustment on the data reconstruction operation according to the control target in the control target corresponding relation, and executing the data reconstruction operation. The data reconstruction operation is controlled through the control target corresponding relation registered in the data reconstruction control thread, automatic adjustment according to feedback is achieved, and the flexibility degree and the use experience of functions are improved. The application also discloses a data reconstruction device, a storage server and a computer readable storage medium, which have the beneficial effects.

Description

Data reconstruction method and related device
Technical Field
The present application relates to the field of computer data storage technologies, and in particular, to a data reconstruction method, a data reconstruction device, a storage server, and a computer-readable storage medium.
Background
In the field of data Storage, the main functions of an OSD (Object-based Storage Device) are to store data, copy data, balance data, restore data, and the like. In an actual use scenario, one hard disk generally corresponds to one OSD, and the OSD manages the hard disk storage. When the hard disk mounted by the OSD fails, data of the OSD needs to be recovered, and a process of recovering the data in the failed OSD from other OSDs is called data reconstruction. In addition, when the distributed file system is expanded, the OSD performs data balance, and a part of data is migrated to the OSD of the new expansion node, which is also called data reconstruction.
In the prior art, when data reconstruction occurs, a client performs read-write operation on a cluster and performs data reconstruction at the same time, and the target speed of data reconstruction of the cluster can be adjusted in order to reduce the influence of the data reconstruction on the read-write performance of the client. That is, the operation target of the data reconstruction operation is readjusted according to different feedback situations. However, at present, the purpose of adjusting the data reconstruction speed can only be achieved by manually adjusting the data reconstruction priority of the cluster, and there are four priorities of low priority, medium priority, high priority and full priority. The four priorities correspond to four data reconstruction speeds of low speed, medium speed, high speed and full speed. It can be seen that, in the existing scheme, the reconstruction speed is basically constant and continuous after the reconstruction priority is set, and if the reconstruction speed is adjusted, the reconstruction priority needs to be manually adjusted. The method for adjusting the target is not flexible enough, and can not meet the requirement of a user on data reconstruction control under specific conditions.
Therefore, how to make the data reconstruction operation automatically adjust according to the feedback is a key issue of attention for those skilled in the art.
Disclosure of Invention
The application aims to provide a data reconstruction method, a data reconstruction device, a storage server and a computer readable storage medium, which control data reconstruction operation through a control target corresponding relation registered in a data reconstruction control thread, realize automatic adjustment according to feedback and improve the flexibility degree and use experience of functions.
In order to solve the above technical problem, the present application provides a data reconstruction method, including:
registering the acquired control target corresponding relation in a data reconstruction control thread;
controlling the data reconstruction control thread to execute a feedback query instruction in the control target corresponding relation according to a preset time period to obtain a feedback query result;
matching the feedback query result with a feedback threshold value in the corresponding relation of the control target;
and when the matching is passed, performing target adjustment on the data reconstruction operation according to the control target in the control target corresponding relation, and executing the data reconstruction operation.
Optionally, the method further includes:
and when the matching is not passed, adjusting the execution target of the data reconstruction operation to be a default target, and executing the data reconstruction operation.
Optionally, the method further includes:
when the feedback threshold values are matched with the multiple feedback threshold values, obtaining a control target corresponding to the feedback threshold value with the highest priority;
and performing target adjustment on the data reconstruction operation by adopting the control target, and executing the data reconstruction operation.
Optionally, the method further includes:
and when the matching is passed, performing log recording operation to obtain log data.
Optionally, controlling the data reconstruction control thread to execute the feedback query instruction in the control target corresponding relationship according to a preset time period to obtain a feedback query result, where the feedback query result includes:
when the control target corresponding relation is the corresponding relation between time and reconstruction speed, controlling the data reconstruction control thread to execute a time query instruction in the control target corresponding relation according to a preset time period to obtain current time;
and taking the current time as the feedback query result.
Optionally, matching the feedback query result with the feedback threshold in the control target corresponding relationship includes:
and matching the current time in the feedback query result with a time threshold value in the corresponding relation of the control target.
Optionally, when the matching passes, performing target adjustment on a data reconstruction operation according to the control target in the control target corresponding relationship, and executing the data reconstruction operation, including:
and when the matching is passed, carrying out target speed adjustment on the data reconstruction operation according to the target execution speed in the control target corresponding relation, and executing the data reconstruction operation.
The present application further provides a data reconstruction apparatus, comprising:
the corresponding relation registration module is used for registering the acquired corresponding relation of the control target in the data reconstruction control thread;
the feedback query module is used for controlling the data reconstruction control thread to execute a feedback query instruction in the control target corresponding relation according to a preset time period to obtain a feedback query result;
the feedback matching module is used for matching the feedback query result with a feedback threshold value in the corresponding relation of the control target;
and the target adjusting module is used for performing target adjustment on the data reconstruction operation according to the control target in the control target corresponding relation and executing the data reconstruction operation when the matching is passed.
The present application further provides a storage server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the data reconstruction method as described above when executing the computer program.
The present application also provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the data reconstruction method as described above.
The data reconstruction method provided by the application comprises the following steps: registering the acquired control target corresponding relation in a data reconstruction control thread; controlling the data reconstruction control thread to execute a feedback query instruction in the control target corresponding relation according to a preset time period to obtain a feedback query result; matching the feedback query result with a feedback threshold value in the corresponding relation of the control target; and when the matching is passed, performing target adjustment on the data reconstruction operation according to the control target in the control target corresponding relation, and executing the data reconstruction operation.
The control target corresponding relation is registered in a data reconstruction control thread, the reconstruction control thread is controlled to continuously and circularly execute a feedback query instruction according to a preset time period, then a feedback query result is obtained, then a feedback threshold value in the control target corresponding relation is matched, when the matching is passed, the data reconstruction operation is subjected to target adjustment according to the control target in the registered control target corresponding relation, the data reconstruction operation after the target adjustment is obtained, and finally the data reconstruction operation is executed, so that the feedback query result obtained by active query is realized, the target adjustment is not carried out in a manual mode in the prior art, the flexibility degree in the data reconstruction process is improved, different characteristic requirements are met under different conditions, and the use experience of data reconstruction is improved.
The present application further provides a data reconstruction device, a storage server, and a computer-readable storage medium, which have the above beneficial effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a data reconstruction method according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a data reconstruction device according to an embodiment of the present disclosure.
Detailed Description
The core of the application is to provide a data reconstruction method, a data reconstruction device, a storage server and a computer readable storage medium, the data reconstruction operation is controlled through the control target corresponding relation registered in the data reconstruction control thread, automatic adjustment according to feedback is realized, and the flexibility degree and the use experience of functions are improved.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the prior art, when data reconstruction occurs, a client performs read-write operation on a cluster and performs data reconstruction at the same time, and the target speed of data reconstruction of the cluster can be adjusted in order to reduce the influence of the data reconstruction on the read-write performance of the client. That is, the operation target of the data reconstruction operation is readjusted according to different feedback situations. However, at present, the purpose of adjusting the data reconstruction speed can only be achieved by manually adjusting the data reconstruction priority of the cluster, and there are four priorities of low priority, medium priority, high priority and full priority. The four priorities correspond to four data reconstruction speeds of low speed, medium speed, high speed and full speed. It can be seen that, in the existing scheme, the reconstruction speed is basically constant and continuous after the reconstruction priority is set, and if the reconstruction speed is adjusted, the reconstruction priority needs to be manually adjusted. The method for adjusting the target is not flexible enough, and can not meet the requirement of a user on data reconstruction control under specific conditions.
Therefore, the present application provides a data reconstruction method, by first registering a control target correspondence in a data reconstruction control thread, then controlling the reconstruction control thread to continuously and circularly execute a feedback query instruction according to a preset time period, then obtaining a feedback query result, matching a feedback threshold value in the corresponding relation of the control target, and when the matching is passed, target adjustment is carried out on the data reconstruction operation according to the control target in the registered control target corresponding relation to obtain the data reconstruction operation after the target adjustment, and finally the data reconstruction operation is executed, so that the feedback query result according to the active query is realized, rather than manually adjusting the target in the prior art, the method improves the flexibility degree in the data reconstruction process, therefore, different characteristic requirements are met under different conditions, and the use experience of using data reconstruction is improved.
Referring to fig. 1, fig. 1 is a flowchart of a data reconstruction method according to an embodiment of the present disclosure.
In this embodiment, the method may include:
s101, registering the acquired control target corresponding relation in a data reconstruction control thread;
this step is intended to register the acquired control target correspondence in the data reconstruction control thread. The control target corresponding relation refers to a corresponding relation between a feedback source, a feedback threshold and a control target. The feedback source refers to where the feedback information is obtained, and specifically, may include a feedback query instruction. In a specific using process, a corresponding feedback query result can be obtained by directly executing the feedback query instruction. The feedback threshold refers to different operation means corresponding to different sizes of the feedback query result, and different control targets correspond to different threshold ranges. The control target refers to a target for adjusting the data reconstruction operation.
Taking the example of adjusting the reconstruction speed according to time, the control target corresponding relationship is a corresponding relationship between time and the reconstruction execution speed. Specifically, the feedback source acquires the current time, so that the corresponding feedback query instruction is the current time query instruction, and the acquired feedback query result is the current time. The feedback thresholds are different time periods, each time period corresponding to a different speed of the reconstruction operation. For example, the reconstruction speed between 0 and 5 points in time is high, and the reconstruction speed between 20 and 24 points is low.
Further, registering the control target correspondence in the data reconstruction control thread means that the control target correspondence is stored in the data reconstruction control thread. And enabling the data reconstruction control thread to execute corresponding control operation according to the registered corresponding relation. And moreover, a plurality of different control target corresponding relations can be registered in the data reconstruction control thread, corresponding priorities are set, and when the conditions of simultaneous judgment occur, the control target corresponding relation with the highest priority is selected and executed.
S102, the control data reconstruction control thread executes a feedback query instruction in the corresponding relation of the control target according to a preset time period to obtain a feedback query result;
on the basis of S101, this step aims to control the data reconstruction control thread to execute the feedback query instruction in the registered control target correspondence, and obtain a feedback query result. Generally, a corresponding feedback query instruction may be registered in the control target correspondence, and the data reconstruction control thread may directly execute the feedback query instruction to obtain the corresponding feedback query instruction. Or inquiring a corresponding feedback inquiry instruction according to a feedback source in the corresponding relation of the control target, and executing the feedback inquiry instruction to obtain a feedback inquiry result.
S103, matching the feedback query result with a feedback threshold value in the corresponding relation of the control target;
and matching the feedback query result with the feedback threshold value on the basis of the S102. The obtained feedback query result is matched with the feedback threshold value. Specifically, when the feedback query result is numerical data, the size of the feedback query result can be directly compared to obtain a corresponding control target. And when the feedback query result is other text information, directly performing matching operation to obtain a corresponding control target.
And S104, when the matching is passed, performing target adjustment on the data reconstruction operation according to the control target in the control target corresponding relation, and executing the data reconstruction operation.
On the basis of S103, this step aims to perform target adjustment on the data reconstruction operation by using the corresponding control target when the matching passes, obtain an adjusted data reconstruction operation, and execute the data reconstruction operation. Therefore, the data reconstruction operation is adjusted according to the corresponding relation of the control target instead of manual adjustment, and the adjustment flexibility is improved.
S105, when the matching is not passed, adjusting the execution target of the data reconstruction operation to be a default target, and executing the data reconstruction operation.
It can be seen that this step is intended to perform this data reconstruction operation directly with the default target when the match fails, i.e. the corresponding control target is not matched.
In addition, the present embodiment may further include:
when the feedback threshold values are matched with the multiple feedback threshold values, obtaining a control target corresponding to the feedback threshold value with the highest priority;
and performing target adjustment on the data reconstruction operation by adopting the control target, and executing the data reconstruction operation.
Therefore, when a plurality of control targets are matched, the final control target is determined according to the priority corresponding to the control target, namely, the control target with the highest priority is selected for target adjustment.
Optionally, this embodiment may further include:
and when the matching is passed, performing log recording operation to obtain log data.
In summary, in the embodiment, by first registering the control target correspondence relation in the data reconstruction control thread, then controlling the reconstruction control thread to continuously and circularly execute a feedback query instruction according to a preset time period, then obtaining a feedback query result, matching a feedback threshold value in the corresponding relation of the control target, and when the matching is passed, target adjustment is carried out on the data reconstruction operation according to the control target in the registered control target corresponding relation to obtain the data reconstruction operation after the target adjustment, and finally the data reconstruction operation is executed, so that the feedback query result according to the active query is realized, rather than manually adjusting the target in the prior art, the method improves the flexibility degree in the data reconstruction process, therefore, different characteristic requirements are met under different conditions, and the use experience of using data reconstruction is improved.
A data reconstruction method provided in the present application is further described below with reference to another specific embodiment.
In this embodiment, the method may include:
s201, registering the acquired control target corresponding relation in a data reconstruction control thread;
s202, when the corresponding relation of the control target is the corresponding relation of time and reconstruction speed, controlling a data reconstruction control thread to execute a time query instruction in the corresponding relation of the control target according to a preset time period to obtain current time;
s203, taking the current time as a feedback query result;
s204, matching the current time in the feedback query result with a time threshold value in the corresponding relation of the control target;
and S205, when the matching is passed, carrying out target speed adjustment on the data reconstruction operation according to the target execution speed in the control target corresponding relation, and executing the data reconstruction operation.
S206, when the matching is not passed, adjusting the execution target of the data reconstruction operation to be a default target, and executing the data reconstruction operation.
Specifically, the correspondence relationship is registered in the data reconstruction control thread. First, a control thread with a custom strategy is started. Then, registering the self-defined strategy, namely registering the corresponding relation of the control target.
Wherein, the process of registering mainly includes: query command, conditions triggered by the user-defined strategy and control command.
For example, if the data reconstruction of a control cluster between 1 a morning and 5 a morning is to be customized to be performed at a high speed, a command for inquiring time needs to be registered first, then a trigger condition for registering is that the time is more than 1 and less than 5, and finally a control command for modifying the data reconstruction priority is registered. Thus, the data reconstruction priority is adjusted to be high when the condition between 1 point in the morning and 5 points in the morning is met.
For another example, if the user wants to customize, when the cluster read-write service is busy, for example, when the IOPS of the read-write exceeds 5000, the data reconstruction priority needs to be adjusted to be a low priority. At this time, a command for querying the cluster IOPS needs to be registered first, then the registration triggering condition is that the value of the IOPS is greater than 5000, and finally a control command for modifying the reconstruction priority is registered.
And the control thread of the custom strategy circularly traverses the custom strategy, checks whether the triggering conditions of the custom strategy are met one by one, executes the registered control command and records the control command executed this time if the triggering conditions are met, and records the control command which does not meet the triggering conditions if the triggering conditions are not met.
In addition, after the traversal is finished, the traversal result is checked, namely the recorded result is checked. And checking the control command which does not meet the triggering condition, and modifying the parameter controlled by the command to be the default parameter if the control command is not executed in the traversal. For example, two custom policies are registered: the data reconstruction priority between 1 point in the morning and 5 points in the morning is modified into a high priority; the reconstruction priority of the data between 18 and 22 points is modified to be low priority. Then if the current time is 20 points, one of the trigger conditions is met and the reconstruction priority is modified to a high priority. If the current time is 22:30, neither trigger condition is satisfied, and the reconstruction priority needs to be modified to the reconstruction priority of the default setting of the cluster, such as the middle priority of the default setting, and then the reconstruction priority is modified to the middle priority.
As can be seen, in the present embodiment, by first registering the control target correspondence in the data reconstruction control thread, then controlling the reconstruction control thread to continuously and circularly execute a feedback query instruction according to a preset time period, then obtaining a feedback query result, matching a feedback threshold value in the corresponding relation of the control target, and when the matching is passed, target adjustment is carried out on the data reconstruction operation according to the control target in the registered control target corresponding relation to obtain the data reconstruction operation after the target adjustment, and finally the data reconstruction operation is executed, so that the feedback query result according to the active query is realized, rather than manually adjusting the target in the prior art, the method improves the flexibility degree in the data reconstruction process, therefore, different characteristic requirements are met under different conditions, and the use experience of using data reconstruction is improved.
In the following, a data reconstruction device provided in an embodiment of the present application is introduced, and a data reconstruction device described below and a data reconstruction method described above may be referred to correspondingly.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a data reconstruction device according to an embodiment of the present disclosure.
In this embodiment, the apparatus may include:
a correspondence registration module 100, configured to register the acquired control target correspondence in a data reconstruction control thread;
the feedback query module 200 is configured to control the data reconstruction control thread to execute a feedback query instruction in the control target corresponding relationship according to a preset time period, so as to obtain a feedback query result;
a feedback matching module 300, configured to match a feedback query result with a feedback threshold in the control target correspondence;
and the target adjusting module 400 is configured to, when the matching is passed, perform target adjustment on the data reconstruction operation according to the control target in the control target correspondence, and perform a data reconstruction operation.
An embodiment of the present application further provides a storage server, including:
a memory for storing a computer program;
a processor for implementing the steps of the data reconstruction method as described in the above embodiments when executing the computer program.
Embodiments of the present application further provide a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the data reconstruction method according to the above embodiments.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
A data reconstruction method, a data reconstruction device, a storage server, and a computer-readable storage medium provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.

Claims (10)

1. A method of data reconstruction, comprising:
registering the acquired control target corresponding relation in a data reconstruction control thread;
controlling the data reconstruction control thread to execute a feedback query instruction in the control target corresponding relation according to a preset time period to obtain a feedback query result;
matching the feedback query result with a feedback threshold value in the corresponding relation of the control target;
and when the matching is passed, performing target adjustment on the data reconstruction operation according to the control target in the control target corresponding relation, and executing the data reconstruction operation.
2. The data reconstruction method of claim 1, further comprising:
and when the matching is not passed, adjusting the execution target of the data reconstruction operation to be a default target, and executing the data reconstruction operation.
3. The data reconstruction method of claim 1, further comprising:
when the feedback threshold values are matched with the multiple feedback threshold values, obtaining a control target corresponding to the feedback threshold value with the highest priority;
and performing target adjustment on the data reconstruction operation by adopting the control target, and executing the data reconstruction operation.
4. The data reconstruction method of claim 1, further comprising:
and when the matching is passed, performing log recording operation to obtain log data.
5. The data reconstruction method according to claim 1, wherein controlling the data reconstruction control thread to execute the feedback query instruction in the control target corresponding relationship according to a preset time period to obtain a feedback query result comprises:
when the control target corresponding relation is the corresponding relation between time and reconstruction speed, controlling the data reconstruction control thread to execute a time query instruction in the control target corresponding relation according to a preset time period to obtain current time;
and taking the current time as the feedback query result.
6. The data reconstruction method of claim 5, wherein matching the feedback query result with a feedback threshold in the control target correspondence comprises:
and matching the current time in the feedback query result with a time threshold value in the corresponding relation of the control target.
7. The data reconstruction method according to claim 6, wherein when the matching passes, performing target adjustment on a data reconstruction operation according to a control target in the control target correspondence, and performing the data reconstruction operation, includes:
and when the matching is passed, carrying out target speed adjustment on the data reconstruction operation according to the target execution speed in the control target corresponding relation, and executing the data reconstruction operation.
8. A data reconstruction apparatus, comprising:
the corresponding relation registration module is used for registering the acquired corresponding relation of the control target in the data reconstruction control thread;
the feedback query module is used for controlling the data reconstruction control thread to execute a feedback query instruction in the control target corresponding relation according to a preset time period to obtain a feedback query result;
the feedback matching module is used for matching the feedback query result with a feedback threshold value in the corresponding relation of the control target;
and the target adjusting module is used for performing target adjustment on the data reconstruction operation according to the control target in the control target corresponding relation and executing the data reconstruction operation when the matching is passed.
9. A storage server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the data reconstruction method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the data reconstruction method according to one of claims 1 to 7.
CN201911157805.6A 2019-11-22 2019-11-22 Data reconstruction method and related device Active CN110941513B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911157805.6A CN110941513B (en) 2019-11-22 2019-11-22 Data reconstruction method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911157805.6A CN110941513B (en) 2019-11-22 2019-11-22 Data reconstruction method and related device

Publications (2)

Publication Number Publication Date
CN110941513A true CN110941513A (en) 2020-03-31
CN110941513B CN110941513B (en) 2022-03-22

Family

ID=69907908

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911157805.6A Active CN110941513B (en) 2019-11-22 2019-11-22 Data reconstruction method and related device

Country Status (1)

Country Link
CN (1) CN110941513B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140019965A1 (en) * 2012-07-13 2014-01-16 Douglas M. Neuse System and method for automated assignment of virtual machines and physical machines to hosts with right-sizing
CN105653591A (en) * 2015-12-22 2016-06-08 浙江中控研究院有限公司 Hierarchical storage and migration method of industrial real-time data
CN107391317A (en) * 2017-09-14 2017-11-24 郑州云海信息技术有限公司 A kind of method, apparatus of data recovery, equipment and computer-readable recording medium
CN107766143A (en) * 2016-08-16 2018-03-06 阿里巴巴集团控股有限公司 Data processing management system and task management, method for scheduling task and device
CN108052655A (en) * 2017-12-28 2018-05-18 新华三技术有限公司 Data write and read method
CN108200218A (en) * 2018-03-09 2018-06-22 北京奇艺世纪科技有限公司 A kind of method, apparatus and electronic equipment for realizing load balancing
CN108810140A (en) * 2018-06-12 2018-11-13 湘潭大学 Classification storage method based on dynamic threshold adjustment in cloud storage system
CN109358816A (en) * 2018-10-19 2019-02-19 网宿科技股份有限公司 A kind of flow control method and device of distributed memory system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140019965A1 (en) * 2012-07-13 2014-01-16 Douglas M. Neuse System and method for automated assignment of virtual machines and physical machines to hosts with right-sizing
CN105653591A (en) * 2015-12-22 2016-06-08 浙江中控研究院有限公司 Hierarchical storage and migration method of industrial real-time data
CN107766143A (en) * 2016-08-16 2018-03-06 阿里巴巴集团控股有限公司 Data processing management system and task management, method for scheduling task and device
CN107391317A (en) * 2017-09-14 2017-11-24 郑州云海信息技术有限公司 A kind of method, apparatus of data recovery, equipment and computer-readable recording medium
CN108052655A (en) * 2017-12-28 2018-05-18 新华三技术有限公司 Data write and read method
CN108200218A (en) * 2018-03-09 2018-06-22 北京奇艺世纪科技有限公司 A kind of method, apparatus and electronic equipment for realizing load balancing
CN108810140A (en) * 2018-06-12 2018-11-13 湘潭大学 Classification storage method based on dynamic threshold adjustment in cloud storage system
CN109358816A (en) * 2018-10-19 2019-02-19 网宿科技股份有限公司 A kind of flow control method and device of distributed memory system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
田珂,朱清新,向培素: "基于混合遗传算法的工作流重构研究", 《计算机科学》 *

Also Published As

Publication number Publication date
CN110941513B (en) 2022-03-22

Similar Documents

Publication Publication Date Title
JP6605078B2 (en) Information processing method, information processing apparatus, server, and computer-readable recording medium
CN108427886B (en) Method, system, device and readable medium for setting access authority of application program
US8001273B2 (en) Parallel processing of input data to locate landmarks for chunks
US8719237B2 (en) Method and apparatus for deleting duplicate data
US20080215836A1 (en) Method of managing time-based differential snapshot
CN109471843B (en) Metadata caching method, system and related device
US20200142634A1 (en) Hybrid distributed storage system to dynamically modify storage overhead and improve access performance
US10846181B2 (en) Database recovery after system copy
CN104158858A (en) Method and system for accessing distributed cluster file system
CN111177271A (en) Data storage method and device for persistence of kafka data to hdfs, and computer equipment
US20170109376A1 (en) Method for managing data using in-memory database and apparatus thereof
CN110941513B (en) Data reconstruction method and related device
JP4962483B2 (en) Information processing device
CN106776131B (en) Data backup method and server
US10339100B2 (en) File management method and file system
CN111177104B (en) Log downloading and flushing method and device of NAS storage system
CN110427157B (en) Formatting method and related device
KR101984261B1 (en) Apparatus and method for dynamic frequency scaling, and recording medium
US9575679B2 (en) Storage system in which connected data is divided
CN111506254A (en) Distributed storage system and management method and device thereof
CN115129253A (en) Snapshot processing method, device, equipment and medium
US9519597B2 (en) Communication apparatus and method based on shared memory
CN112256694B (en) Hive table state changing method and device
CN111258871B (en) Verification method, device, equipment and storage medium of distributed file system
EP3284212B1 (en) Adjusting speaker settings

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant