CN112463185A - Distributed cluster online upgrading method and related components - Google Patents

Distributed cluster online upgrading method and related components Download PDF

Info

Publication number
CN112463185A
CN112463185A CN202011264083.7A CN202011264083A CN112463185A CN 112463185 A CN112463185 A CN 112463185A CN 202011264083 A CN202011264083 A CN 202011264083A CN 112463185 A CN112463185 A CN 112463185A
Authority
CN
China
Prior art keywords
nodes
service
node
upgrading
upgrade
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.)
Withdrawn
Application number
CN202011264083.7A
Other languages
Chinese (zh)
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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202011264083.7A priority Critical patent/CN112463185A/en
Publication of CN112463185A publication Critical patent/CN112463185A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0893Assignment of logical groups to network elements

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The distributed cluster online upgrading method disclosed by the application provides an upgrading scheme with two upgrading modes of parallel and serial after grouping nodes in a cluster based on a service, the method comprises the steps of firstly, dividing the whole nodes in the cluster, dividing nodes without operating the service into one group, namely service-free nodes, and dividing the cluster with operating the service into one group, namely service-operating nodes; then, the service-free nodes which do not affect the cluster service are simultaneously upgraded to shorten the time occupied by upgrading and improve the upgrading realization rate; the method can improve the cluster upgrading efficiency of the storage system, shorten the time occupied by the upgrading process and simultaneously ensure the normal operation of the cluster service. The application also provides a distributed cluster online upgrading device, equipment and a readable storage medium, and the distributed cluster online upgrading device has the beneficial effects.

Description

