CN111625262B - Rollback method, system, equipment and storage medium of workload resource - Google Patents

Rollback method, system, equipment and storage medium of workload resource Download PDF

Info

Publication number
CN111625262B
CN111625262B CN202010469764.0A CN202010469764A CN111625262B CN 111625262 B CN111625262 B CN 111625262B CN 202010469764 A CN202010469764 A CN 202010469764A CN 111625262 B CN111625262 B CN 111625262B
Authority
CN
China
Prior art keywords
rollback
resource
workload
workload resource
parameter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010469764.0A
Other languages
Chinese (zh)
Other versions
CN111625262A (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.)
Guangdong Inspur Smart Computing Technology Co Ltd
Original Assignee
Guangdong Inspur Big Data Research 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 Guangdong Inspur Big Data Research Co Ltd filed Critical Guangdong Inspur Big Data Research Co Ltd
Priority to CN202010469764.0A priority Critical patent/CN111625262B/en
Publication of CN111625262A publication Critical patent/CN111625262A/en
Application granted granted Critical
Publication of CN111625262B publication Critical patent/CN111625262B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/142Reconfiguring to eliminate the error
    • G06F11/143Reconfiguring to eliminate the error with loss of software functionality
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Quality & Reliability (AREA)
  • Retry When Errors Occur (AREA)

Abstract

The application discloses a rollback method of workload resources, which comprises the following steps: after any parameter adjustment is performed on the target workload resource, saving parameter information of the target workload resource subjected to the parameter adjustment, and generating a version number corresponding to the target workload resource subjected to the parameter adjustment; when a rollback request aiming at a target workload resource is received, extracting stored parameter information corresponding to the version number carried in the rollback request based on the version number carried in the rollback request; based on the extracted parameter information, performing parameter rollback on the target workload resource; wherein the target workload resource is any one of any type of workload resource. By applying the scheme of the application, the rollback efficiency is improved, and the error probability in the rollback process is reduced. The application also provides a rollback system, equipment and a storage medium of the workload resource, which have corresponding effects.

Description

