CN107342942B - Information transmission method and device for multi-node controller cluster - Google Patents

Information transmission method and device for multi-node controller cluster Download PDF

Info

Publication number
CN107342942B
CN107342942B CN201710541787.6A CN201710541787A CN107342942B CN 107342942 B CN107342942 B CN 107342942B CN 201710541787 A CN201710541787 A CN 201710541787A CN 107342942 B CN107342942 B CN 107342942B
Authority
CN
China
Prior art keywords
control node
binary tree
request information
balanced binary
event
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
CN201710541787.6A
Other languages
Chinese (zh)
Other versions
CN107342942A (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.)
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 CN201710541787.6A priority Critical patent/CN107342942B/en
Publication of CN107342942A publication Critical patent/CN107342942A/en
Application granted granted Critical
Publication of CN107342942B publication Critical patent/CN107342942B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/48Routing tree calculation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/30Routing of multiclass traffic
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/302Route determination based on requested QoS
    • H04L45/308Route determination based on user's profile, e.g. premium users
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • H04L67/1044Group management mechanisms 

Abstract

The invention discloses an information transmission method and device of a multi-node controller cluster, which are used for transmitting event request information generated by control nodes to a main control node based on a balanced binary tree dynamically formed according to IDs (identification) of the control nodes; the transmission process of the event request information along the balanced binary tree specifically comprises the following steps: when each control node in the balanced binary tree receives the event request information, whether the control node is a main control node is judged; if not, the control node forwards the event request information to the designated control node according to the position of the control node in the balanced binary tree. According to the method and the device, the transmission path is defined through the dynamically formed balanced binary tree, and when the control node is abnormal, a new balanced binary tree can be dynamically formed again, namely the transmission path is planned again, so that the effectiveness of the transmission path and the reliability of data transmission are improved; meanwhile, event information is transmitted through a balanced binary tree strategy, so that route searching overhead can be saved, and the correctness of event transmission is ensured.

Description