Distributed cluster online upgrading method and related components
Technical Field
The present application relates to the field of computer software technologies, and in particular, to a method, an apparatus, a device, and a readable storage medium for online upgrade of a distributed cluster.
Background
For a distributed storage service cluster, the cluster is often required to be upgraded online under the condition that the cluster runs a service, but in order to not affect the normal running of the cluster service, it is required to ensure that the performance reduction range of the cluster service does not exceed a certain range.
In order to achieve the above purpose, a serial upgrade mode is usually adopted at present, that is, only one node in a cluster is upgraded at a time, and only after the upgrade of the current node is completed and the cluster state is recovered to normal, the upgrade of the next node can be continued. In such an upgrading mode, all nodes can be upgraded one by one in sequence, and the upgrading efficiency is very low; and as the cluster size increases, the time consumption is longer and longer, and the user experience is poor.
Therefore, how to improve the cluster upgrading efficiency of the storage system, shorten the time occupation of the upgrading process, and simultaneously ensure the normal operation of the cluster service is a problem that needs to be solved urgently by technical personnel in the field.
Disclosure of Invention
The method can improve the cluster upgrading efficiency of a storage system, shorten the time occupation of the upgrading process and simultaneously ensure the normal operation of cluster services; another object of the present application is to provide a distributed cluster online upgrade apparatus, a device and a readable storage medium.
In order to solve the above technical problem, the present application provides an online upgrade method for a distributed cluster, including:
after receiving an online upgrading request, determining a service-free node and a service operation node in the current cluster node;
simultaneously executing upgrading operation on the non-service nodes;
and executing upgrading operation on the service operation nodes one by one.
Optionally, performing upgrade operations on the service operation nodes one by one, including:
the service operation nodes are subjected to node classification according to the operation service types to obtain a plurality of node groups with different execution services;
and performing upgrading operation on all the node groups in parallel, and simultaneously performing serial upgrading operation on all the nodes in all the node groups.
Optionally, before performing an upgrade operation on the non-service nodes at the same time, the method further includes:
dividing the non-service nodes into a synchronous node group and a reserved node group;
accordingly, performing upgrade operations on the non-service nodes simultaneously, including:
simultaneously executing upgrading operation on all nodes in the synchronous node group;
and after the nodes in the synchronous node group are upgraded, simultaneously executing upgrading operation on all the nodes in the reserved node group.
Optionally, after the node in the synchronization node group is upgraded, the upgrade operation is performed on all nodes in the reserved node group at the same time, where the upgrade operation includes:
after the nodes in the synchronous node group are upgraded and the service operation nodes are upgraded one by one, the upgrade operations are executed to all the nodes in the reserved node group at the same time.
Optionally, performing upgrade operations on the service operation nodes one by one, including:
and after the upgrading of the non-service nodes is finished, the upgrading operation is carried out on the service operation nodes one by one.
The application also provides a distributed cluster online upgrading device, which comprises:
the node identification unit is used for determining a service-free node and a service operation node in the current cluster node after receiving the online upgrade request;
the first execution unit is used for simultaneously executing upgrading operation on the non-service nodes;
and the second execution unit is used for executing upgrading operation on the service operation nodes one by one.
Optionally, the second execution unit includes:
a class division subunit, configured to perform node class division on the service operation node according to an operation class to obtain a plurality of node groups with different execution services;
and the operation execution subunit is used for executing the upgrade operation in parallel among the node groups and simultaneously executing the serial upgrade operation on the nodes in the node groups.
Optionally, the distributed cluster online upgrade apparatus further includes a node dividing unit, configured to divide the non-service nodes into a synchronization node group and a reserved node group before performing upgrade operations on the non-service nodes simultaneously;
accordingly, the first execution unit comprises:
the first subunit is used for simultaneously executing upgrading operation on all nodes in the synchronous node group;
and the second subunit is used for simultaneously executing upgrading operation on all the nodes in the reserved node group after the nodes in the synchronous node group are upgraded.
The application also provides a distributed cluster online upgrading device, which includes:
a memory for storing a computer program;
and the processor is used for realizing the steps of the distributed cluster online upgrading method when executing the computer program.
The present application further provides a readable storage medium, on which a program is stored, which when executed by a processor implements the steps of the distributed cluster online upgrade method.
The distributed cluster online upgrading method provided by the application provides an upgrading scheme with two upgrading modes of parallel and serial after grouping nodes in a cluster based on a service, the method comprises the steps of firstly, dividing the whole nodes in the cluster, dividing nodes without operating the service into one group, namely service-free nodes, and dividing the cluster with operating the service into one group, namely service-operating nodes; then, the service-free nodes which do not affect the cluster service are simultaneously upgraded to shorten the time occupied by upgrading and improve the upgrading realization rate; the method can improve the cluster upgrading efficiency of the storage system, shorten the time occupied by the upgrading process and simultaneously ensure the normal operation of the cluster service.
The application also provides a distributed cluster online upgrading device, equipment and a readable storage medium, which have the 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 distributed cluster online upgrade method provided in an embodiment of the present application;
fig. 2 is a block diagram of a distributed cluster online upgrade apparatus according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a distributed cluster online upgrade device provided in an embodiment of the present application.
Detailed Description
The core of the application is to provide a distributed cluster online upgrading method, which can improve the cluster upgrading efficiency of a storage system, shorten the time occupation of the upgrading process and simultaneously ensure the normal operation of cluster services; at the other core of the application, a distributed cluster online upgrading device, equipment and a readable storage medium are provided.
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.
Referring to fig. 1, fig. 1 is a flowchart of an online upgrade method for a distributed cluster provided in this embodiment, where the method mainly includes the following steps:
step s110, after receiving the online upgrade request, determining a service-free node and a service operation node in the current cluster node;
firstly, different from the conventional upgrading mode, in this embodiment, the nodes in the cluster are classified before upgrading, and the nodes that affect the cluster service in the upgrading process and the nodes that do not affect the cluster service in the upgrading process are distinguished, so that an upgrading scheme in which two upgrading modes of grouping, parallel and serial are coexisted is performed on the nodes in the cluster based on the service, and the normal operation of the cluster service is ensured while the upgrading speed is increased.
Specifically, in this embodiment, the nodes running the service are first classified into one class, that is, the service running nodes; nodes which are not running service are divided into a class, namely service-free nodes. The upgrading of the service operation node can affect the cluster service, and the upgrading of the non-service node does not affect the normal operation of the cluster service.
For example, a cluster contains a total of N nodes, where M nodes are running traffic and (N-M) nodes are not. In this embodiment, (N-M) nodes that do not run a service may be divided into group 1, i.e., no service node; the M nodes running the service are divided into group 2, i.e. service running nodes.
Step s120, simultaneously executing upgrading operation on the non-service nodes;
the non-service nodes are nodes without service influence on the cluster service, and in order to guarantee normal operation of the cluster service and improve the node upgrading speed, in this embodiment, upgrading operation is simultaneously performed on the non-service nodes in the cluster, that is, all the non-service nodes are upgraded simultaneously and parallelly, so that occupation of a large amount of time for upgrading each non-service node one by one and confirming the cluster state can be avoided, and occupation time for upgrading (N-M-1) nodes can be shortened for (N-M) non-service nodes.
And step s130, performing upgrading operation on the service operation nodes one by one.
The service operation nodes are nodes having service influence on the cluster service, and in this embodiment, to ensure that the cluster service is not influenced in the online upgrade process, upgrade operations are performed on the service operation nodes one by one, so as to ensure normal operation of the service.
Specifically, the upgrade operation of the service operation node is not limited in this embodiment, and the sequence of node upgrade and other upgrade rules may be determined according to actual upgrade needs to be set, which is not described herein again.
In addition, in this embodiment, the execution sequence of step s120 and step s130 is not limited, and the upgrade without the service node may be executed first, or the upgrade with the service running node may be executed first, or may be executed simultaneously, where the upgrade without the service node is executed first in fig. 1 as an example. In order to improve the upgrade execution progress, after the upgrade of the non-service nodes is completed, the upgrade operation can be executed on the service operation nodes one by one.
Based on the above description, the distributed cluster online upgrade method provided by this embodiment provides an upgrade scheme in which two upgrade modes, i.e., parallel and serial, coexist after nodes in a cluster are grouped based on a service, in the method, the nodes in the cluster are divided into a whole, nodes without operating the service are divided into one group, i.e., service-free nodes, and clusters with operating the service are divided into one group, i.e., service-operating nodes; then, the service-free nodes which do not affect the cluster service are simultaneously upgraded to shorten the time occupied by upgrading and improve the upgrading realization rate; the method can improve the cluster upgrading efficiency of the storage system, shorten the time occupied by the upgrading process and simultaneously ensure the normal operation of the cluster service.
In the foregoing embodiment, implementation of one-by-one upgrade operation on the service operation nodes is not limited, and in order to further improve upgrade efficiency and reduce occupation of upgrade time of the service operation nodes, the embodiment describes an upgrade method for the service operation nodes. The method comprises the following specific steps:
specifically, the step of performing the upgrade operation on the service operation nodes one by one may include the following steps:
(1) dividing the node types of the service operation nodes according to the operation service types to obtain a plurality of node groups with different execution services;
(2) and performing parallel upgrading operation on each node group, and simultaneously performing serial upgrading operation on each node in each node group.
The nodes running the same service adopt a serial upgrading mode, and the nodes running different services adopt a parallel upgrading mode because the modules providing services to the outside are different.
For example, P nodes in the service operation nodes operate the A service, Q nodes operate the B service, one of the P nodes can be selected for upgrading, and the other Q nodes can be upgraded simultaneously, so that the normal operation of the service can be ensured, the upgrading efficiency is improved to a certain extent, the influence of service reduction caused by long upgrading time on the cluster is reduced, and the product performance is improved.
In the online upgrade method provided in this embodiment, the nodes that do not provide services are upgraded in parallel by distinguishing the nodes that do not provide services to the outside from the nodes that do not provide services to the outside, and then the nodes that provide services are divided according to the types of the services provided by the nodes, and the nodes in the same type are upgraded in series, so as to provide parallel upgrade between the nodes in different service types, thereby improving the flexibility and efficiency of upgrade, meeting the requirements of uninterrupted services, and simultaneously alleviating the problem of long time consumption for online upgrade of a large-scale cluster, shortening the upgrade time, and reducing the influence of service reduction on the cluster due to long upgrade time.
Based on the above embodiment, in order to further improve the stability of the upgrade process and ensure the normal execution of the cluster function when the node fails in the upgrade process, before the upgrade operation is simultaneously executed on the non-service nodes, the non-service nodes may be further divided into the synchronization node group and the reserved node group.
The reserved node group is a node which is reserved in a non-service node and used for taking over a failed node to continue providing service to the outside when the node running service fails, the number of nodes in the reserved node group can be set according to the number of the failed nodes in actual running, the number of nodes in the reserved node group does not need to be set too much, and for example, 1 or two nodes can be set. The synchronous node group comprises all the nodes except the reserved node in the non-service node. By arranging the reserved nodes, the service operation nodes can be ensured to realize the succession of service functions at any time in the upgrading process, and the smoothness and the stability of system services are ensured.
Outside the reserved node, correspondingly, the step s120 of performing the upgrade operation on the non-service node at the same time in the foregoing embodiment may specifically include the following steps:
(1) simultaneously executing upgrading operation on all nodes in the synchronous node group;
(2) and after the nodes in the synchronous node group are upgraded, simultaneously executing upgrading operation on all the nodes in the reserved node group.
The synchronous node group and the reserved node group execute upgrading operation asynchronously so as to ensure that no service node exists in the cluster for node replacement all the time in the upgrading process, and meanwhile, the reserved node group and the service operation node execute upgrading operation asynchronously so as to ensure that unoccupied reserved nodes (occupied for upgrading) exist as replacement nodes when the service operation node is abnormal.
In this embodiment, the order of executing the upgrade of the reserved node group and the service operation nodes is not limited, and after the nodes in the synchronization node group are upgraded and the service operation nodes are upgraded one by one, all the nodes in the reserved node group are upgraded simultaneously.
A specific implementation manner based on the above upgrading manner is as follows:
suppose a cluster contains N nodes in total, where M nodes are running services, and among the M nodes running services, P nodes run a service a and Q nodes run a service B. The (N-M-2) nodes not running the service can be divided into group 1; m nodes that are running traffic and 2 of the nodes that are not running traffic (reserved nodes) are divided into group 2. When all (N-M) nodes in the group 1 are upgraded successfully, then M nodes in the group 2 are upgraded.
When the nodes in the group 2 are upgraded, because P nodes run the a service and Q nodes run the B service, one of the P nodes can be selected for upgrading, and then one of the remaining Q nodes can be upgraded at the same time.
And 2 nodes without operation service are reserved for finally executing the upgrading operation, so that the nodes with operation service can be ensured to take over the failed nodes to continue to provide service to the outside when the nodes with operation service fail.
If the time for upgrading a node is x minutes, the traditional online upgrading mode needs N x minutes; after the upgrading mode is improved, the nodes in the group 1 take x minutes, and the rest of the nodes take M/yx +2 x, wherein y is the number of the service types, the total time consumption is M/yx +3 x, and M/yx +3 x < N x.
Referring to fig. 2, fig. 2 is a block diagram of a distributed cluster online upgrade apparatus provided in this embodiment; the device mainly includes: a node identification unit 110, a first execution unit 120, and a second execution unit 130. The distributed cluster online upgrading device provided by the embodiment can be contrasted with the distributed cluster online upgrading method.
The node identification unit 110 is mainly configured to determine a service-free node and a service running node in a current cluster node after receiving an online upgrade request;
the first execution unit 120 is mainly configured to execute upgrade operations on non-service nodes at the same time;
the second execution unit 130 is mainly configured to execute upgrade operations on the service operation nodes one by one.
Wherein the second execution unit further may include:
the class division subunit is used for carrying out node class division on the service operation nodes according to the operation service classes to obtain a plurality of node groups with different execution services;
and the operation execution subunit is used for executing the upgrading operation among the node groups in parallel and executing the serial upgrading operation on the nodes in the node groups.
The distributed cluster online upgrading device can further comprise a node dividing unit, wherein the node dividing unit is used for dividing the non-service nodes into synchronous node groups and reserved node groups before simultaneously performing upgrading operation on the non-service nodes;
accordingly, the first execution unit may specifically include:
the first subunit is used for simultaneously executing upgrading operation on all nodes in the synchronous node group;
and the second subunit is used for simultaneously executing upgrading operation on all the nodes in the reserved node group after the nodes in the synchronous node group are upgraded.
This embodiment provides an online upgrade equipment of distributed cluster, mainly includes: a memory and a processor.
Wherein, the memory is used for storing programs;
when the processor is used to execute a program, the steps of the distributed cluster online upgrade method described in the foregoing embodiments are implemented, and reference may be specifically made to the description of the distributed cluster online upgrade method described above.
Referring to fig. 3, a schematic structural diagram of a distributed cluster online upgrade apparatus provided in this embodiment is shown, where the distributed cluster online upgrade apparatus may generate relatively large differences due to different configurations or performances, and may include one or more processors (CPUs) 322 (e.g., one or more processors) and a memory 332, where the memory 332 stores one or more computer applications 342 or data 344. Memory 332 may be, among other things, transient or persistent storage. The program stored in memory 332 may include one or more modules (not shown), each of which may include a sequence of instructions operating on a data processing device. Still further, central processor 322 may be configured to communicate with memory 332 to execute a series of instruction operations in storage medium 330 on distributed cluster online upgrade apparatus 301.
The distributed cluster online upgrade apparatus 301 may also include one or more power supplies 326, one or more wired or wireless network interfaces 350, one or more input-output interfaces 358, and/or one or more operating systems 341, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, etc.
The steps in the distributed cluster online upgrade method described in fig. 1 above may be implemented by the structure of the distributed cluster online upgrade apparatus introduced in this embodiment.
The present embodiment discloses a readable storage medium, on which a program is stored, and when the program is executed by a processor, the steps of the distributed cluster online upgrade method described in the foregoing embodiment are implemented, which may specifically refer to the description of the distributed cluster online upgrade method in the foregoing embodiment.
The readable storage medium may be a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and various other readable storage media capable of storing program codes.
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.
The distributed cluster online upgrade method, apparatus, device and 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 distributed cluster online upgrading method is characterized by comprising the following steps:
after receiving an online upgrading request, determining a service-free node and a service operation node in the current cluster node;
simultaneously executing upgrading operation on the non-service nodes;
and executing upgrading operation on the service operation nodes one by one.
2. The distributed cluster online upgrade method of claim 1, wherein performing upgrade operations on the service operation nodes one by one comprises:
the service operation nodes are subjected to node classification according to the operation service types to obtain a plurality of node groups with different execution services;
and performing upgrading operation on all the node groups in parallel, and simultaneously performing serial upgrading operation on all the nodes in all the node groups.
3. The distributed cluster online upgrade method of claim 1, further comprising, prior to performing an upgrade operation on the non-service nodes simultaneously:
dividing the non-service nodes into a synchronous node group and a reserved node group;
accordingly, performing upgrade operations on the non-service nodes simultaneously, including:
simultaneously executing upgrading operation on all nodes in the synchronous node group;
and after the nodes in the synchronous node group are upgraded, simultaneously executing upgrading operation on all the nodes in the reserved node group.
4. The distributed cluster online upgrade method of claim 3, wherein after the upgrade of the nodes in the synchronization node group is completed, the upgrade operation is performed on all the nodes in the reservation node group at the same time, and the upgrade operation includes:
after the nodes in the synchronous node group are upgraded and the service operation nodes are upgraded one by one, the upgrade operations are executed to all the nodes in the reserved node group at the same time.
5. The distributed cluster online upgrade method of claim 1, wherein performing upgrade operations on the service operation nodes one by one comprises:
and after the upgrading of the non-service nodes is finished, the upgrading operation is carried out on the service operation nodes one by one.
6. An online upgrading device for distributed clusters, the device comprising:
the node identification unit is used for determining a service-free node and a service operation node in the current cluster node after receiving the online upgrade request;
the first execution unit is used for simultaneously executing upgrading operation on the non-service nodes;
and the second execution unit is used for executing upgrading operation on the service operation nodes one by one.
7. The distributed cluster online upgrade apparatus of claim 6, wherein the second execution unit comprises:
a class division subunit, configured to perform node class division on the service operation node according to an operation class to obtain a plurality of node groups with different execution services;
and the operation execution subunit is used for executing the upgrade operation in parallel among the node groups and simultaneously executing the serial upgrade operation on the nodes in the node groups.
8. The distributed cluster online upgrade apparatus of claim 6, further comprising a node dividing unit configured to divide the non-service nodes into a synchronization node group and a reservation node group before performing an upgrade operation on the non-service nodes at the same time;
accordingly, the first execution unit comprises:
the first subunit is used for simultaneously executing upgrading operation on all nodes in the synchronous node group;
and the second subunit is used for simultaneously executing upgrading operation on all the nodes in the reserved node group after the nodes in the synchronous node group are upgraded.
9. An online upgrade device for distributed clusters, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the distributed cluster online upgrade method as claimed in any one of claims 1 to 5 when executing said computer program.
10. A readable storage medium, characterized in that the readable storage medium has stored thereon a program which, when being executed by a processor, carries out the steps of the distributed cluster online upgrade method according to any one of claims 1 to 5.
CN202011264083.7A 2020-11-12 2020-11-12 Distributed cluster online upgrading method and related components Withdrawn CN112463185A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011264083.7A CN112463185A (en) 2020-11-12 2020-11-12 Distributed cluster online upgrading method and related components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011264083.7A CN112463185A (en) 2020-11-12 2020-11-12 Distributed cluster online upgrading method and related components