Rollback method, system, equipment and storage medium of workload resource
Technical Field
The present application relates to the field of cloud platform management technologies, and in particular, to a rollback method, system, device and storage medium for workload resources.
Background
In the cloud computing era, in order to adapt to complex and changeable business demands of users, upgrading and modifying of workload resources, particularly stateful load resources, are often required, and upgrading and modifying of parameters are often required. In practical application, when a worker upgrades and modifies parameters of a workload resource, unexpected situations are unavoidable, so that resource service is not available, and the workload resource needs to be rolled back, namely, the operation of parameter backfilling is performed, errors are easy to occur in the rolling back process, and the efficiency is low due to the fact that each parameter data needs to be rolled back one by one. Particularly for stateful load resources, the need for improved rollback efficiency is higher because the rollback operations are very frequent.
In summary, how to effectively roll back the workload resources, improve the roll-back efficiency, and reduce the occurrence probability of misoperation is a technical problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a rollback method, a system, equipment and a storage medium of workload resources, so as to improve rollback efficiency and reduce occurrence probability of misoperation.
In order to solve the technical problems, the application provides the following technical scheme:
a method of rollback of workload resources, comprising:
after any parameter adjustment is performed on a target workload resource, saving parameter information of the target workload resource after the parameter adjustment is performed, and generating a version number corresponding to the target workload resource after the parameter adjustment is performed;
when a rollback request aiming at the target workload resource is received, extracting stored parameter information corresponding to the version number carried in the rollback request based on the version number carried in the rollback request;
performing parameter rollback on the target workload resource based on the extracted parameter information;
wherein the target workload resource is any workload resource in any type of workload resource.
Preferably, after extracting the saved parameter information corresponding to the version number carried in the rollback request, the method further includes:
judging whether the extracted parameter information corresponding to the version number carried in the rollback request is supported by the current cloud platform or not;
if yes, executing the operation of parameter rollback on the target workload resource based on the extracted parameter information;
if not, stopping the rollback process and outputting the first prompt message.
Preferably, after generating the version number corresponding to the target workload resource after the parameter adjustment, the method further includes:
version description information corresponding to the target workload resource after parameter adjustment, version generation time, resource type, resource unique identification and current version mark information are recorded.
Preferably, the target workload resource is any one of stateful load resources.
Preferably, after parameter rollback is performed on the target workload resource, the method further comprises:
and outputting the second prompt information.
A rollback system for workload resources, comprising:
the version control module is used for storing the parameter information of the target workload resource after the parameter adjustment is carried out on the target workload resource for any time, and generating a version number corresponding to the target workload resource after the parameter adjustment is carried out;
the version selection module is used for extracting the saved parameter information corresponding to the version number carried in the rollback request based on the version number carried in the rollback request when the rollback request for the target workload resource is received;
the rollback execution module is used for performing parameter rollback on the target workload resource based on the extracted parameter information;
wherein the target workload resource is any workload resource in any type of workload resource.
Preferably, after extracting the saved parameter information corresponding to the version number carried in the rollback request, the method further includes:
the parameter verification module is used for judging whether the extracted parameter information corresponding to the version number carried in the rollback request is supported by the current cloud platform; if yes, triggering the rollback execution module; if not, stopping the rollback process and outputting the first prompt message.
Preferably, the method further comprises:
and the recording module is used for recording version description information, version generation time, resource type, resource unique identification and current version mark information corresponding to the target workload resource after parameter adjustment.
A rollback apparatus of workload resources, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the method of rollback of workload resources as claimed in any one of the preceding claims.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of the method of rollback of workload resources of any of the preceding claims.
By applying the technical scheme provided by the embodiment of the application, after the target workload resource is subjected to parameter adjustment for any time, the parameter information of the target workload resource subjected to parameter adjustment is stored, and meanwhile, the version number corresponding to the target workload resource subjected to parameter adjustment is generated, so that when the rollback is required to be carried out subsequently, a user only needs to send a rollback request, and the cloud platform can extract the stored parameter information corresponding to the version number carried in the rollback request based on the version number carried in the rollback request, thereby carrying out parameter rollback on the target workload resource aimed by the rollback request.
Drawings
In order to more clearly illustrate the embodiments of the application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of an embodiment of a method for rolling back workload resources according to the present application;
FIG. 2 is a schematic diagram of a rollback system for workload resources according to the present application;
FIG. 3 is a schematic diagram of a rollback apparatus for workload resources according to the present application.
Detailed Description
The core of the application is to provide a rollback method of the workload resource, which is beneficial to improving the rollback efficiency and reducing the error probability in the rollback process.
In order to better understand the aspects of the present application, the present application will be described in further detail with reference to the accompanying drawings and detailed description. It will be apparent that the described embodiments are only some, but not all, embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
Referring to fig. 1, fig. 1 is a flowchart illustrating an implementation of a method for rolling back a workload resource according to the present application, where the method for rolling back a workload resource may include the following steps:
step S101: after any one parameter adjustment is performed on the target workload resource, saving the parameter information of the target workload resource after the parameter adjustment, and generating a version number corresponding to the target workload resource after the parameter adjustment.
In particular, the target workload resource described herein may be any one of any type of workload resource.
For example, any workload resource in the workload resource of the type of the stateful load resource may be used, and for example, any workload resource in the workload resource of the type of the stateless load resource may be used, or the type of the job resource may be used, which does not affect the implementation of the present application.
Of course, in practical applications, the rollback operation of the stateful load resource is very frequent, so the target workload resource described in the present application may be generally of the type of stateful load resource, i.e., the target workload resource may be any one of the stateful load resources.
The optional parameter adjustment for the target workload resource described in step S101 of the present application may be established for the initial parameter or may be updated for any subsequent parameter. For example, 10 stateful services are running in the cloud platform, and correspondingly, 10 stateful load resources are available, for example, one of the stateful load resources is denoted by a, and when a is established, lower parameter information is stored, for example, the stored parameter information is called C1, and a corresponding version number is generated, for example, called 001. Subsequent to an upgrade, for example, a, parameter information after the upgrade, for example, referred to as C2, is saved after the upgrade, and a corresponding version number, for example, referred to as 002, is generated. Then in this example, for a there are two versions, the first being 001, the version at the time of creation, 002 being the current version. Of course, for example, if 8 subsequent upgrade operations are performed, there are 10 versions for a, and each version has parameter information corresponding to the version and a corresponding version number.
This may be generally done on the basis of Controller Revision when saving parameter information. Controller Revision is a resource in the kubernetes bottom layer for listening to and recording statefulset, daemonSet version information, although in other embodiments, parameter information may be stored in other ways, as long as the purpose of the present application can be achieved, without affecting the implementation of the present application.
Step S102: and when a rollback request aiming at the target workload resource is received, extracting the saved parameter information corresponding to the version number carried in the rollback request based on the version number carried in the rollback request.
The rollback request needs to carry the version number and the number of the target workload resource, for example, in the foregoing example, 10 stateful services are totally run in the cloud platform, and then 10 stateful load resources are available, for example, the numbers are a, B and C … in sequence, and of course, other numbering manners may be available in actual situations, and each stateful load resource can be distinguished. The number of the target workload resource may also be generally referred to as the Lable Selector of the target workload resource.
For example, there are 10 versions of the stateful load resource a, the version numbers are 001 to 010 in turn, the current version number is 010, the user wishes to scroll back to the version corresponding to 006, the scroll request may include two information, a and 006, with a number a indicating which target workload resource the scroll request is directed to, and 006 indicating which version the user wishes to scroll back to.
Based on the version number carried in the rollback request, the previously stored parameter information corresponding to the version number carried in the rollback request can be extracted.
Step S103: and carrying out parameter rollback on the target workload resource based on the extracted parameter information.
After the extracted parameter information, the target workload resource can be subjected to parameter rollback, namely, the current parameter information is covered by the extracted parameter information.
Further, in a specific embodiment of the present application, after step S102, the method may further include:
judging whether the extracted parameter information corresponding to the version number carried in the rollback request is supported by the current cloud platform or not;
if yes, step S103 is performed;
if not, stopping the rollback process and outputting the first prompt message.
In such an embodiment, considering that the saving of the parameter information is generally achieved through Controller Revision, as the cloud platform operates, the present application discovers that the current environment of the cloud platform may not necessarily support rollback, that is, the parameter information saved before is not necessarily trusted.
Therefore, in this embodiment, it is determined whether the extracted parameter information corresponding to the version number carried in the rollback request is supported by the current cloud platform, that is, whether the dependency configuration of the parameter information corresponding to the version number carried in the rollback request exists, and of course, the specific item to be determined may be set according to the actual situation, for example, whether the pvc storage volume is occupied by other workloads or not.
If the extracted parameter information corresponding to the version number carried in the rollback request is judged not to be supported by the current cloud platform, the rollback process is stopped and the first prompt information is output. In the embodiment, whether the extracted parameter information is credible or not can be determined, rollback can be performed only when the parameter information is credible, rollback failure can be avoided or other abnormal conditions can be triggered, and the rollback is guaranteed to be performed correctly.
In a specific embodiment of the present application, after generating the version number corresponding to the target workload resource after the parameter adjustment in step S101, the method may further include:
version description information corresponding to the target workload resource after parameter adjustment, version generation time, resource type, resource unique identification and current version mark information are recorded.
In the embodiment, besides the generated version number, the version description information, the version generation time, the resource type, the unique resource identifier and the current version mark information of the target workload resource are also stored, so that a user can more accurately grasp the conditions of each version of the target workload resource, and further the user can be assisted in deciding which version to roll back.
The version description information may be an introduction of the target workload resource of the version, the type of the resource describes the type of the target workload resource, such as the stateful load resource, the stateless load resource and the like, the unique identifier of the resource is equivalent to the role, so that the retrieval is convenient, and the current version mark information is used for indicating whether the version of the current target workload resource is the version corresponding to the version record.
In a specific embodiment of the present application, after step S103, the method may further include: and outputting a second prompt message so that the staff timely notices the condition and knows that the rolling-back process is successfully completed.
By applying the technical scheme provided by the embodiment of the application, after the target workload resource is subjected to parameter adjustment for any time, the parameter information of the target workload resource subjected to parameter adjustment is stored, and meanwhile, the version number corresponding to the target workload resource subjected to parameter adjustment is generated, so that when the rollback is required to be carried out subsequently, a user only needs to send a rollback request, and the cloud platform can extract the stored parameter information corresponding to the version number carried in the rollback request based on the version number carried in the rollback request, thereby carrying out parameter rollback on the target workload resource aimed by the rollback request.
Corresponding to the above method embodiment, the embodiment of the application also provides a rollback system of the workload resource, which can be referred to above in a mutual correspondence manner.
Referring to fig. 2, a schematic structural diagram of a rollback system for workload resources according to the present application includes:
a version control module 201, configured to store parameter information of the target workload resource after performing parameter adjustment on the target workload resource for any one time, and generate a version number corresponding to the target workload resource after performing parameter adjustment;
the version selection module 202 is configured to extract, when a rollback request for a target workload resource is received, saved parameter information corresponding to a version number carried in the rollback request based on the version number carried in the rollback request;
the rollback execution module 203 is configured to perform parameter rollback on the target workload resource based on the extracted parameter information;
wherein the target workload resource is any one of any type of workload resource.
In one embodiment of the present application, the method further comprises:
the parameter verification module is configured to determine whether the extracted parameter information corresponding to the version number carried in the rollback request is supported by the current cloud platform after the version selection module 202 extracts the saved parameter information corresponding to the version number carried in the rollback request; if yes, triggering the rollback execution module 203; if not, stopping the rollback process and outputting the first prompt message.
In one embodiment of the present application, the method further comprises:
the recording module is used for recording version description information, version generation time, resource type, resource unique identification and current version mark information corresponding to the target workload resource after parameter adjustment.
In one embodiment of the present application, the target workload resource is any one of the stateful load resources.
In one embodiment of the present application, the method further comprises:
the prompting module is configured to output a second prompting message after the rollback execution module 203 performs parameter rollback on the target workload resource.
Corresponding to the above method and system embodiments, the embodiments of the present application further provide a rollback apparatus for workload resources and a computer readable storage medium, which may be referred to above in correspondence with each other. A computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the method for rollback of workload resources in any of the embodiments described above. The computer readable storage medium as described herein includes 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.
Referring to fig. 3, a schematic structural diagram of a rollback apparatus for workload resources according to the present application includes:
a memory 301 for storing a computer program;
a processor 302 for executing a computer program to implement the steps of the method of rolling back workload resources in any of the embodiments described above.
It is further noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
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 elements and steps are described above generally in terms of functionality in order to clearly illustrate the 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 solution. 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 principles and embodiments of the present application have been described herein with reference to specific examples, but the description of the examples above is only for aiding in understanding the technical solution of the present application and its core ideas. It should be noted that it will be apparent to those skilled in the art that various modifications and adaptations of the application can be made without departing from the principles of the application and these modifications and adaptations are intended to be within the scope of the application as defined in the following claims.

