[go: up one dir, main page]

CN111124797A - A method and device for testing Redis components - Google Patents

A method and device for testing Redis components Download PDF

Info

Publication number
CN111124797A
CN111124797A CN201911083360.1A CN201911083360A CN111124797A CN 111124797 A CN111124797 A CN 111124797A CN 201911083360 A CN201911083360 A CN 201911083360A CN 111124797 A CN111124797 A CN 111124797A
Authority
CN
China
Prior art keywords
master node
redis
node
cluster
original
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
CN201911083360.1A
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 CN201911083360.1A priority Critical patent/CN111124797A/en
Publication of CN111124797A publication Critical patent/CN111124797A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Prevention of errors by analysis, debugging or testing of software
    • G06F11/3668Testing of software
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mathematical Physics (AREA)
  • Computer Hardware Design (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本发明提供了一种Redis组件测试的方法和设备,该方法包括以下步骤:创建Redis集群;将Redis集群中的第一主节点的进程删除;检测第一主节点对应的第一从节点的状态;响应于第一从节点变为新的第一主节点,启动原第一主节点的进程;响应于原第一主节点变为新的第一从节点,判断Redis组件可用性稳定。通过使用本发明的方法和设备,能够验证Insight平台Redis组件集群的高可用性,提高了测试效率,节约人力资源,为集群的Redis高可用性集群功能测试提供了保证和依据。

Figure 201911083360

The present invention provides a method and device for testing Redis components. The method includes the following steps: creating a Redis cluster; deleting the process of the first master node in the Redis cluster; detecting the state of the first slave node corresponding to the first master node ; in response to the first slave node becoming the new first master node, start the process of the original first master node; in response to the original first master node becoming the new first slave node, determine that the availability of the Redis component is stable. By using the method and device of the present invention, the high availability of the Redis component cluster of the Insight platform can be verified, the test efficiency is improved, the human resources are saved, and the guarantee and basis for the cluster function test of the Redis high availability of the cluster are provided.

Figure 201911083360

Description

Method and device for testing Redis component
Technical Field
The field relates to the field of computers, and more particularly to a method and apparatus for Redis component testing.
Background
There are many ways to implement the Redis component in high availability, but in the cloud platform, the Redis Cluster scheme is commonly used. The Redis cluster is a distributed and fault-tolerant (fault-tolerant) Redis memory K/V service. The nodes in the Redis cluster are divided into a master node (master) and a slave node (slave), wherein the master node is used for processing a slot, the slave node is used for copying a certain master node, and when the copied master node goes offline, the slave node replaces the offline master node to continue processing a command request. High availability testing of the Redis component is important.
Disclosure of Invention
In view of this, an object of the embodiments of the present invention is to provide a method and a device for testing a Redis component, which can verify the high availability of a Redis component cluster of an Insight platform, improve testing efficiency, save human resources, and provide guarantee and basis for a Redis high availability cluster function test of the cluster.
In view of the above object, an aspect of an embodiment of the present invention provides a method for testing a Redis component, including the steps of:
creating a Redis cluster;
deleting the process of a first main node in the Redis cluster;
detecting the state of a first slave node corresponding to the first master node;
responding to the change of the first slave node into a new first master node, and starting the process of the original first master node;
and in response to the original first master node becoming a new first slave node, judging that the availability of the Redis component is stable.
According to one embodiment of the invention, creating a Redis cluster comprises: a three-master three-slave Redis cluster is created in a cloud sea Insight platform.
According to one embodiment of the present invention, the deleting the process of the first master node in the Redis cluster comprises: and acquiring the process of the Redis server of the first main node, and killing the process through a kill-9 command.
According to one embodiment of the present invention, detecting a state of a first slave node corresponding to a first master node comprises: the set k1 HelloWorld cluster command is used to verify that the Redis cluster function is normal.
According to an embodiment of the present invention, the process of starting the original primary master node includes: and after finding the corresponding conf configuration file under the installation path of the original first main node, starting the original first main node.
In another aspect of the embodiments of the present invention, there is also provided a device for testing a Redis component, where the device includes:
at least one processor; and
a memory storing program code executable by the processor, the program code when executed by the processor performing the steps of:
creating a Redis cluster;
deleting the process of a first main node in the Redis cluster;
detecting the state of a first slave node corresponding to the first master node;
responding to the change of the first slave node into a new first master node, and starting the process of the original first master node;
and in response to the original first master node becoming a new first slave node, judging that the availability of the Redis component is stable.
According to one embodiment of the invention, creating a Redis cluster comprises: a three-master three-slave Redis cluster is created in a cloud sea Insight platform.
According to one embodiment of the present invention, the deleting the process of the first master node in the Redis cluster comprises: and acquiring the process of the Redis server of the first main node, and killing the process through a kill-9 command.
According to one embodiment of the present invention, detecting a state of a first slave node corresponding to a first master node comprises: the set k1 HelloWorld cluster command is used to verify that the Redis cluster function is normal.
According to an embodiment of the present invention, the process of starting the original primary master node includes: and after finding the corresponding conf configuration file under the installation path of the original first main node, starting the original first main node.
The invention has the following beneficial technical effects: the Redis component testing method provided by the embodiment of the invention comprises the steps of establishing a Redis cluster; deleting the process of a first main node in the Redis cluster; detecting the state of a first slave node corresponding to the first master node; responding to the change of the first slave node into a new first master node, and starting the process of the original first master node; the technical scheme of judging the stable availability of the Redis component in response to the fact that the original first master node is changed into a new first slave node can verify the high availability of the Insight platform Redis component cluster, so that the test efficiency is improved, the human resources are saved, guarantee and basis are provided for the Redis high availability cluster function test of the cluster, and the product competitiveness is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a schematic flow diagram of a method of Redis component testing according to one embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
In view of the above objects, a first aspect of embodiments of the present invention proposes an embodiment of a method of Redis component testing. Fig. 1 shows a schematic flow diagram of the method.
As shown in fig. 1, the method may include the steps of:
s1, testing a Redis component;
s2, deleting the process of the first master node in the Redis cluster;
s3, detecting the state of a first slave node corresponding to the first master node;
s4, responding to the change of the first slave node into a new first master node, starting the process of the original first master node;
s5, in response to the original first master node becoming the new first slave node, determining that the Redis component availability is stable.
The method can realize automatic testing in a script mode, the script uses Shell script as a development language to realize automatic testing of Redis master-slave node switching, the method mainly adopts operation commands such as simulation process faults and Redis service starting to verify the high availability of the Redis, meanwhile, the Redis operation commands carried by Hadoop are selected to verify that the Redis function is not affected after master-slave switching of a cluster, and logs in the testing process are reserved and execution records can be retroactively analyzed.
Through the technical scheme, the high availability of the Insight platform Redis component cluster can be verified, the testing efficiency is improved, the human resources are saved, the guarantee and the basis are provided for the Redis high availability cluster function test of the cluster, and the product competitiveness is improved.
In a preferred embodiment of the present invention, creating a Redis cluster comprises: a three-master three-slave Redis cluster is created in a cloud sea Insight platform. Two Redis servers are installed in an interface of a cloud sea Insight platform, after the installation is successful, a CreateRediscuster button is clicked on an operation interface, and a Redis cluster with three masters and three slaves can be automatically generated by the system.
In a preferred embodiment of the present invention, the deleting the process of the first master node in the Redis cluster includes: and acquiring the process of the Redis server of the first main node, and killing the process through a kill-9 command. The process of Redis-server of the first host node (assuming the port number of the first host node is 7001) is first acquired and killed by the kill-9 command. Therefore, the situation that the main node fails to work is simulated, and whether the first slave node corresponding to the first main node can be automatically changed into a new first main node or not is checked. The following is one example of this process:
# procedure for forced killing of Master node 1
ps-ef|grep 7001|grep-v grep|awk'{print$2}'|xargs kill-9
# see if the slave node 1 status is already master
echo“cluster nodes”|Redis-cli–h$host–p$port–c
Wherein: the $ host and $ port may be any node that is not the first master node.
In a preferred embodiment of the present invention, detecting the state of the first slave node corresponding to the first master node comprises: the set k1 HelloWorld cluster command is used to verify that the Redis cluster function is normal. After the first master node is hung up due to a fault, whether the cluster function is normal or not is verified by executing a Redis cluster command, such as set k1 HelloWorld. If the first master node fails and can not work normally, the first slave node automatically becomes a new first master node and can work normally, the high availability of the cluster is stable, and the process is to verify that the slave node can be automatically switched to the corresponding master node. The following is one example of this process:
# run Cluster execution Command
echo“set k1 HelloWorld”|Redis-cli–h$host–p$port–c
Wherein: the $ host and $ port may be any node that is not the first master node.
In a preferred embodiment of the present invention, the process of starting the original primary master node includes: and after finding the corresponding conf configuration file under the installation path of the original first main node, starting the original first main node. Finding the conf configuration file of the corresponding node, such as Redis _7001.conf, under the installation path of the original first main node, and then starting the original first main node. And after the original first main node is restarted, a cluster detection command carried by Redis is executed, and a cluster nodes command is operated to check the state of each node of the cluster. The process is to verify whether the restarted original first master node can become a corresponding new first slave node instead of knocking the new first master node down, and if the restarted original first master node can become a corresponding first slave node, the high availability of the cluster is stable. The following is one example of this process:
# into Redis installation configuration File Path
cd/usr/hdp/3.0.1.0-111/Redis/Redis_7001/conf
# boot failure Master node
Redis-server./Redis_7001.conf
# View Cluster nodes Master-slave status
echo“cluster nodes”|Redis-cli–h$host–p$port–c
Through the technical scheme, the high availability of the Insight platform Redis component cluster can be verified, the testing efficiency is improved, the human resources are saved, the guarantee and the basis are provided for the Redis high availability cluster function test of the cluster, and the product competitiveness is improved.
It should be noted that, as will be understood by those skilled in the art, all or part of the processes in the methods of the above embodiments may be implemented by instructing relevant hardware through a computer program, and the above programs may be stored in a computer-readable storage medium, and when executed, the programs may include the processes of the embodiments of the methods as described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like. The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
Furthermore, the method disclosed according to an embodiment of the present invention may also be implemented as a computer program executed by a CPU, and the computer program may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the above-described functions defined in the method disclosed in the embodiments of the present invention.
In view of the above object, a second aspect of the embodiments of the present invention provides an apparatus for testing a Redis component, the apparatus comprising:
at least one processor; and
a memory storing program code executable by the processor, the program code when executed by the processor performing the steps of:
creating a Redis cluster;
deleting the process of a first main node in the Redis cluster;
detecting the state of a first slave node corresponding to the first master node;
responding to the change of the first slave node into a new first master node, and starting the process of the original first master node;
and in response to the original first master node becoming a new first slave node, judging that the availability of the Redis component is stable.
In a preferred embodiment of the present invention, creating a Redis cluster comprises: a three-master three-slave Redis cluster is created in a cloud sea Insight platform. Two Redis servers are installed in an interface of a cloud sea Insight platform, after the installation is successful, a CreateRediscuster button is clicked on an operation interface, and a Redis cluster with three masters and three slaves can be automatically generated by the system.
In a preferred embodiment of the present invention, the deleting the process of the first master node in the Redis cluster includes: and acquiring the process of the Redis server of the first main node, and killing the process through a kill-9 command. The process of Redis-server of the first host node (assuming the port number of the first host node is 7001) is first acquired and killed by the kill-9 command. Therefore, the situation that the main node fails to work is simulated, and whether the first slave node corresponding to the first main node can be automatically changed into a new first main node or not is checked.
In a preferred embodiment of the present invention, detecting the state of the first slave node corresponding to the first master node comprises: the set k1 HelloWorld cluster command is used to verify that the Redis cluster function is normal. After the first master node is hung up due to a fault, whether the cluster function is normal or not is verified by executing a Redis cluster command, such as set k1 HelloWorld. If the first master node fails and can not work normally, the first slave node automatically becomes a new first master node and can work normally, the high availability of the cluster is stable, and the process is to verify that the slave node can be automatically switched to the corresponding master node.
In a preferred embodiment of the present invention, the process of starting the original primary master node includes: and after finding the corresponding conf configuration file under the installation path of the original first main node, starting the first main node. Finding the conf configuration file of the corresponding node, such as Redis _7001.conf, under the installation path of the original first main node, and then starting the original first main node. And after the original first main node is restarted, a cluster detection command carried by Redis is executed, and a cluster nodes command is operated to check the state of each node of the cluster. The process is to verify whether the restarted original first master node can become the corresponding first slave node instead of knocking off a new first master node, and if the restarted original first master node can become the corresponding first slave node, the high availability of the cluster is stable.
It should be particularly noted that the embodiment of the system described above employs the embodiment of the method described above to specifically describe the working process of each module, and those skilled in the art can easily think that the modules are applied to other embodiments of the method described above.
Further, the above-described method steps and system elements or modules may also be implemented using a controller and a computer-readable storage medium for storing a computer program for causing the controller to implement the functions of the above-described steps or elements or modules.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. 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 disclosed embodiments of the present invention.
The embodiments described above, particularly any "preferred" embodiments, are possible examples of implementations and are presented merely to clearly understand the principles of the invention. Many variations and modifications may be made to the above-described embodiments without departing from the spirit and principles of the technology described herein. All such modifications are intended to be included within the scope of this disclosure and protected by the following claims.

Claims (10)

1.一种Redis组件测试的方法,其特征在于,包括以下步骤:1. a method for Redis component testing, is characterized in that, comprises the following steps: 创建Redis集群;Create a Redis cluster; 将所述Redis集群中的第一主节点的进程删除;delete the process of the first master node in the Redis cluster; 检测所述第一主节点对应的第一从节点的状态;detecting the state of the first slave node corresponding to the first master node; 响应于所述第一从节点变为新的第一主节点,启动原第一主节点的进程;In response to the first slave node becoming the new first master node, start the process of the original first master node; 响应于所述原第一主节点变为新的第一从节点,判断所述Redis组件可用性稳定。In response to the original first master node becoming the new first slave node, it is determined that the availability of the Redis component is stable. 2.根据权利要求1所述的方法,其特征在于,创建Redis集群包括:在云海Insight平台中创建三主三从的所述Redis集群。2 . The method according to claim 1 , wherein creating a Redis cluster comprises: creating the Redis cluster with three masters and three slaves in the Yunhai Insight platform. 3 . 3.根据权利要求1所述的方法,其特征在于,将所述Redis集群中的第一主节点的进程删除包括:获取所述第一主节点的Redis server的进程,通过kill-9命令杀死所述进程。3. The method according to claim 1, wherein deleting the process of the first master node in the Redis cluster comprises: acquiring the process of the Redis server of the first master node, killing the process by the kill-9 command Die the process. 4.根据权利要求1所述的方法,其特征在于,检测所述第一主节点对应的第一从节点的状态包括:使用set k1 HelloWorld集群命令验证所述Redis集群功能是否正常。4 . The method according to claim 1 , wherein detecting the state of the first slave node corresponding to the first master node comprises: verifying whether the Redis cluster function is normal by using the set k1 HelloWorld cluster command. 5 . 5.根据权利要求1所述的方法,其特征在于,启动原第一主节点的进程包括:在所述原第一主节点的安装路径下找到对应的conf配置文件后启动所述原第一主节点。5 . The method according to claim 1 , wherein starting the process of the original first master node comprises: starting the original first master node after finding a corresponding conf configuration file under the installation path of the original first master node. 6 . master node. 6.一种Redis组件测试的设备,其特征在于,所述设备包括:6. A device for Redis component testing, wherein the device comprises: 至少一个处理器;和at least one processor; and 存储器,所述存储器存储有处理器可运行的程序代码,所述程序代码在被处理器运行时执行以下步骤:a memory storing program code executable by the processor, the program code performing the following steps when executed by the processor: 创建Redis集群;Create a Redis cluster; 将所述Redis集群中的第一主节点的进程删除;delete the process of the first master node in the Redis cluster; 检测所述第一主节点对应的第一从节点的状态;detecting the state of the first slave node corresponding to the first master node; 响应于所述第一从节点变为新的第一主节点,启动原第一主节点的进程;In response to the first slave node becoming the new first master node, start the process of the original first master node; 响应于所述原第一主节点变为新的第一从节点,判断所述Redis组件可用性稳定。In response to the original first master node becoming the new first slave node, it is determined that the availability of the Redis component is stable. 7.根据权利要求6所述的设备,其特征在于,创建Redis集群包括:在云海Insight平台中创建三主三从的所述Redis集群。7 . The device according to claim 6 , wherein creating a Redis cluster comprises: creating the Redis cluster with three masters and three slaves in the Yunhai Insight platform. 8 . 8.根据权利要求6所述的设备,其特征在于,将所述Redis集群中的第一主节点的进程删除包括:获取所述第一主节点的Redis server的进程,通过kill-9命令杀死所述进程。8. The device according to claim 6, wherein deleting the process of the first master node in the Redis cluster comprises: acquiring the process of the Redis server of the first master node, killing the process through the kill-9 command die the process. 9.根据权利要求6所述的设备,其特征在于,检测所述第一主节点对应的第一从节点的状态包括:使用set k1 HelloWorld集群命令验证所述Redis集群功能是否正常。9 . The device according to claim 6 , wherein detecting the state of the first slave node corresponding to the first master node comprises: using the set k1 HelloWorld cluster command to verify whether the Redis cluster function is normal. 10 . 10.根据权利要求6所述的设备,其特征在于,启动原第一主节点的进程包括:在所述原第一主节点的安装路径下找到对应的conf配置文件后启动所述原第一主节点。10 . The device according to claim 6 , wherein the process of starting the original first master node comprises: starting the original first master node after finding a corresponding conf configuration file under the installation path of the original first master node. 11 . master node.
CN201911083360.1A 2019-11-07 2019-11-07 A method and device for testing Redis components Withdrawn CN111124797A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911083360.1A CN111124797A (en) 2019-11-07 2019-11-07 A method and device for testing Redis components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911083360.1A CN111124797A (en) 2019-11-07 2019-11-07 A method and device for testing Redis components

Publications (1)

Publication Number Publication Date
CN111124797A true CN111124797A (en) 2020-05-08

Family

ID=70495760

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911083360.1A Withdrawn CN111124797A (en) 2019-11-07 2019-11-07 A method and device for testing Redis components

Country Status (1)

Country Link
CN (1) CN111124797A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114661593A (en) * 2022-03-16 2022-06-24 上海掌门科技有限公司 Method, device, medium and program product for automated testing

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
冰河: "Redis之——Redis集群的高可用测试与集群重建", 《HTTPS://BINGHE.BLOG.CSDN.NET/ARTICLE/DETAILS》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114661593A (en) * 2022-03-16 2022-06-24 上海掌门科技有限公司 Method, device, medium and program product for automated testing

Similar Documents

Publication Publication Date Title
US9396200B2 (en) Auto-snapshot manager analysis tool
US8966318B1 (en) Method to validate availability of applications within a backup image
CN103530162B (en) The method and system that the on-line automatic software of a kind of virtual machine is installed
US7984332B2 (en) Distributed system checker
US10795793B1 (en) Method and system for simulating system failures using domain-specific language constructs
CN111290834A (en) Method, device and equipment for realizing high availability of service based on cloud management platform
CN107239383A (en) A kind of failure monitoring method and device of OpenStack virtual machines
CN108959045B (en) Method and system for testing fault switching performance of NAS cluster
CN109739527B (en) Method, device, server and storage medium for client gray scale release
JP2017201470A (en) Setting support program, setting support method, and setting support device
CN110347590A (en) The interface testing control method and device of operation system
CN111813646B (en) Method and device for injecting application probes in docker container environment
US10860411B2 (en) Automatically detecting time-of-fault bugs in cloud systems
CN111124797A (en) A method and device for testing Redis components
CN110750445A (en) Method, system and equipment for testing high-availability function of YARN component
CN114090211A (en) Method and device for coordinating single-task master-slave program and related multi-server system
CN111124737A (en) Cloud platform operation conflict judgment method and electronic equipment
CN111382016A (en) Method and device for connecting test terminal and computer
CN111355775B (en) CloudStack cluster sub-server state judgment method, device, equipment and storage medium
CN114996955A (en) Target range environment construction method and device for cloud-originated chaotic engineering experiment
CN115794529A (en) Storage fault simulation method, device, equipment and storage medium in cloud environment
US8533331B1 (en) Method and apparatus for preventing concurrency violation among resources
CN111338871A (en) Distributed file system Qzone high availability test method, system, device and storage medium
CN112131582A (en) SELinux rule generation method, device and electronic device
CN107426005B (en) Control method and system for restarting nodes in cloud platform

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

Application publication date: 20200508

WW01 Invention patent application withdrawn after publication