CN112751916A - Data publishing-subscribing method and system for micro-service governance - Google Patents

Data publishing-subscribing method and system for micro-service governance Download PDF

Info

Publication number
CN112751916A
CN112751916A CN202011578199.8A CN202011578199A CN112751916A CN 112751916 A CN112751916 A CN 112751916A CN 202011578199 A CN202011578199 A CN 202011578199A CN 112751916 A CN112751916 A CN 112751916A
Authority
CN
China
Prior art keywords
data
client
node
publishing
cluster
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011578199.8A
Other languages
Chinese (zh)
Other versions
CN112751916B (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.)
Institute of Software of CAS
Original Assignee
Institute of Software of CAS
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 Institute of Software of CAS filed Critical Institute of Software of CAS
Priority to CN202011578199.8A priority Critical patent/CN112751916B/en
Publication of CN112751916A publication Critical patent/CN112751916A/en
Application granted granted Critical
Publication of CN112751916B publication Critical patent/CN112751916B/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
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5083Techniques for rebalancing the load in a distributed system
    • 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/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention relates to the technical field of software, in particular to a data publishing-subscribing method and system for micro-service governance. The main content of the invention comprises: when a client issues data to a certain theme, packaging the data to be issued into a data issuing request, and sending the data to any node of a data issuing server cluster, wherein the node analyzes the data to be issued and forwards the data to a data issuing server node; the data publishing server node sends the received data and the client forwarding address list to a certain client subscribing the subject to which the data belongs; after receiving the data and the client forwarding address list, the client stores the received data in a local storage system and starts assisting the data publishing server node to forward the message, wherein the forwarded target addresses are all addresses in the client forwarding address list. The invention can solve the performance problem of data publishing and subscribing in large-scale micro-service treatment and ensure the reliability of the data publishing and subscribing.

Description