Publications (1)

Publication Number Publication Date
CN112463185A true CN112463185A (en) 2021-03-09

Family

ID=74824937

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011264083.7A Withdrawn CN112463185A (en) 2020-11-12 2020-11-12 Distributed cluster online upgrading method and related components

Country Status (1)

Country Link
CN (1) CN112463185A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113110854A (en) * 2021-03-29 2021-07-13 深圳华锐金融技术股份有限公司 Service upgrading method and device, computer equipment and storage medium
CN113672255A (en) * 2021-07-31 2021-11-19 新华三大数据技术有限公司 Distributed storage software upgrading method and device
CN115658116A (en) * 2022-11-11 2023-01-31 苏州浪潮智能科技有限公司 Storage cluster upgrade control method, device, equipment and storage medium
CN117707587A (en) * 2024-02-04 2024-03-15 济南浪潮数据技术有限公司 Method, device, server and storage medium for concurrent upgrade of distributed storage clusters

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113110854A (en) * 2021-03-29 2021-07-13 深圳华锐金融技术股份有限公司 Service upgrading method and device, computer equipment and storage medium
CN113672255A (en) * 2021-07-31 2021-11-19 新华三大数据技术有限公司 Distributed storage software upgrading method and device
CN115658116A (en) * 2022-11-11 2023-01-31 苏州浪潮智能科技有限公司 Storage cluster upgrade control method, device, equipment and storage medium
WO2024099444A1 (en) * 2022-11-11 2024-05-16 苏州元脑智能科技有限公司 Storage cluster upgrade control method and apparatus, device, and storage medium
CN117707587A (en) * 2024-02-04 2024-03-15 济南浪潮数据技术有限公司 Method, device, server and storage medium for concurrent upgrade of distributed storage clusters
CN117707587B (en) * 2024-02-04 2024-06-07 济南浪潮数据技术有限公司 Method, device, server and storage medium for concurrent upgrade of distributed storage clusters