Claims (8)

1. A method of rolling back workload resources, comprising:
after any parameter adjustment is performed on a target workload resource, saving parameter information of the target workload resource after the parameter adjustment is performed, and generating a version number corresponding to the target workload resource after the parameter adjustment is performed;
when a rollback request aiming at the target workload resource is received, extracting stored parameter information corresponding to the version number carried in the rollback request based on the version number carried in the rollback request;
performing parameter rollback on the target workload resource based on the extracted parameter information;
wherein the target workload resource is any workload resource in any type of workload resource;
after extracting the saved parameter information corresponding to the version number carried in the rollback request, the method further comprises the following steps:
judging whether the extracted parameter information corresponding to the version number carried in the rollback request is supported by the current cloud platform or not;
if yes, executing the operation of parameter rollback on the target workload resource based on the extracted parameter information;
if not, stopping the rollback process and outputting the first prompt message.
2. The method of rolling back workload resources according to claim 1, further comprising, after generating a version number corresponding to the target workload resource after the parameter adjustment has been made:
version description information corresponding to the target workload resource after parameter adjustment, version generation time, resource type, resource unique identification and current version mark information are recorded.
3. The method of rolling back workload resources according to claim 1, wherein the target workload resource is any one of stateful load resources.
4. A method of rollback of workload resources according to any of claims 1 to 3, further comprising, after parameter rollback of the target workload resource:
and outputting the second prompt information.
5. A rollback system for workload resources, comprising:
the version control module is used for storing the parameter information of the target workload resource after the parameter adjustment is carried out on the target workload resource for any time, and generating a version number corresponding to the target workload resource after the parameter adjustment is carried out;
the version selection module is used for extracting the saved parameter information corresponding to the version number carried in the rollback request based on the version number carried in the rollback request when the rollback request for the target workload resource is received;
the rollback execution module is used for performing parameter rollback on the target workload resource based on the extracted parameter information;
wherein the target workload resource is any workload resource in any type of workload resource;
after extracting the saved parameter information corresponding to the version number carried in the rollback request, the method further comprises the following steps:
the parameter verification module is used for judging whether the extracted parameter information corresponding to the version number carried in the rollback request is supported by the current cloud platform; if yes, triggering the rollback execution module; if not, stopping the rollback process and outputting the first prompt message.
6. The rollback system of workload resources of claim 5, further comprising:
and the recording module is used for recording version description information, version generation time, resource type, resource unique identification and current version mark information corresponding to the target workload resource after parameter adjustment.
7. A rollback apparatus for workload resources, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the rollback method of workload resources according to any of claims 1 to 4.
8. A computer readable storage medium, characterized in that it has stored thereon a computer program which, when executed by a processor, implements the steps of the method of rollback of workload resources according to any of claims 1 to 4.
CN202010469764.0A 2020-05-28 2020-05-28 Rollback method, system, equipment and storage medium of workload resource Active CN111625262B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010469764.0A CN111625262B (en) 2020-05-28 2020-05-28 Rollback method, system, equipment and storage medium of workload resource

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010469764.0A CN111625262B (en) 2020-05-28 2020-05-28 Rollback method, system, equipment and storage medium of workload resource