Data publishing-subscribing method and system for micro-service governance
Technical Field
The invention relates to the technical field of software, in particular to a data publishing-subscribing method and system for micro-service governance.
Background
Cloud computing technology has been widely used to support the deployment and management of large-scale microservice systems. Currently, by means of a cloud computing-based technical system such as virtualization and containers, the micro-service instances in a data center cluster of a large cloud service provider are rapidly increased in size, the number of instances deployed in a single data center cluster reaches ten thousand orders, and an extreme scale of more than one hundred thousand or even million orders will be reached in the future. The key requirements of micro-service administration such as registration discovery, configuration management and health check of micro-services face a plurality of new problems in the scene facing the extreme-scale micro-service cluster, and bring a plurality of technical challenges.
A Publish-Subscribe (Publish-Subscribe) model is a common model for meeting the above key requirements, and is widely used in current actual systems. For example: under the configuration management requirement of the micro-service, releasing configuration data subscribed by the micro-service instance to realize dynamic configuration change during service operation; the micro-service provider issues the latest service list to the micro-service caller (subscriber) when the service needs to be expanded or reduced, so that the service calling relationship is dynamically changed during operation; when multi-stage gradation test is performed using a part of the service instances, it is necessary to issue tag data so as to control a test range and the like.
The typical scenes of the micro-service governance all depend on an efficient, reliable and extensible data publishing-subscribing model and mechanism, and the problems of performance, reliability and extensibility of a publishing-subscribing system in the scene of the extreme-scale service instance are solved, so that the typical scenes of the micro-service governance also become a hot problem for supporting the effective management of the extreme-scale micro-service instance.
Taking a typical extreme-scale service instance environment as an example, a typical data publish-subscribe scenario in the environment is shown in fig. 1, where a large number of data update requests first reach a data publisher cluster (on the left side of fig. 1), and the cluster publishes update data to an instance subscribed to the data; on the service instance side (right side of fig. 1), it should be ensured that all or most instances get the correct and complete data. In this scenario, the data publishing mechanism faces the challenges of complex Service-Level agent (SLA) such as publishing delay (performance), publishing success rate (reliability), maximum bearable load of a data publisher cluster (scalability), and the like, which are specifically as follows:
1) data publishing-subscribing under an extreme scale scene depends on a distributed data publishing system, and the expansibility of the system and the data publishing time delay are contradictory. Communication and data synchronization overhead among data distribution servers is increased sharply along with the increase of cluster scale, so that the average time delay of data distribution is difficult to guarantee. Instability of data release delay can cause data release requirements to be not effectively guaranteed, and therefore system errors, overload and even breakdown are caused. Meanwhile, the performance problem is difficult to solve simply by increasing the cluster scale due to the fact that the difference of the upper and lower limits of the load among the servers is too large and the task load distribution is uneven. At present, a load balancing mechanism in a data publishing server cluster is urgently needed to be introduced, so that the load of data publishing is ensured to be balanced among different data publishing servers, and the contradiction between the expansibility of the data publisher cluster and the data publishing time delay is avoided.
2) Under an extreme scale scene, the problems of failure of a micro-service instance and failure of a data distribution server are more common, and the failed service instance and the failed data distribution server instance need to be identified and isolated in time on the premise of providing expansibility guarantee. Firstly, a small probability event of node failure or network unreachability is more likely to occur in a large-scale instance scene; second, cluster deployment of multiple multidata centers can result in network partitioning due to link failure. If the examples fail to be effectively identified and isolated in the data issuing process, the data issuing efficiency is directly influenced, and inconsistent and even wrong data are used by the failed examples, so that the correctness of the whole system is influenced. For example, if an IP address of a public micro service subscribed to a service instance of a specific service changes, the data update needs to be quickly published to an reachable node in a cluster, if there is an undetected failed node in the cluster, data publishing performance may be reduced due to repeated retries to the unreachable node, it is difficult for the failed node to obtain correct data after recovery, and an access request of a user may be routed to a wrong IP, which may result in timeout and even return a wrong result.
In summary, an efficient (low-delay, extensible) and reliable publish-subscribe system is a basic requirement for the extreme-scale micro-service governance, such as configuration management and service discovery, and a targeted method and system are urgently needed to solve the new problems faced by the large-scale micro-service instance publish-subscribe.
Disclosure of Invention
Aiming at the defects of the prior art, the invention provides a micro-service management-oriented high-efficiency reliable data publishing-subscribing method and system, which solve the performance problem of data publishing and subscribing in large-scale micro-service management, ensure the reliability of data publishing and subscribing and can solve the problems of node failure, network unreachability and the like which are common in large-scale clusters. The main invention content is as follows:
an efficient and reliable data publishing-subscribing method mainly comprises two types of participants: (1) and the server cluster participates in data distribution. (2) And a target node (hereinafter referred to as a client) for receiving data. The method mainly comprises the following steps:
1) the server cluster is initialized, data publish-subscribe service is started, and meanwhile network communication connection inside the cluster is established.
2) The client cluster calculates the address of the data publishing server node needing to be requested according to the subscribed topic (Key) and sends a data subscription request to the client cluster.
3) When a client needs to issue data to a certain theme (Key), the client requests (namely, a data issuing request) any node of a data issuing server cluster, encapsulates the data to be issued into the data issuing request, and sends the request to the node. After receiving the request sent from the client, the node analyzes the data to be issued from the request data, firstly calculates the data issuing server node for carrying the issuing task in the same calculation mode as the step 2), and forwards the data to the data issuing server node through the network communication connection in the cluster established in the step 1).
4) And after receiving the data, the data publishing server node which receives the data publishing task sends the data and the client forwarding address list to a certain client which subscribes the data target theme (Key).
5) After receiving the data and the client forwarding address list, the client stores the data in the local storage system and starts assisting the data publishing server node to forward the message, where the forwarded target address is all addresses in the client forwarding address list sent by the data publishing server to the client in step 4), as shown in fig. 2.
Furthermore, the method is a topic (Key) -oriented publish-subscribe method, all data to be published need to correspond to a globally unique topic, and publish-subscribe operations are operations on a certain topic and data under the topic.
Further, the network communication connection inside the cluster in step 1 is a long persistent connection, and is established if and only if the cluster is initialized, and is disconnected if the cluster stops service.
Further, the data distribution server node mapping method in the above steps 2 and 3 (i.e., the method of calculating the data distribution server node that takes over the distribution task) is performed based on a hash (hash value).
Further, in order to reduce the computational load of the data publishing server cluster when the subscribed service instances are large in scale, the method needs to enable the client to assist the data publishing server to publish the message based on the client forwarding method in step 4, that is, step 5). The client forwarding address list is composed of all client addresses subscribing the topic on the node bearing the data publishing task.
Further, in order to ensure the reliability of data distribution, the method needs to additionally take the following steps (as shown in fig. 3):
(1) for a client node directly sent by a server, after the client successfully receives a message, reporting the state of the client to the server, namely sending response information (ACK information) to the server;
(2) for the client node which receives the message after the client-side assistance forwarding, reporting the state of the client node to a source node (source client node) of the forwarding operation after the client node successfully receives the message, and reporting a node address list of the forwarding failure to a server after the source node summarizes the sending condition of the forwarding operation;
(3) and (3) when the server fails to receive the state reporting request in the step (1), the server attempts to retransmit the message, and stops retransmitting and records the log when the retransmission reaches the maximum limit, and informs system operation and maintenance personnel to perform problem troubleshooting.
(4) And (3) when the server successfully receives the report request in the step (1) and receives the forwarding failure node address list reported in the step (2), the server directly retransmits the request without forwarding operation.
An efficient and reliable data publish-subscribe system adopting the method mainly comprises the following steps:
the data publishing-subscribing topic management module is used for managing the publishing-subscribing states of the server and the client, simultaneously recording the mapping relation between a topic and a client address list subscribing the topic, and generating a client forwarding address list;
the network communication and connection management module is used for sending data to the interior of the data distribution server cluster and the client nodes through a network and is also used for message forwarding operation between the client nodes;
and the hash value calculation module is used for calculating a globally unique hash value according to the current node state of the cluster, wherein the hash value is a basis for mapping the subscription and publication requests of the client to specific server nodes.
Furthermore, the system also comprises a fault-tolerant and reliability guarantee module which is used for guaranteeing the reliability of the data publishing-subscribing. For example, Ack information collection and message retransmission mechanisms can be adopted to ensure the reliability of data publish-subscribe.
Furthermore, the system also comprises a performance experiment and performance analysis module which is used for assisting in verifying the correctness of the whole system, and meanwhile, the performance indexes of the whole system can be collected through the analysis of logs, so that the system is used for supporting the subsequent iteration of other functional and non-functional requirements of the system.
Compared with the prior art, the invention has the advantages that:
(1) the issue-subscription performance problem under the control of the extreme-scale micro-service is solved by means of client-side assisted forwarding and the like.
(2) The reliability of data publishing-subscribing under abnormal conditions such as network partition, node downtime and the like is ensured.
(3) The expandability of the data distribution server cluster is maintained through the method of hash value calculation and server mapping.
Drawings
FIG. 1 is a schematic diagram of a data publish-subscribe scenario in a microservice environment;
FIG. 2 is a schematic diagram of a client-assisted forwarding operation;
FIG. 3 is a schematic diagram of the reliability guarantee principle of the publish-subscribe method;
FIG. 4 is a general flow diagram of a publish-subscribe method.
FIG. 5 is a schematic diagram of a system server-side implementation;
FIG. 6 is a schematic diagram of a system client implementation principle;
FIG. 7 is a schematic diagram of the system performance testing and analyzing module implementation principle.
Detailed Description
In order to make the technical solutions in the embodiments of the present invention better understood and make the objects, features, and advantages of the present invention more comprehensible, the technical core of the present invention is described in further detail below with reference to the accompanying drawings of the specification.
The invention provides a micro-service governance-oriented efficient and reliable data publishing-subscribing method and system, the general flow of which is shown in figure 4, and the main module division is shown in figures 5 and 6.
Further, on the data publishing server side, as shown in fig. 5, the data publishing-subscribing topic management module, the network communication and connection management module, the hash (hash) value calculation module, the forwarding address list and Ack information collection module, and the cluster address management module mainly comprise the following modules:
1. the data publish-subscribe topic management module: the module is mainly responsible for efficiently managing the topics to be published currently and corresponding subscribers under each topic, and meanwhile, persistently storing the information. The specific implementation way is to manage the data structure by using a K-V (key-value) data structure, wherein the key is specific information of a subject and the value is an address list of a subscriber. When the data issuing server receives an issuing request of a client to a certain theme, the system inquires the K-V data structure according to a key corresponding to the theme, inquires an address list of the client to be issued, and delivers the address list to the network communication and connection management module for subsequent operation. Similarly, when the data publishing server receives a subscription request of a client to a certain topic, the system queries the K-V data structure according to a key corresponding to the topic, queries an address list of the client to be published, and adds the address of the client to the address list.
2. The network communication and connection management module: the module has the main functions of efficiently realizing cluster internal communication and communication from a data publishing server to a subscribing client and providing a standard publishing-subscribing behavior interface for the outside. The implementation is mainly based on a non-blocking IO communication mode of a persistent connection channel of a TCP protocol. Meanwhile, the module provides a protobuf-based coding and decoding function to the outside so as to serialize the data to be issued of the upper layer application into the byte stream with the corresponding format and deserialize the received byte stream into specific data to be received.
3. Hash (hash) value calculation module: load distribution needs to be carried out by relying on a hash value given by the module in the processes of subscribing the client and publishing the data by the data publishing server. The specific calculation method of the hash value is based on external characteristics of the server (such as an IP address, a port number, a MAC address and the like), and the hash value needs to ensure global uniqueness.
4. A forwarding address list and Ack information collection module: the module is mainly responsible for: (1) response (ACK) information of the client to the data publication is collected. (2) And monitoring the completion condition of data distribution according to the information, and carrying out retransmission operation on the data to be distributed on the client side with failed distribution based on the retransmission mode given in the method.
5. The cluster address management module: when the system is started, the module loads configuration files from the outside, generates an address list corresponding to the server cluster, and delivers the list to the network communication and connection management module to establish a TCP long connection channel inside the data publisher cluster. Meanwhile, the cluster address is managed in the memory in a list mode by the module, and the hash (hash) value calculation module calculates the hash (hash) values of the server node and other server nodes in the cluster.
On the data distribution client side, as shown in fig. 6, the data distribution client side mainly includes a network communication and connection management module and a forwarding address list analysis module, and detailed information of each module is as follows:
1. the network communication and connection management module: similar to the network communication and connection management module at the data publishing server side, the module has the main responsibility of efficiently realizing cluster internal communication and communication from the data publishing server to the subscribing client side and providing a standard publishing-subscribing behavior interface for the outside.
2. A forwarding address list analysis module: the module is used for analyzing a client forwarding address list carried by the data issuing server while issuing data, and after the module analyzes the address list, the module generates a corresponding forwarding data packet and transfers the forwarding data packet to the network communication and connection management module to be forwarded to other corresponding clients.
In another embodiment of the present invention, the system may further include a fault tolerance and reliability guarantee module and a performance experiment and performance analysis module. The fault-tolerant and reliability guarantee module is used for guaranteeing the reliability of data publishing-subscribing. The performance experiment and performance analysis module is used for assisting in verifying the correctness of the whole system, and meanwhile, can collect the performance indexes of the whole system through the analysis of logs and is used for supporting the subsequent iteration of other functional and non-functional requirements of the system. As shown in fig. 7, the system provides a performance testing and performance analysis tool, and the implementation principle is as follows: the tool performs a data publishing-subscribing performance experiment by running a plurality of internal load test scripts in different modes and sending a real network request. For performance analysis, the module collects and summarizes logs of the data release server and the client. And analyzing the completion condition, delay distribution condition and other information of the publishing/subscribing operation of each time of data according to the collected logs.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the embodiments have been described in detail for the present invention, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention, which should be covered in the claims of the present invention.