Information transmission method and device for multi-node controller cluster
Technical Field
The present invention relates to the field of server storage technologies, and in particular, to an information transmission method and apparatus for a multi-node controller cluster.
Background
With the increase of data to be processed in various industries and the improvement of data processing real-time performance, a single-node controller storage system cannot meet the requirements of users.
A cluster system composed of multi-node controllers is developed, and the multi-node controller cluster system has the characteristics of high cost performance, high availability and high expansibility, and can meet the real-time requirement of mass data processing in performance. The controllers are interconnected through an optical fiber network to form a cluster system consisting of the controllers, and the cluster system as a whole provides application services for users. In the multi-node controller cluster system, in order to ensure the consistency of processing information in cluster nodes, a request needs to be sent to a boss node, the boss node initiates an event execution process, and finally, the success and failure of the execution result of the round are determined according to the execution result of each node so as to determine to process the next event or execute rollback operation.
Event information transmission in an existing multi-node controller cluster is generally based on routing, that is, each control node transmits event information to a boss node in a routing mode. However, routing transmission requires finding a route, additional routing overhead is required, and the uncertainty of the routing path reduces the effectiveness of the transmission path and the correctness of event transmission.
Disclosure of Invention
The invention aims to provide an information transmission method and an information transmission device for a multi-node controller cluster, and aims to solve the problems of low event transmission accuracy and low transmission path effectiveness of the conventional multi-controller cluster.
In order to solve the above technical problem, the present invention provides an information transmission method for a multi-node controller cluster, including:
transmitting event request information generated by the control nodes to the main control node based on a balanced binary tree dynamically formed according to the IDs of the control nodes;
wherein the transmission process of the event request information along the balanced binary tree specifically includes:
when each control node in the balanced binary tree receives the event request information, whether the control node is the main control node is judged;
if not, the control node forwards the event request information to a designated control node according to the position of the control node in the balanced binary tree, wherein the designated control node is a father control node or a left child control node.
Optionally, after transmitting the event request information generated by the control node to the master control node, the method further includes:
and the main control node processes the event request information and broadcasts an execution instruction to each control node.
Optionally, after the master control node processes the event request information and broadcasts an execution instruction to each of the control nodes, the method further includes:
each control node executes the event corresponding to the event request information according to the execution instruction to obtain an execution result;
each of the control nodes transmits the execution result to the master control node along the balanced binary tree.
Optionally, after the each of the control nodes transmits the execution result to the master control node along the balanced binary tree, the method further includes:
the master control node judges whether the event is executed successfully or not according to the received execution result;
if yes, executing the next event;
if not, executing the rollback operation.
In addition, the invention also provides an information transmission device of the multi-node controller cluster, which comprises the following components:
the system comprises a balanced binary tree transmission strategy module, a main control node and a plurality of event request information transmission strategy modules, wherein the balanced binary tree transmission strategy module is used for transmitting event request information generated by the control nodes to the main control node based on a balanced binary tree dynamically formed according to the IDs of the control nodes;
wherein the transmission process of the event request information along the balanced binary tree specifically includes:
when each control node in the balanced binary tree receives the event request information, whether the control node is the main control node is judged;
if not, the control node forwards the event request information to a designated control node according to the position of the control node in the balanced binary tree, wherein the designated control node is a father control node or a left child control node.
Optionally, the method further comprises:
and the main control node broadcasting module is used for processing the event request information and broadcasting an execution instruction to each control node.
Optionally, the method further comprises:
the control node execution module is used for executing the event corresponding to the event request information according to the execution instruction to obtain an execution result;
and the control node result feedback module is used for transmitting the execution result to the main control node along the balanced binary tree.
Optionally, the method further comprises:
the main control node judging module is used for judging whether the event is executed successfully or not according to the received execution result;
the execution module is used for executing the next event if the execution module is yes;
and the rollback module is used for executing rollback operation if the answer is not positive.
The invention provides an information transmission method and device of a multi-node controller cluster, which are characterized in that event request information generated by control nodes is transmitted to a main control node based on a balanced binary tree dynamically formed according to IDs of the control nodes; the transmission process of the event request information along the balanced binary tree specifically comprises the following steps: when each control node in the balanced binary tree receives the event request information, whether the control node is a main control node is judged; if not, the control node forwards the event request information to the designated control node according to the position of the control node in the balanced binary tree, and the designated control node is a father control node or a left child control node. According to the method and the device, the transmission path is defined through the dynamically formed balanced binary tree, and when the control node is abnormal, a new balanced binary tree can be dynamically formed again, namely the transmission path is planned again, so that the effectiveness of the transmission path and the reliability of data transmission are improved; meanwhile, event information is transmitted by balancing a binary tree strategy, so that the cost of route searching can be saved, and the correctness of event transmission is ensured.
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, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flowchart of an embodiment of an information transmission method for a multi-node controller cluster according to the present invention;
FIG. 2 is a schematic diagram of a balanced binary tree according to an embodiment of the present invention;
fig. 3 is a schematic block diagram of an information transmission apparatus of a multi-node controller cluster according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. 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 invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating an embodiment of a method for transmitting information of a multi-node controller cluster according to the present invention, where the method includes the following steps:
step 101: transmitting event request information generated by the control nodes to the main control node based on a balanced binary tree dynamically formed according to the IDs of the control nodes;
wherein the transmission process of the event request information along the balanced binary tree specifically includes:
when each control node in the balanced binary tree receives the event request information, whether the control node is the main control node is judged;
if not, the control node forwards the event request information to a designated control node according to the position of the control node in the balanced binary tree, wherein the designated control node is a father control node or a left child control node.
It can be understood that the above-mentioned main control node is the control node with the smallest ID in the balanced binary tree; the balanced binary tree may be dynamically formed according to each control node ID in the cluster, and the control node ID may be a number, for example, node 1, node 2, and the like. After a balanced binary tree is formed, the transmission path is correspondingly planned. Specifically, referring to fig. 2, fig. 2 is a schematic diagram of a balanced binary tree according to an embodiment of the present invention.
As shown in fig. 2, the balanced binary tree includes 7 control nodes, which are 1, 2, 3, 4, 6, 7, and 8 in the figure, where 1 is a boss node, i.e., a master control node, 2 is a parent control node of 1 and 3, 7 is a parent control node of 6 and 8, and 4 is a parent control node of 2 and 7, which are root nodes of the balanced binary tree. When 8 generates a request event, event request information needs to be sent to 7; then 7, judging whether the node is a boss node according to the position of the node, and sending the event request information to 4; then 4, sending the event request information to the left child node 2; and finally, 2, sending the event request information to the boss node 1 to complete the transmission process of the event information.
When one or more nodes in the multi-node controller cluster are abnormal, the balanced binary tree dynamically forms a new balanced binary tree according to the normal nodes again, namely, a transmission path is re-planned, so that the reliability and the effectiveness of information transmission are ensured.
The position of the control node in the balanced binary tree may be specifically whether the control node is on the left side or the right side of the balanced binary tree, and specifically which position the control node is located. Specifically, each control node may obtain the formed balanced binary tree to know the location of itself, and then may determine whether itself is a boss node, and forward the event request information to the parent control node or to the left child node. For example, node 7 in fig. 2 forwards the event request message to the parent control node 4, and node 2 forwards the event request message to the left child control node, depending on where it is located.
In some embodiments of the present invention, after receiving the event request information sent by the control node, the main control node may determine whether to execute an event corresponding to the event request information, and after transmitting the event request information generated by the control node to the main control node, the method may further include: and the main control node processes the event request information and broadcasts an execution instruction to each control node.
It will be appreciated that the master control node may decide whether to execute the corresponding event by the event request message producer or by all nodes within the cluster, as desired.
Therefore, in some embodiments of the present invention, after the master control node processes the event request information and broadcasts the execution instruction to each control node, the method may further include: each control node executes the event corresponding to the event request information according to the execution instruction to obtain an execution result; each of the control nodes transmits the execution result to the master control node along the balanced binary tree.
The plurality of control nodes all execute corresponding events to obtain a plurality of execution results, the plurality of execution results may be returned to the main control node along the balanced binary tree, and a transmission process of the execution results in the balanced binary tree may be similar to a transmission process of the event request information, which is not described herein again.
In some embodiments of the present invention, after the control nodes transmit the execution result to the master control node along the balanced binary tree, the method may further include: the master control node judges whether the event is executed successfully or not according to the received execution result; if yes, executing the next event; if not, executing the rollback operation.
In the information transmission method for a multi-node controller cluster provided in this embodiment, event request information generated by a control node is transmitted to a master control node based on a balanced binary tree dynamically formed according to IDs of the control nodes; the transmission process of the event request information along the balanced binary tree specifically comprises the following steps: when each control node in the balanced binary tree receives the event request information, whether the control node is a main control node is judged; if not, the control node forwards the event request information to the designated control node according to the position of the control node in the balanced binary tree, and the designated control node is a father control node or a left child control node. The method defines a transmission path through the dynamically formed balanced binary tree, and can dynamically form a new balanced binary tree again when the control node is abnormal, namely, the transmission path is planned again, so that the effectiveness of the transmission path and the reliability of data transmission are improved; meanwhile, event information is transmitted by balancing a binary tree strategy, so that the cost of route searching can be saved, and the correctness of event transmission is ensured.
In the following, the information transmission apparatus of a multi-node controller cluster according to an embodiment of the present invention is introduced, and the information transmission apparatus of a multi-node controller cluster described below and the information transmission method of a multi-node controller cluster described above may be referred to correspondingly.
Referring to fig. 3, fig. 3 is a schematic block diagram of an information transmission apparatus of a multi-node controller cluster according to an embodiment of the present invention, where the apparatus includes:
a balanced binary tree transmission strategy module 31, configured to transmit event request information generated by the control node to the master control node based on a balanced binary tree dynamically formed according to each control node ID;
the transmission process of the event request information along the balanced binary tree specifically includes:
when each control node in the balanced binary tree receives the event request information, whether the control node is a main control node is judged;
if not, the control node forwards the event request information to the designated control node according to the position of the control node in the balanced binary tree, and the designated control node is a father control node or a left child control node.
In some embodiments of the present invention, the apparatus may further include:
and the main control node broadcasting module is used for processing the event request information and broadcasting the execution instruction to each control node.
In some embodiments of the present invention, the apparatus may further include:
the control node execution module is used for executing the event corresponding to the event request information according to the execution instruction to obtain an execution result;
and the control node result feedback module is used for transmitting the execution result to the main control node along the balanced binary tree.
In some embodiments of the present invention, the apparatus may further include:
the main control node judging module is used for judging whether the event is executed successfully or not according to the received execution result;
the execution module is used for executing the next event if the execution module is yes;
and the rollback module is used for executing rollback operation if the answer is not positive.
The information transmission device of the multi-node controller cluster provided by this embodiment defines the transmission path through the dynamically formed balanced binary tree, and when the control node is abnormal, a new balanced binary tree can be dynamically formed again, that is, the transmission path is re-planned, so that the effectiveness of the transmission path and the reliability of data transmission are improved; meanwhile, event information is transmitted by balancing a binary tree strategy, so that the cost of route searching can be saved, and the correctness of event transmission is ensured.
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 invention.
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 information transmission method and device for a multi-node controller cluster provided by the invention are described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (6)