Publications (2)

Publication Number Publication Date
CN111625262A CN111625262A (en) 2020-09-04
CN111625262B true CN111625262B (en) 2023-08-22

Family

ID=72269973

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010469764.0A Active CN111625262B (en) 2020-05-28 2020-05-28 Rollback method, system, equipment and storage medium of workload resource

Country Status (1)

Country Link
CN (1) CN111625262B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115361428B (en) * 2022-10-21 2022-12-16 北京鼎轩科技有限责任公司 Remote control method and grading system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104881604A (en) * 2014-02-27 2015-09-02 中兴通讯股份有限公司 Method and apparatus for operating versions files
CN107241370A (en) * 2016-03-29 2017-10-10 西门子公司 The rollback method and system of resource operation under IaaS cloud environment
WO2018119998A1 (en) * 2016-12-30 2018-07-05 华为技术有限公司 Snapshot rollback method, apparatus, storage controller, and system
CN110321254A (en) * 2019-07-09 2019-10-11 西安点告网络科技有限公司 Software version rollback method, device, server and storage medium
CN110554963A (en) * 2019-08-26 2019-12-10 北京城市网邻信息技术有限公司 Application rollback method, device and storage medium
CN111083160A (en) * 2019-12-27 2020-04-28 杭州迪普科技股份有限公司 Resource information recovery method and device
CN111159160A (en) * 2019-12-31 2020-05-15 香港乐蜜有限公司 Version rollback method and device, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104881604A (en) * 2014-02-27 2015-09-02 中兴通讯股份有限公司 Method and apparatus for operating versions files
CN107241370A (en) * 2016-03-29 2017-10-10 西门子公司 The rollback method and system of resource operation under IaaS cloud environment
WO2018119998A1 (en) * 2016-12-30 2018-07-05 华为技术有限公司 Snapshot rollback method, apparatus, storage controller, and system
CN110321254A (en) * 2019-07-09 2019-10-11 西安点告网络科技有限公司 Software version rollback method, device, server and storage medium
CN110554963A (en) * 2019-08-26 2019-12-10 北京城市网邻信息技术有限公司 Application rollback method, device and storage medium
CN111083160A (en) * 2019-12-27 2020-04-28 杭州迪普科技股份有限公司 Resource information recovery method and device
CN111159160A (en) * 2019-12-31 2020-05-15 香港乐蜜有限公司 Version rollback method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN111625262A (en) 2020-09-04