Claims (8)

1. A data publishing-subscribing method facing micro-service administration is characterized by comprising the following steps:
initializing a data publishing server cluster, starting a data publishing-subscribing service, and establishing network communication connection in the cluster;
the client cluster calculates the address of a data publishing server node needing to be requested according to the subscribed topic and sends a data subscription request to the client cluster;
when a client needs to issue data to a certain theme, packaging the data to be issued into a data issuing request, sending the data issuing request to any node of a data issuing server cluster, and analyzing the data to be issued from the data issuing request by the any node and forwarding the data to the data issuing server node;
the data publishing server node sends the received data and the client forwarding address list to a certain client subscribing the subject to which the data belongs;
and after receiving the data and the client forwarding address list, the client stores the received data into a local storage system and starts assisting the data publishing server node to forward the message, wherein the forwarded target addresses are all addresses in the client forwarding address list.
2. The method of claim 1, wherein the network communication connection within the cluster of data distribution servers is a long persistent connection that is established if and only if the cluster is initialized and is broken if the cluster is out of service.
3. The method according to claim 1, wherein the client cluster calculates the address of the data distribution server node that needs to be requested according to the topic to which the client cluster subscribes, and calculates the address of the data distribution server node that takes over the distribution task based on the hash value.
4. The method according to claim 1, wherein the client forwarding address list consists of all client addresses on the data publication server node that subscribe to the same topic.
5. The method according to claim 1, characterized in that the following steps are taken to ensure the reliability of the data distribution:
(1) for the client directly sent by the data release server node, after the client successfully receives the message, the client reports the self state to the data release server node, namely, response information is sent to the data release server node;
(2) for the client node which receives the message after the client-side assistance forwarding, reporting the state of the client node to the source client node of the forwarding operation after successfully receiving the message, and reporting the node address list of the forwarding failure to the data publishing server node after the source client node summarizes the sending condition of the forwarding operation;
(3) when the data publishing server node fails to successfully receive the state reporting request in the step (1), the data publishing server node retransmits the message, and when the retransmission reaches the maximum limit, the retransmission is stopped and a log is recorded, and system operation and maintenance personnel are informed to perform problem troubleshooting;
(4) and (3) when the data release server node successfully receives the state reporting request in the step (1) and receives the node address list with the forwarding failure reported in the step (2), the data release server node directly retransmits without forwarding operation.
6. A data publish-subscribe system for micro-service administration using the method of any one of claims 1 to 5, comprising:
the data publishing-subscribing topic management module is used for managing the publishing-subscribing states of the data publishing server and the client, simultaneously recording the mapping relation between a topic and a client address list subscribing the topic and generating a client forwarding address list;
the network communication and connection management module is used for sending data to the interior of the data distribution server cluster and the client nodes through a network and is also used for message forwarding operation between the client nodes;
and the hash value calculation module is used for calculating a globally unique hash value according to the current node state of the data publishing server cluster, wherein the hash value is a basis for mapping the subscription and publishing requests of the client to specific server nodes.
7. The system of claim 6, further comprising a fault tolerance and reliability assurance module to ensure reliability of the data publish-subscribe.
8. The system of claim 6 or 7, further comprising a performance testing and performance analysis module for assisting in verifying the correctness of the whole system, and collecting performance indicators of the whole system through log analysis for supporting subsequent iterations of other functional and non-functional requirements of the system.
CN202011578199.8A 2020-12-28 2020-12-28 Data publishing-subscribing method and system for micro-service governance Active CN112751916B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011578199.8A CN112751916B (en) 2020-12-28 2020-12-28 Data publishing-subscribing method and system for micro-service governance

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011578199.8A CN112751916B (en) 2020-12-28 2020-12-28 Data publishing-subscribing method and system for micro-service governance