Similar Documents

Publication Publication Date Title
CN112463185A (en) Distributed cluster online upgrading method and related components
US10209908B2 (en) Optimization of in-memory data grid placement
CN106803790B (en) A kind of upgrade control method and device of group system
CN109032796B (en) Data processing method and device
CN105897457A (en) Service upgrade method and system of server group
CN107666493B (en) Database configuration method and equipment thereof
CN113886089B (en) Task processing method, device, system, equipment and medium
CN111880934A (en) Resource management method, device, equipment and readable storage medium
CN109885456A (en) A kind of polymorphic type event of failure prediction technique and device based on system log cluster
CN115665174B (en) Gradient data synchronization method, system, equipment and storage medium
CN114237894A (en) Container scheduling method, device, equipment and readable storage medium
CN114064438A (en) Database fault processing method and device
CN111866210A (en) Virtual IP balance distribution method, system, terminal and storage medium
CN103442033A (en) Running state information synchronizing method and device
CN112486664A (en) Node capacity expansion method, system, terminal and storage medium
CN112003730A (en) Method, system, terminal and storage medium for rapid cluster deployment
CN112054926B (en) Cluster management method and device, electronic equipment and storage medium
CN110703988B (en) Storage pool creating method, system, terminal and storage medium for distributed storage
CN109558214B (en) Host machine resource management method and device in heterogeneous environment and storage medium
CN113271323B (en) Cluster capacity expansion method and device and storage medium
CN112612579A (en) Virtual machine deployment method, storage medium, and computer device
CN110941479B (en) Task data execution method, server, and computer storage medium
CN113760469A (en) Distributed computing method and device
CN112019368B (en) VNF migration method, VNF migration device and VNF migration storage medium
CN112073478B (en) Storage cluster disassembling method, combination method, device, equipment and medium

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20210309