Similar Documents

Publication Publication Date Title
US10447814B2 (en) Joint servicing of software packages
JP6152675B2 (en) Workflow control program, apparatus and method
KR101999409B1 (en) Formatting data by example
CN110058873B (en) Application page updating method, device, equipment and storage medium
US20090183145A1 (en) Techniques for reducing down time in updating applications with metadata
CN105573828A (en) Operation processing method and device
CN110673924B (en) Multi-architecture container cloud mirror image selection method, device, equipment and storage medium
CN103312549A (en) Transaction management method, device and system
CN112558946A (en) Method, device and equipment for generating code and computer readable storage medium
CN111625262B (en) Rollback method, system, equipment and storage medium of workload resource
CN104077161A (en) Client application updating method and device
CN105516230A (en) Data processing method and device
CN111414169A (en) BMC (baseboard management controller) image upgrading method and related components
CN113360250B (en) Application service resource control method, device, equipment and medium
CN110502399B (en) Fault detection method and device
JP2006520973A (en) System and method for determining when an EJB compiler needs to be run
CN109445800B (en) Version automatic deployment method and system based on distributed system
CN112860251A (en) Method and system for constructing website front end
CN112559124A (en) Model management system and target operation instruction processing method and device
CN110347659B (en) Data processing method and device and transaction data processing method and device
CN113791809B (en) Application exception handling method and device and computer readable storage medium
WO2023185137A1 (en) Task management method and apparatus, and device and storage medium
CN113687867B (en) Shutdown method, system, equipment and storage medium of cloud platform cluster
CN115328730A (en) Distributed storage cluster-based inspection and processing device, method, apparatus, and medium
CN111124095B (en) Power supply running state detection method and related device during upgrading of power supply firmware

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