Publications (2)

Publication Number Publication Date
CN112751916A true CN112751916A (en) 2021-05-04
CN112751916B CN112751916B (en) 2022-03-25

Family

ID=75646342

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011578199.8A Active CN112751916B (en) 2020-12-28 2020-12-28 Data publishing-subscribing method and system for micro-service governance

Country Status (1)

Country Link
CN (1) CN112751916B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535389A (en) * 2021-06-28 2021-10-22 中国人民解放军国防科技大学 Experimental scheme parallel deduction management and control system
CN115878326A (en) * 2022-12-29 2023-03-31 中科南京软件技术研究院 Publishing and subscribing method and system for edge computing scene
CN115955506A (en) * 2022-09-07 2023-04-11 中科云谷科技有限公司 Micro-service publishing method, device, system and computer readable storage medium
CN116112546A (en) * 2022-12-09 2023-05-12 中科南京软件技术研究院 Network bandwidth optimization publishing and subscribing system and method
CN117336320A (en) * 2023-10-09 2024-01-02 江苏润和软件股份有限公司 System for dynamically controlling network communication of robot terminal and implementation method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101056190A (en) * 2006-04-12 2007-10-17 国际商业机器公司 Method and device for providing access control in a publish/subscribe system and said system
CN104243611A (en) * 2014-09-30 2014-12-24 浪潮软件股份有限公司 Distribution thought based message service middleware system
US20170126603A1 (en) * 2015-10-28 2017-05-04 International Business Machines Corporation Distributing retained messages information in a clustered publish/subscribe system
CN110012083A (en) * 2019-03-26 2019-07-12 青岛聚好联科技有限公司 A kind of data transmission method, server and data transmission device
CN110855737A (en) * 2019-09-24 2020-02-28 中国科学院软件研究所 Consistency level controllable self-adaptive data synchronization method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101056190A (en) * 2006-04-12 2007-10-17 国际商业机器公司 Method and device for providing access control in a publish/subscribe system and said system
CN104243611A (en) * 2014-09-30 2014-12-24 浪潮软件股份有限公司 Distribution thought based message service middleware system
US20170126603A1 (en) * 2015-10-28 2017-05-04 International Business Machines Corporation Distributing retained messages information in a clustered publish/subscribe system
CN110012083A (en) * 2019-03-26 2019-07-12 青岛聚好联科技有限公司 A kind of data transmission method, server and data transmission device
CN110855737A (en) * 2019-09-24 2020-02-28 中国科学院软件研究所 Consistency level controllable self-adaptive data synchronization method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
唐震等: "面向大规模集群的柔性配置更新推送方法", 《中国科学:信息科学》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535389A (en) * 2021-06-28 2021-10-22 中国人民解放军国防科技大学 Experimental scheme parallel deduction management and control system
CN115955506A (en) * 2022-09-07 2023-04-11 中科云谷科技有限公司 Micro-service publishing method, device, system and computer readable storage medium
CN116112546A (en) * 2022-12-09 2023-05-12 中科南京软件技术研究院 Network bandwidth optimization publishing and subscribing system and method
CN116112546B (en) * 2022-12-09 2024-04-19 中科南京软件技术研究院 Network bandwidth optimization publishing and subscribing system and method
CN115878326A (en) * 2022-12-29 2023-03-31 中科南京软件技术研究院 Publishing and subscribing method and system for edge computing scene
CN117336320A (en) * 2023-10-09 2024-01-02 江苏润和软件股份有限公司 System for dynamically controlling network communication of robot terminal and implementation method
CN117336320B (en) * 2023-10-09 2024-05-28 江苏润和软件股份有限公司 System for dynamically controlling network communication of robot terminal and implementation method