1. An information transmission method of a multi-node controller cluster is characterized by comprising the following steps:
transmitting event request information generated by the control nodes to the main control node based on a balanced binary tree dynamically formed according to the IDs of the control nodes;
the master control node processes the event request information and broadcasts an execution instruction to each control node;
wherein the transmission process of the event request information along the balanced binary tree specifically includes:
when each control node in the balanced binary tree receives the event request information, whether the control node is the main control node is judged;
if not, the control node forwards the event request information to a designated control node according to the position of the control node in the balanced binary tree, wherein the designated control node is a father control node or a left child control node.
2. The information transmission method according to claim 1, wherein after the master control node processes the event request information and broadcasts an execution instruction to each of the control nodes, the method further comprises:
each control node executes the event corresponding to the event request information according to the execution instruction to obtain an execution result;
each of the control nodes transmits the execution result to the master control node along the balanced binary tree.
3. The information transmission method according to claim 2, further comprising, after the respective control nodes transmit the execution results to the master control node along the balanced binary tree, the following:
the master control node judges whether the event is executed successfully or not according to the received execution result;
if yes, executing the next event;
if not, executing the rollback operation.
4. An information transmission apparatus of a multi-node controller cluster, comprising:
the system comprises a balanced binary tree transmission strategy module, a main control node and a plurality of event request information transmission strategy modules, wherein the balanced binary tree transmission strategy module is used for transmitting event request information generated by the control nodes to the main control node based on a balanced binary tree dynamically formed according to the IDs of the control nodes;
the main control node broadcasting module is used for processing the event request information and broadcasting an execution instruction to each control node;
wherein the transmission process of the event request information along the balanced binary tree specifically includes:
when each control node in the balanced binary tree receives the event request information, whether the control node is the main control node is judged;
if not, the control node forwards the event request information to a designated control node according to the position of the control node in the balanced binary tree, wherein the designated control node is a father control node or a left child control node.
5. The information transmission apparatus according to claim 4, characterized by further comprising:
the control node execution module is used for executing the event corresponding to the event request information according to the execution instruction to obtain an execution result;
and the control node result feedback module is used for transmitting the execution result to the main control node along the balanced binary tree.
6. The information transmission apparatus according to claim 5, characterized by further comprising:
the main control node judging module is used for judging whether the event is executed successfully or not according to the received execution result;
the execution module is used for executing the next event if the execution module is yes;
and the rollback module is used for executing rollback operation if the answer is not positive.
CN201710541787.6A 2017-07-05 2017-07-05 Information transmission method and device for multi-node controller cluster Active CN107342942B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710541787.6A CN107342942B (en) 2017-07-05 2017-07-05 Information transmission method and device for multi-node controller cluster

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710541787.6A CN107342942B (en) 2017-07-05 2017-07-05 Information transmission method and device for multi-node controller cluster

Publications (2)

Publication Number Publication Date
CN107342942A CN107342942A (en) 2017-11-10
CN107342942B true CN107342942B (en) 2020-09-18

Family

ID=60217979

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710541787.6A Active CN107342942B (en) 2017-07-05 2017-07-05 Information transmission method and device for multi-node controller cluster

Country Status (1)

Country Link
CN (1) CN107342942B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108874322A (en) * 2018-06-29 2018-11-23 郑州云海信息技术有限公司 A kind of event-handling method, device and computer readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5544154A (en) * 1995-03-09 1996-08-06 Telefonaktiebolaget Lm Ericsson Method for determining the load induced by a routing verification test on a network
CN101047563A (en) * 2007-04-20 2007-10-03 北京航空航天大学 System, method and loading uniform method for implementing network resource adaptive
CN103780497A (en) * 2013-12-30 2014-05-07 华中科技大学 Expandable distributed coordination service management method under cloud platform
CN103780615A (en) * 2014-01-20 2014-05-07 五八同城信息技术有限公司 Sharing method of client conversation data among multiple servers
CN106227736A (en) * 2016-07-11 2016-12-14 乐视控股(北京)有限公司 A kind of logic flow implementation method based on list structure and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2621130B1 (en) * 2011-05-25 2015-02-18 Huawei Technologies Co., Ltd. Route calculation method and master node device in virtual network element

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5544154A (en) * 1995-03-09 1996-08-06 Telefonaktiebolaget Lm Ericsson Method for determining the load induced by a routing verification test on a network
CN101047563A (en) * 2007-04-20 2007-10-03 北京航空航天大学 System, method and loading uniform method for implementing network resource adaptive
CN103780497A (en) * 2013-12-30 2014-05-07 华中科技大学 Expandable distributed coordination service management method under cloud platform
CN103780615A (en) * 2014-01-20 2014-05-07 五八同城信息技术有限公司 Sharing method of client conversation data among multiple servers
CN106227736A (en) * 2016-07-11 2016-12-14 乐视控股(北京)有限公司 A kind of logic flow implementation method based on list structure and device