Also Published As

Publication number Publication date
CN112751916B (en) 2022-03-25

Similar Documents

Publication Publication Date Title
CN112751916B (en) Data publishing-subscribing method and system for micro-service governance
US7518983B2 (en) Proxy response apparatus
US20210028987A1 (en) System and method for network validation architecture for clustered and federated storage systems
CN100446495C (en) Method and system for sharing connection dynamically
US10812579B2 (en) Method and system for cloud storage of video, and method and system for previewing cloud—stored video
US7130899B1 (en) Robust indication processing
US7797565B1 (en) System and method for maintaining communication protocol connections during failover
US20030158933A1 (en) Failover clustering based on input/output processors
US20060253575A1 (en) Transparent network connection takeover
US20030074453A1 (en) Method for rerouting IP transmissions
CN109831318A (en) A kind of system, method and server obtaining network topology
CN107517227B (en) Session implementation method and device for distributed consistency system
CN111464612B (en) Method for providing stable computing service in severe environment
US20130139178A1 (en) Cluster management system and method
CN112003721B (en) Method and device for realizing high availability of large data platform management node
TWI740210B (en) Method for terminal device management and server
CN113872795A (en) Intelligent monitoring analysis and fault processing system and method for distributed server
CN112671554A (en) Node fault processing method and related device
WO2021249165A1 (en) Ethernet storage system, and information notifying method therefor and related apparatus thereof
CN114090342A (en) Storage disaster tolerance link management method, message execution node and storage control cluster
CN111880932A (en) Data storage method and device based on multiple network ports
CN112131201B (en) Method, system, equipment and medium for high availability of network additional storage
CN115250275B (en) Cluster management method and system
CN116795651B (en) Feedback geospatial data service quality log consistency maintenance method
CN114945023B (en) Network connection multiplexing 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
GR01 Patent grant
GR01 Patent grant