Also Published As

Publication number Publication date
CN107342942A (en) 2017-11-10

Similar Documents

Publication Publication Date Title
EP3129903B1 (en) Systems and methods for fault tolerant communications
CN110855792B (en) Message pushing method, device, equipment and medium
CN103460203A (en) Cluster unique identifier
US9853906B2 (en) Network prioritization based on node-level attributes
CN110855737B (en) Consistency level controllable self-adaptive data synchronization method and system
CN109542781B (en) Block chain consensus algorithm testing method and device, calculating device and storage medium
CN111930400A (en) Method, device and equipment for upgrading automatic driving control software and storage medium
CN111431730B (en) Service processing method, system, computer equipment and readable medium
CN111405021A (en) Data transmission method, device, equipment and storage medium of peer-to-peer node
CN107342942B (en) Information transmission method and device for multi-node controller cluster
CN104038366A (en) Cluster node failure detection method and system
CN107967150B (en) Method, device, equipment and storage medium for determining thread execution sequence
KR20150033454A (en) Method managing big data processing apparatus and system performing the same
CN112272114A (en) Method, device, equipment and storage medium for sending information across block chain network
CN105049463A (en) Distributed database, method of sharing data, and apparatus for a distributed database
US20090083379A1 (en) Enabling connections for use with a network
CN107493308B (en) Method and device for sending message and distributed equipment cluster system
CN116846888A (en) Consensus processing method, device, equipment and storage medium of block chain network
CN108880994B (en) Method and device for retransmitting mails
CN111858100A (en) BMC message transmission method and related device
CN116781608B (en) Data transmission system, method, electronic device and readable storage medium
CN115499791B (en) Service-oriented communication method, device, electronic equipment and storage medium
CN115150031B (en) Distributed system message response method and device based on distributed message
CN116095180B (en) Log return routing method, device and storage medium
CN112202880B (en) Road condition information acquisition method, device, equipment and storage 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200821

Address after: 215100 No. 1 Guanpu Road, Guoxiang Street, Wuzhong Economic Development Zone, Suzhou City, Jiangsu Province

Applicant after: SUZHOU LANGCHAO INTELLIGENT TECHNOLOGY Co.,Ltd.

Address before: 450018 Henan province Zheng Dong New District of Zhengzhou City Xinyi Road No. 278 16 floor room 1601

Applicant before: ZHENGZHOU YUNHAI INFORMATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant