CN112653597B - Service grid-based service fusing mechanism adjusting method and system - Google Patents

Service grid-based service fusing mechanism adjusting method and system Download PDF

Info

Publication number
CN112653597B
CN112653597B CN202011493545.2A CN202011493545A CN112653597B CN 112653597 B CN112653597 B CN 112653597B CN 202011493545 A CN202011493545 A CN 202011493545A CN 112653597 B CN112653597 B CN 112653597B
Authority
CN
China
Prior art keywords
service
network quality
fuse
network
current network
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
CN202011493545.2A
Other languages
Chinese (zh)
Other versions
CN112653597A (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.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group 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 China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN202011493545.2A priority Critical patent/CN112653597B/en
Publication of CN112653597A publication Critical patent/CN112653597A/en
Application granted granted Critical
Publication of CN112653597B publication Critical patent/CN112653597B/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
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0654Management of faults, events, alarms or notifications using network fault recovery
    • H04L41/0659Management of faults, events, alarms or notifications using network fault recovery by isolating or reconfiguring faulty entities

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The present disclosure provides a service grid-based service fusing mechanism adjusting method, system, computer device and readable storage medium, the method comprising: determining a network quality required for the first service; determining the network quality of the current network; and adjusting the service fusing mechanism of the first service according to the network quality of the current network and the network quality required by the first service. The technical scheme can provide fuse starting condition setting with finer granularity, the fuse starting condition is adjusted downwards when the existing network quality is not enough to guarantee the implementation of the preset class service, the fuse is not started after service calling fails for multiple times, and the network resource utilization rate is optimized.

Description

基于服务网格的服务熔断机制调整方法及系统Method and system for adjusting service fuse mechanism based on service grid

技术领域technical field

本公开属于通信技术领域,具体涉及一种基于服务网格的服务熔断机制调整方法,一种基于服务网格的服务熔断机制调整系统,一种计算机设备,以及一种计算机可读存储介质。The present disclosure belongs to the field of communication technologies, and in particular relates to a service grid-based service fuse mechanism adjustment method, a service grid-based service fuse mechanism adjustment system, a computer device, and a computer-readable storage medium.

背景技术Background technique

在微服务架构中,单个应用程序可能由数百个服务组成,每个服务中又可能有数千个实例,而且每一个实例都可以动态调度资源编辑器,可能处于不断变化的状态。因此,在微服务架构中,服务通信和服务治理异常复杂,而管理好服务间通信对于保证端到端的性能和可靠性来说是非常重要的。为此,人们又提出了针对服务通信和服务治理的ServiceMesh(服务网格)。In a microservices architecture, a single application may consist of hundreds of services, each of which may have thousands of instances, and each instance can dynamically schedule resource editors, possibly in a constantly changing state. Therefore, in a microservice architecture, service communication and service governance are extremely complex, and managing inter-service communication is very important to ensure end-to-end performance and reliability. To this end, people have proposed ServiceMesh (service mesh) for service communication and service governance.

Service Mesh是一个基础设施层,用于处理服务间通信。Service Mesh负责在网络拓扑中实现请求的可靠传递。在实践中,Service Mesh通常实现为一组轻量级网络代理,它们与应用程序部署在一起,而对应用程序透明。Service Mesh将整个服务间通讯的技术栈全部下移,从应用层下移到基础设施层。在Service Mesh里面有一个关键机制是服务熔断机制。熔断机制是对服务链路的一种保护机制。在微服务架构中,某个微服务不可用或者响应时间太长时,会进行服务降级,进而熔断该节点微服务的调用,快速返回错误的响应信息。当检测到该节点微服务调用响应正常后,恢复调用链路。熔断机制需要通过熔断器去实现,熔断器具有三种状态,分别是熔断器关闭状态(Closed)、熔断器打开状态(Open)和熔断器半熔断状(Half-Open),在现有机制中,熔断器三种状态实现机制如下:Service Mesh is an infrastructure layer that handles inter-service communication. Service Mesh is responsible for the reliable delivery of requests in the network topology. In practice, a service mesh is usually implemented as a set of lightweight network proxies that are deployed with the application and are transparent to the application. Service Mesh moves the entire technology stack of inter-service communication down, from the application layer to the infrastructure layer. A key mechanism in Service Mesh is the service fuse mechanism. The circuit breaker mechanism is a protection mechanism for the service link. In the microservice architecture, when a microservice is unavailable or the response time is too long, the service will be degraded, and then the invocation of the microservice of the node will be blown, and the wrong response information will be quickly returned. When it is detected that the microservice invocation response of the node is normal, the invocation link is resumed. The fuse mechanism needs to be implemented by a fuse. The fuse has three states, namely the fuse closed state (Closed), the fuse open state (Open) and the fuse half-blown state (Half-Open). In the existing mechanism, The three state implementation mechanisms of the fuse are as follows:

Closed:调用失败次数累计到了阈值(或一定比例)则启动熔断机制;Closed: When the number of failed calls reaches the threshold (or a certain percentage), the fuse mechanism is activated;

Open:此时对下游的调用直接返回错误,不走网络,但设计了一个时钟选项,默认的时钟达到了一定时间(这个时间一般设置成平均故障处理时间),到了这个时间,进入半熔断状态;Open: At this time, the call to the downstream directly returns an error without going through the network, but a clock option is designed. The default clock reaches a certain time (this time is generally set as the average fault handling time), and at this time, it enters the semi-fuse state. ;

Half-Open:允许定量的服务请求,如果调用都成功(或一定比例)则认为恢复了,关闭熔断器,否则认为还没好,又回到熔断器打开状态。Half-Open: Allows quantitative service requests. If the calls are successful (or a certain percentage), it is considered to be restored, and the fuse is turned off. Otherwise, it is considered that it is not good, and the fuse is turned on again.

由此可知,现有熔断器启动是采用设定阈值或者比例的方法,熔断器启动条件是固定状态,不能根据服务重要性、网络情况等条件自动化调整熔断器启动条件。在网络情况复杂,突发事务较多的情况下,若采用人工干预手段,既耗费大量人力,也不能及时响应,是对网络资源的一种不合理应用。From this, it can be seen that the existing fuse activation is a method of setting a threshold or a ratio, and the fuse activation condition is a fixed state, and the fuse activation condition cannot be automatically adjusted according to conditions such as service importance and network conditions. When the network situation is complex and there are many emergencies, if manual intervention is used, it will consume a lot of manpower and cannot respond in time, which is an unreasonable application of network resources.

发明内容SUMMARY OF THE INVENTION

本公开提供一种基于服务网格的服务熔断机制调整方法、系统、计算机设备及计算机可读存储介质能够提供更加细颗粒度的熔断器启动条件设置,优化网络资源利用率。The present disclosure provides a service grid-based service fuse mechanism adjustment method, system, computer device, and computer-readable storage medium, which can provide more fine-grained setting of fuse activation conditions and optimize network resource utilization.

第一方面,本公开实施例提供一种基于服务网格的服务熔断机制调整方法,包括:In a first aspect, an embodiment of the present disclosure provides a service grid-based adjustment method for a service circuit breaker mechanism, including:

确定第一服务所需的网络质量;determine the network quality required for the first service;

确定当前网络的网络质量;以及,determine the network quality of the current network; and,

根据当前网络的网络质量和第一服务所需的网络质量,调整所述第一服务的服务熔断机制。Adjust the service breaking mechanism of the first service according to the network quality of the current network and the network quality required by the first service.

进一步的,所述方法还包括:Further, the method also includes:

创建服务分类数据表,所述服务分类数据表中包括各个服务的服务编号、服务分类类型及其所需的网络质量;Create a service classification data table, the service classification data table includes the service number of each service, the service classification type and the required network quality;

其中,所述服务分类类型包括高时延要求服务、中时延要求服务和低时延要求服务;Wherein, the service classification types include high latency requirement services, medium latency requirement services and low latency requirement services;

所述第一服务对应的服务分类类型为中时延要求服务的服务。The service classification type corresponding to the first service is a service requiring a medium delay.

进一步的,所述根据当前网络的网络质量和第一服务所需的网络质量,调整所述第一服务的服务熔断机制,包括:Further, adjusting the service circuit breaker mechanism of the first service according to the network quality of the current network and the network quality required by the first service includes:

判断当前网络的网络质量是否和第一服务所需的网络质量相匹配;Determine whether the network quality of the current network matches the network quality required by the first service;

若相匹配,则按所述第一服务的原服务熔断机制进行熔断启动;If there is a match, start the fuse according to the original service fuse mechanism of the first service;

若不匹配,则将所述第一服务的原服务熔断机制中熔断启动条件的最大服务调用失败次数下调至预设值,并按调整后新的服务熔断机制进行熔断启动。If it does not match, the maximum number of service invocation failures of the fuse activation condition in the original service fuse mechanism of the first service is lowered to a preset value, and fuse start is performed according to the adjusted new service fuse mechanism.

进一步的,所述按所述第一服务的原服务熔断机制进行熔断启动,包括:Further, the fuse startup according to the original service fuse mechanism of the first service includes:

在当前服务调用失败次数达到所述第一服务的原服务熔断机制中熔断器启动条件时,对所述第一服务进行熔断启动;When the current number of service invocation failures reaches the fuse activation condition in the original service fuse mechanism of the first service, fuse activation for the first service;

所述按调整后新的服务熔断机制进行熔断启动,包括:The fuse startup according to the adjusted new service fuse mechanism includes:

在当前服务调用失败次数达到所述第一服务的新服务熔断机制中熔断器启动条件时,对所述第一服务进行熔断启动。When the current number of service invocation failures reaches the fuse activation condition in the new service fuse mechanism of the first service, fuse activation is performed on the first service.

进一步的,所述方法还包括:Further, the method also includes:

定期对对当前网络质量进行监测,并确定当前网络的网络质量;以及,Regularly monitor the current network quality and determine the network quality of the current network; and,

定期根据当前网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制。The service breaking mechanism of the first service is adjusted periodically according to the current network quality and the network quality required by the first service.

第二方面,本公开实施例提供一种基于服务网格的服务熔断机制调整系统,包括确定模块、监测模块和调整模块;In a second aspect, an embodiment of the present disclosure provides a service grid-based service fuse mechanism adjustment system, including a determination module, a monitoring module, and an adjustment module;

所述确定模块设置为确定第一服务所需的网络质量;The determining module is configured to determine the network quality required by the first service;

所述监测模块设置为确定当前网络的网络质量;The monitoring module is configured to determine the network quality of the current network;

所述调整模块设置为根据当前网络的网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制。The adjustment module is configured to adjust the service fuse mechanism of the first service according to the network quality of the current network and the network quality required by the first service.

进一步的,所述系统还包括创建模块;Further, the system also includes a creation module;

所述创建模块设置为创建服务分类数据表,所述服务分类数据表中包括各个服务的服务编号、服务分类类型及其所需的网络质量;The creation module is configured to create a service classification data table, and the service classification data table includes the service number, service classification type and required network quality of each service;

其中,所述服务分类类型包括高时延要求服务、中时延要求服务和低时延要求服务;Wherein, the service classification types include high latency requirement services, medium latency requirement services and low latency requirement services;

所述第一服务对应的服务分类类型为中时延要求服务的服务。The service classification type corresponding to the first service is a service requiring a medium delay.

进一步的,所述调整模块包括:Further, the adjustment module includes:

判断单元,其设置为判断当前网络的网络质量是否和第一服务所需的网络质量相匹配;a judging unit, configured to judge whether the network quality of the current network matches the network quality required by the first service;

调整单元,其设置为若所述判断单元判断当前网络的网络质量和第一服务所需的网络质量相匹配,则按所述第一服务的原服务熔断机制进行熔断启动;以及An adjustment unit, which is configured to start the circuit breaker according to the circuit breaker mechanism of the original service of the first service if the judgment unit judges that the network quality of the current network matches the network quality required by the first service; and

若所述判断单元判断当前网络的网络质量和第一服务所需的网络质量不匹配,则将所述第一服务的原服务熔断机制中熔断启动条件的最大服务调用失败次数下调至预设值,并按调整后新的服务熔断机制进行熔断启动。If the judging unit judges that the network quality of the current network does not match the network quality required by the first service, the maximum number of service invocation failures of the fuse activation condition in the original service fuse mechanism of the first service is lowered to a preset value , and start the circuit breaker according to the adjusted new service circuit breaker mechanism.

进一步的,further,

所述监测模块具体设置为定期对对当前网络质量进行监测,并确定当前网络的网络质量;The monitoring module is specifically set to regularly monitor the current network quality and determine the network quality of the current network;

所述调整模块具体设置为定期根据当前网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制。The adjustment module is specifically configured to periodically adjust the service fuse mechanism of the first service according to the current network quality and the network quality required by the first service.

第三方面,本公开实施例还提供一种计算机设备,包括存储器和处理器,所述存储器中存储有计算机程序,当所述处理器运行所述存储器存储的计算机程序时,所述处理器执行如第一方面中任一所述的基于服务网格的服务熔断机制调整方法。In a third aspect, an embodiment of the present disclosure further provides a computer device, including a memory and a processor, where a computer program is stored in the memory, and when the processor executes the computer program stored in the memory, the processor executes The method for adjusting a service circuit breaker mechanism based on a service mesh according to any one of the first aspects.

第四方面,本公开实施例还提供一种计算机可读存储介质,包括:计算机程序,当其在计算机上运行时,使得计算机执行如第一方面中任一所述的基于服务网格的服务熔断机制调整方法。In a fourth aspect, an embodiment of the present disclosure further provides a computer-readable storage medium, comprising: a computer program, which, when executed on a computer, causes the computer to execute the service mesh-based service according to any one of the first aspects Fuse mechanism adjustment method.

有益效果:Beneficial effects:

本公开提供的基于服务网格的服务熔断机制调整方法、系统、计算机设备及计算机可读存储介质,通过确定第一服务所需的网络质量;再确定当前网络的网络质量;根据当前网络的网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制。本公开技术方案能够提供更加细颗粒度的熔断器启动条件设置,在现有网络质量不足以保证预设类别服务的实施时,将熔断器启动条件下调,不用等服务调用失败多次以后再启动熔断器,优化网络资源利用率。The method, system, computer device and computer-readable storage medium for adjusting the service fuse mechanism based on service grid provided by the present disclosure, by determining the network quality required by the first service; then determining the network quality of the current network; according to the network quality of the current network The quality and the network quality required for the first service adjust the service circuit breaker mechanism of the first service. The technical solution of the present disclosure can provide more fine-grained setting of fuse activation conditions. When the existing network quality is not enough to ensure the implementation of a preset category of services, the fuse activation conditions can be lowered, and there is no need to wait for service calls to fail for many times before restarting. Circuit breakers to optimize network resource utilization.

附图说明Description of drawings

图1为本公开实施例一提供的一种基于服务网格的服务熔断机制调整方法的流程示意图;FIG. 1 is a schematic flowchart of a method for adjusting a service fuse mechanism based on a service grid according to Embodiment 1 of the present disclosure;

图2为本公开实施例二提供的一种基于服务网格的服务熔断机制调整系统的架构图。FIG. 2 is an architectural diagram of a service grid-based service fuse mechanism adjustment system according to Embodiment 2 of the present disclosure.

具体实施方式Detailed ways

为使本领域技术人员更好地理解本公开的技术方案,下面结合附图和实施例对本公开作进一步详细描述。In order to make those skilled in the art better understand the technical solutions of the present disclosure, the present disclosure will be further described in detail below with reference to the accompanying drawings and embodiments.

其中,在本公开实施例中使用的术语是仅仅出于描述特定实施例的目的,而非旨在限制本公开。在本公开实施例和所附权利要求书中所使用的单数形式的“一种”、“所述”和“该”也旨在包括多数形式,除非上下文清楚的表示其他含义。The terms used in the embodiments of the present disclosure are only for the purpose of describing specific embodiments, and are not intended to limit the present disclosure. As used in the embodiments of the present disclosure and the appended claims, the singular forms "a," "the," and "the" are intended to include the plural forms as well, unless the context clearly dictates otherwise.

现有熔断器启动采用设定阈值或者比例的方法,熔断器启动条件是固定状态,不能根据服务重要性、网络情况等条件,自动化调整熔断器启动条件。在网络情况复杂,突发事务较多的情况下,若采用人工干预手段,既耗费大量人力,也不能及时响应,是对网络资源的一种不合理应用。The existing fuse activation adopts the method of setting a threshold or a ratio. The fuse activation condition is a fixed state, and the fuse activation condition cannot be automatically adjusted according to conditions such as service importance and network conditions. When the network situation is complex and there are many emergencies, if manual intervention is used, it will consume a lot of manpower and cannot respond in time, which is an unreasonable application of network resources.

下面以具体地实施例对本公开的技术方案以及本公开的技术方案如何解决上述技术问题进行详细说明。下面这几个具体的实施例可以相互结合,对于相同或相似的概念或过程可能在某些实施例中不再赘述。The technical solutions of the present disclosure and how the technical solutions of the present disclosure solve the above-mentioned technical problems will be described in detail below with specific examples. The following specific embodiments may be combined with each other, and the same or similar concepts or processes may not be repeated in some embodiments.

图1为本公开实施例一提供的一种基于服务网格的服务熔断机制调整方法的流程示意图,如图1所示,包括:FIG. 1 is a schematic flowchart of a method for adjusting a service fuse mechanism based on a service grid according to Embodiment 1 of the present disclosure. As shown in FIG. 1 , the method includes:

步骤S101:确定第一服务所需的网络质量;Step S101: Determine the network quality required by the first service;

步骤S102:确定当前网络的网络质量;Step S102: determine the network quality of the current network;

步骤S103:根据当前网络的网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制。Step S103: Adjust the service fuse mechanism of the first service according to the network quality of the current network and the network quality required by the first service.

针对服务通信和服务治理的Service Mesh(服务网格)具有的服务熔断机制,当微服务调用失败次数累计到了阈值,会启动熔断器,不会再进行微服务的调用,对下游的调用直接返回错误;并进行相应的处理,在默认的时钟达到了一定时间后,这个时间一般设置成平均故障处理时间,也就是MTTR,进入半熔断状态,重新允许定量的服务请求;对于调用失败次数的阈值,当其阈值相对固定,而对于不同服务,其需要的网络质量是不同的,在网络质量不能满足其要求时,其微服务基本会不可用或者响应时间较长;若一直等到其调用失败次数达到固定的阈值,再进行启动熔断器,此过程会导致网络资源浪费,并且浪费时间;本公开实施例通过确定第一服务所需的网络质量,所述第一服务为在服务熔断机制中服务调用失败次数较多,但其时延要求没有较高容忍度的服务;针对此类服务,根据判断当前网络质量是否满足其所需的网络质量,来决定是否调整其服务熔断机制,在不满足时将调用失败次数的阈值降低,可以减少网络资源浪费,并尽快进行故障处理,加快恢复微服务的成功调用。The Service Mesh (Service Mesh) for service communication and service governance has a service fuse mechanism. When the number of failed microservice calls reaches the threshold, the circuit breaker will be activated, and no further microservice calls will be made, and the downstream calls will be returned directly. error; and perform corresponding processing. After the default clock reaches a certain time, this time is generally set as the average fault processing time, that is, MTTR, enters the semi-fuse state, and re-allows quantitative service requests; the threshold for the number of failed calls , when its threshold is relatively fixed, and for different services, the required network quality is different. When the network quality cannot meet its requirements, its microservices will be basically unavailable or the response time will be long; if it waits until the number of failed calls Reaching a fixed threshold, and then starting the circuit breaker, this process will waste network resources and waste time; the embodiment of the present disclosure determines the network quality required by the first service, and the first service is a service in the service circuit breaker mechanism. A service that fails many times, but does not have a high latency requirement; for this type of service, it is determined whether to adjust its service fuse mechanism according to whether the current network quality meets the required network quality. The threshold for the number of call failures can be reduced at the same time, which can reduce the waste of network resources, and perform fault processing as soon as possible to speed up the recovery of successful microservice calls.

进一步的,所述方法还包括:Further, the method also includes:

创建服务分类数据表,所述服务分类数据表中包括各个服务的服务编号、服务分类类型及其所需的网络质量;Create a service classification data table, the service classification data table includes the service number of each service, the service classification type and the required network quality;

其中,所述服务分类类型包括高时延要求服务、中时延要求服务和低时延要求服务;Wherein, the service classification types include high latency requirement services, medium latency requirement services and low latency requirement services;

所述第一服务对应的服务分类类型为中时延要求服务的服务。The service classification type corresponding to the first service is a service requiring a medium delay.

不同类别服务所需网络质量不同,通过记录服务编号、该服务对应的服务分类类型和所需网络质量,构建如下表1所示的服务分类数据表。Different types of services require different network quality. By recording the service number, the service classification type corresponding to the service, and the required network quality, the service classification data table shown in Table 1 below is constructed.

表1服务分类数据表Table 1 Service Classification Data Sheet

序号serial number 服务编号service number 服务分类编号service class number 所需网络质量Required network quality 11

所需网络质量具体表现为响应时间、网络抖动、丢包率等网络信息,根据其实际情况进行确定;The required network quality is embodied in network information such as response time, network jitter, and packet loss rate, which is determined according to its actual situation;

高时延要求服务,即对于服务调用失败不可接受的服务;Services requiring high latency, that is, services that are unacceptable for service invocation failures;

低时延要求服务,即对于服务调用失败可接受的服务;Low latency requires services, that is, services that are acceptable for service invocation failures;

中时延要求服务,介于高时延要求服务与低时延要求服务之间的服务Service with medium latency requirement, service between high latency requirement service and low latency requirement service

对于高时延要求服务,其服务熔断机制不可进行调整,而对于低时延要求服务,其对于时延要求有较高高容忍度,服务熔断机制不用进行调整;而中时延要求服务,在网络质量不满足的情况下,若最大服务调用失败次数较多,会浪费时间,并且浪费网络资源。For services with high latency requirements, the service fuse mechanism cannot be adjusted, while for services with low latency requirements, it has a high tolerance for latency requirements, and the service fuse mechanism does not need to be adjusted; while for services with medium latency requirements, in When the network quality is not satisfied, if the maximum number of service invocation failures is large, time will be wasted and network resources will be wasted.

进一步的,所述根据当前网络的网络质量和第一服务所需的网络质量,调整所述第一服务的服务熔断机制,包括:Further, adjusting the service circuit breaker mechanism of the first service according to the network quality of the current network and the network quality required by the first service includes:

判断当前网络的网络质量是否和第一服务所需的网络质量相匹配;Determine whether the network quality of the current network matches the network quality required by the first service;

若相匹配,则按所述第一服务的原服务熔断机制进行熔断启动;If there is a match, start the fuse according to the original service fuse mechanism of the first service;

若不匹配,则将所述第一服务的原服务熔断机制中熔断启动条件的最大服务调用失败次数下调至预设值,并按调整后新的服务熔断机制进行熔断启动。If it does not match, the maximum number of service invocation failures of the fuse activation condition in the original service fuse mechanism of the first service is lowered to a preset value, and fuse start is performed according to the adjusted new service fuse mechanism.

若不匹配,由Service Mesh控制面侧结合整体情况进行判断查看是否是偶发的网络问题或者该服务节点个别问题导致的网络质量低于某类服务流量所需网络质量数值;若不是,则Sidecar向Service Mesh控制面请求降低熔断器启动条件,即最大服务调用失败次数降低,If they do not match, the Service Mesh control plane will judge whether it is an occasional network problem or if the network quality caused by individual problems of the service node is lower than the network quality value required by a certain type of service traffic; if not, the Sidecar will send the The Service Mesh control plane requests to reduce the circuit breaker activation condition, that is, the maximum number of service call failures is reduced,

由Service Mesh控制面下发命令至服务代理(sidecar),告诉服务代理,该类别服务的熔断器启动条件下调至预设值。修改全网Sidecar侧该类别最大服务调用失败次数,下调的预设值是根据经验确定,例如将预设值定为maxNFSC=4(原maxNFSC=5),下调后,最大服务调用失败次数maxNFSC变成4。由此在现有网络质量不足以保证该类别服务的实施,所以熔断器启动条件就下调,令最大服务调用失败次数下调,不用等服务调用失败多次以后再启动熔断器。The Service Mesh control plane issues commands to the service agent (sidecar) to tell the service agent that the circuit breaker activation conditions for this type of service are lowered to the default value. Modify the maximum number of service invocation failures of this category on the sidecar side of the entire network. The preset value for lowering is determined based on experience. For example, the preset value is set to maxNFSC=4 (original maxNFSC=5). After the adjustment, the maximum number of service invocation failures maxNFSC becomes into 4. As a result, the existing network quality is not sufficient to ensure the implementation of this type of service, so the activation condition of the circuit breaker is lowered, so that the maximum number of service invocation failures is lowered, and the circuit breaker does not need to be activated after the service invocation fails for many times.

进一步的,所述按所述第一服务的原服务熔断机制进行熔断启动,包括:Further, the fuse startup according to the original service fuse mechanism of the first service includes:

在当前服务调用失败次数达到所述第一服务的原服务熔断机制中熔断器启动条件时,对所述第一服务进行熔断启动;When the current number of service invocation failures reaches the fuse activation condition in the original service fuse mechanism of the first service, fuse activation for the first service;

所述按调整后新的服务熔断机制进行熔断启动,包括:The fuse startup according to the adjusted new service fuse mechanism includes:

在当前服务调用失败次数达到所述第一服务的新服务熔断机制中熔断器启动条件时,对所述第一服务进行熔断启动。When the current number of service invocation failures reaches the fuse activation condition in the new service fuse mechanism of the first service, fuse activation is performed on the first service.

在服务未调整其服务熔断机制中熔断器启动条件时,按原服务熔断机制进行熔断启动,在调整后,按调整后新的服务熔断机制进行熔断启动。When the service does not adjust the fuse start conditions in its service fuse mechanism, the fuse start is performed according to the original service fuse mechanism. After adjustment, the fuse start is performed according to the adjusted new service fuse mechanism.

进一步的,所述方法还包括:Further, the method also includes:

若在调整所述第一服务的服务熔断机制时当前服务调用失败次数达到当前服务熔断机制中熔断器启动条件,则对该服务进行熔断启动。If the number of current service invocation failures reaches the fuse activation condition in the current service fuse mechanism when adjusting the service fuse mechanism of the first service, the service is blown to start.

在确定当前网络质量,进行匹配判断时,若此时已有服务的服务调用失败次数达到当前服务熔断机制中熔断器启动条件,则直接进行熔断启动。When determining the current network quality and making a matching judgment, if the number of service invocation failures of the existing service at this time reaches the fuse start condition in the current service fuse mechanism, the fuse start is performed directly.

进一步的,所述方法还包括:Further, the method also includes:

定期对对当前网络质量进行监测,确定当前网络的网络质量;Regularly monitor the current network quality to determine the network quality of the current network;

定期根据当前网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制。The service breaking mechanism of the first service is adjusted periodically according to the current network quality and the network quality required by the first service.

Service Mesh控制面侧能够感知整个网络的网络质量,每隔一段时间进行网络质量实时监测。在调整了服务的服务熔断机制后,若当前网络的网络质量是否和第一服务所需的网络质量相匹配,则可以选择将调整后的服务熔断机制调整为原系统预设的服务熔断机制,若不匹配,则不进行更改,若当前服务服务熔断机制为系统预设(未经过调整的原服务熔断机制),则按判断当前网络的网络质量是否和第一服务所需的网络质量相匹配;若相匹配,则按所述第一服务的原服务熔断机制进行熔断启动;若不匹配,则将所述第一服务的原服务熔断机制中熔断启动条件的最大服务调用失败次数下调至预设值,并按调整后新的服务熔断机制进行熔断启动。The service mesh control plane side can perceive the network quality of the entire network, and monitor the network quality in real time at regular intervals. After adjusting the service fuse mechanism of the service, if the network quality of the current network matches the network quality required by the first service, you can choose to adjust the adjusted service fuse mechanism to the service fuse mechanism preset by the original system. If it does not match, it will not be changed. If the current service fuse mechanism is preset by the system (the original service fuse mechanism that has not been adjusted), then press to determine whether the network quality of the current network matches the network quality required by the first service. ; If it matches, then start the fusing according to the original service fusing mechanism of the first service; if it does not match, then lower the maximum number of service invocation failures of the fusing startup condition in the original service fusing mechanism of the first service to the preset value. Set the value, and start the fuse according to the new service fuse mechanism after adjustment.

本公开实施例能够提供更加细颗粒度的熔断器启动条件设置,在现有网络质量不足以保证预设类别服务的实施时,将熔断器启动条件下调,不用等服务调用失败多次以后再启动熔断器,优化网络资源利用率。The embodiments of the present disclosure can provide more fine-grained setting of fuse activation conditions. When the existing network quality is not enough to ensure the implementation of a preset category of services, the fuse activation conditions can be lowered, and there is no need to wait for service calls to fail for many times before restarting. Circuit breakers to optimize network resource utilization.

图2为本公开实施例二提供的一种基于服务网格的服务熔断机制调整系统的架构图,如图2所示,包括确定模块1、监测模块2和调整模块3;FIG. 2 is an architecture diagram of a service grid-based service fuse mechanism adjustment system provided in Embodiment 2 of the present disclosure, as shown in FIG. 2 , including a determination module 1, a monitoring module 2, and an adjustment module 3;

所述确定模块1设置为确定第一服务所需的网络质量;The determining module 1 is configured to determine the network quality required by the first service;

所述监测模块2设置为确定当前网络的网络质量;The monitoring module 2 is set to determine the network quality of the current network;

所述调整模块3设置为根据当前网络的网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制。The adjustment module 3 is configured to adjust the service fuse mechanism of the first service according to the network quality of the current network and the network quality required by the first service.

进一步的,所述系统还包括创建模块4;Further, the system also includes a creation module 4;

所述创建模块4设置为创建服务分类数据表,所述服务分类数据表中包括各个服务的服务编号、服务分类类型及其所需的网络质量;Described creation module 4 is set to create service classification data table, and described service classification data table includes service number, service classification type and required network quality of each service;

其中,所述服务分类类型包括高时延要求服务、中时延要求服务和低时延要求服务;Wherein, the service classification types include high latency requirement services, medium latency requirement services and low latency requirement services;

所述第一服务对应的服务分类类型为中时延要求服务的服务。The service classification type corresponding to the first service is a service requiring a medium delay.

进一步的,所述调整模块3包括:Further, the adjustment module 3 includes:

判断单元,其设置为判断当前网络的网络质量是否和第一服务所需的网络质量相匹配;a judging unit, configured to judge whether the network quality of the current network matches the network quality required by the first service;

调整单元,其设置为若所述判断单元判断当前网络的网络质量和第一服务所需的网络质量相匹配,则按所述第一服务的原服务熔断机制进行熔断启动;以及An adjustment unit, which is configured to start the circuit breaker according to the circuit breaker mechanism of the original service of the first service if the judgment unit judges that the network quality of the current network matches the network quality required by the first service; and

若所述判断单元判断当前网络的网络质量和第一服务所需的网络质量不匹配,则将所述第一服务的原服务熔断机制中熔断启动条件的最大服务调用失败次数下调至预设值,并按调整后新的服务熔断机制进行熔断启动。If the judging unit judges that the network quality of the current network does not match the network quality required by the first service, the maximum number of service invocation failures of the fuse activation condition in the original service fuse mechanism of the first service is lowered to a preset value , and start the circuit breaker according to the adjusted new service circuit breaker mechanism.

进一步的,further,

所述监测模块2具体设置为定期对对当前网络质量进行监测,并确定当前网络的网络质量;The monitoring module 2 is specifically set to regularly monitor the current network quality and determine the network quality of the current network;

所述调整模块3具体设置为定期根据当前网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制。The adjustment module 3 is specifically configured to periodically adjust the service fuse mechanism of the first service according to the current network quality and the network quality required by the first service.

本公开实施例的基于服务网格的服务熔断机制调整系统用于实施方法实施例一中的基于服务网格的服务熔断机制调整方法,所以描述的较为简单,具体可以参见前面方法实施例一中的相关描述,此处不再赘述。The service grid-based service circuit breaker mechanism adjustment system in the embodiment of the present disclosure is used to implement the service grid-based service circuit breaker mechanism adjustment method in the method embodiment 1, so the description is relatively simple. For details, refer to the previous method embodiment 1 The related descriptions are not repeated here.

此外,本公开实施例还提供一种计算机设备,包括存储器和处理器,所述存储器中存储有计算机程序,当所述处理器运行所述存储器存储的计算机程序时,所述处理器执行上述各种可能的方法。In addition, an embodiment of the present disclosure also provides a computer device, including a memory and a processor, where a computer program is stored in the memory, and when the processor executes the computer program stored in the memory, the processor executes each of the above a possible way.

此外,本公开实施例还提供一种计算机可读存储介质,计算机可读存储介质中存储有计算机执行指令,当用户设备的至少一个处理器执行该计算机执行指令时,用户设备执行上述各种可能的方法。In addition, an embodiment of the present disclosure further provides a computer-readable storage medium, where computer-executable instructions are stored in the computer-readable storage medium, and when at least one processor of the user equipment executes the computer-executable instructions, the user equipment executes the above-mentioned various possibilities Methods.

其中,计算机可读介质包括计算机存储介质和通信介质,其中通信介质包括便于从一个地方向另一个地方传送计算机程序的任何介质。存储介质可以是通用或专用计算机能够存取的任何可用介质。一种示例性的存储介质耦合至处理器,从而使处理器能够从该存储介质读取信息,且可向该存储介质写入信息。当然,存储介质也可以是处理器的组成部分。处理器和存储介质可以位于ASIC(Application Specific Integrated Circuit,专用集成电路)中。另外,该ASIC可以位于用户设备中。当然,处理器和存储介质也可以作为分立组件存在于通信设备中。Among others, computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage medium can be any available medium that can be accessed by a general purpose or special purpose computer. An exemplary storage medium is coupled to the processor, such that the processor can read information from, and write information to, the storage medium. Of course, the storage medium can also be an integral part of the processor. The processor and the storage medium may be located in an ASIC (Application Specific Integrated Circuit, application specific integrated circuit). Alternatively, the ASIC may be located in the user equipment. Of course, the processor and storage medium may also exist in the communication device as discrete components.

可以理解的是,以上实施方式仅仅是为了说明本公开的原理而采用的示例性实施方式,然而本公开并不局限于此。对于本领域内的普通技术人员而言,在不脱离本公开的精神和实质的情况下,可以做出各种变型和改进,这些变型和改进也视为本公开的保护范围。It should be understood that the above embodiments are merely exemplary embodiments adopted to illustrate the principles of the present disclosure, but the present disclosure is not limited thereto. For those skilled in the art, various modifications and improvements can be made without departing from the spirit and essence of the present disclosure, and these modifications and improvements are also regarded as the protection scope of the present disclosure.

Claims (11)

1.一种基于服务网格的服务熔断机制调整方法,其特征在于,包括:1. A service grid-based service fuse mechanism adjustment method, characterized in that, comprising: 确定第一服务所需的网络质量;determine the network quality required for the first service; 确定当前网络的网络质量;以及,determine the network quality of the current network; and, 根据当前网络的网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制;Adjust the service circuit breaker mechanism of the first service according to the network quality of the current network and the network quality required by the first service; 其中,所述根据当前网络的网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制包括:Wherein, the service fuse mechanism for adjusting the first service according to the network quality of the current network and the network quality required by the first service includes: 判断当前网络的网络质量是否能够满足第一服务所需的网络质量;Determine whether the network quality of the current network can meet the network quality required by the first service; 若不满足,则将所述第一服务的原服务熔断机制中熔断启动条件的最大服务调用失败次数下调至预设值,并按调整后新的服务熔断机制进行熔断启动。If it is not satisfied, the maximum number of service invocation failures of the fuse activation condition in the original service fuse mechanism of the first service is lowered to a preset value, and fuse start is performed according to the adjusted new service fuse mechanism. 2.根据权利要求1所述的方法,其特征在于,所述方法还包括:2. The method according to claim 1, wherein the method further comprises: 创建服务分类数据表,所述服务分类数据表中包括各个服务的服务编号、服务分类类型及其所需的网络质量;Create a service classification data table, the service classification data table includes the service number of each service, the service classification type and the required network quality; 其中,所述服务分类类型包括高时延要求服务、中时延要求服务和低时延要求服务;Wherein, the service classification types include high latency requirement services, medium latency requirement services and low latency requirement services; 所述第一服务对应的服务分类类型为中时延要求服务的服务。The service classification type corresponding to the first service is a service requiring a medium delay. 3.根据权利要求1所述的方法,其特征在于,所述根据当前网络的网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制还包括:3. The method according to claim 1, wherein the adjusting the service fuse mechanism of the first service according to the network quality of the current network and the network quality required by the first service further comprises: 若当前网络的网络质量能够满足第一服务所需的网络质量,则按所述第一服务的原服务熔断机制进行熔断启动。If the network quality of the current network can meet the network quality required by the first service, the circuit breaker is started according to the original service circuit breaker mechanism of the first service. 4.根据权利要求3所述的方法,其特征在于,所述按所述第一服务的原服务熔断机制进行熔断启动,包括:4. The method according to claim 3, characterized in that, performing the fuse startup according to the original service fuse mechanism of the first service, comprising: 在当前服务调用失败次数达到所述第一服务的原服务熔断机制中熔断器启动条件时,对所述第一服务进行熔断启动;When the current number of service invocation failures reaches the fuse activation condition in the original service fuse mechanism of the first service, fuse activation for the first service; 所述按调整后新的服务熔断机制进行熔断启动,包括:The fuse startup according to the adjusted new service fuse mechanism includes: 在当前服务调用失败次数达到所述第一服务的新服务熔断机制中熔断器启动条件时,对所述第一服务进行熔断启动。When the current number of service invocation failures reaches the fuse activation condition in the new service fuse mechanism of the first service, fuse activation is performed on the first service. 5.根据权利要求1所述的方法,其特征在于,所述方法还包括:5. The method according to claim 1, wherein the method further comprises: 定期对当前网络质量进行监测,并确定当前网络的网络质量;以及,Periodically monitor the current network quality and determine the network quality of the current network; and, 定期根据当前网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制。The service breaking mechanism of the first service is adjusted periodically according to the current network quality and the network quality required by the first service. 6.一种基于服务网格的服务熔断机制调整系统,其特征在于,包括确定模块、监测模块和调整模块;6. A service grid-based service fuse mechanism adjustment system, characterized in that it comprises a determination module, a monitoring module and an adjustment module; 所述确定模块设置为确定第一服务所需的网络质量;The determining module is configured to determine the network quality required by the first service; 所述监测模块设置为确定当前网络的网络质量;The monitoring module is configured to determine the network quality of the current network; 所述调整模块设置为根据当前网络的网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制;The adjustment module is configured to adjust the service fuse mechanism of the first service according to the network quality of the current network and the network quality required by the first service; 其中,所述调整模块具体设置为:Wherein, the adjustment module is specifically set as: 判断当前网络的网络质量是否能够满足第一服务所需的网络质量;Determine whether the network quality of the current network can meet the network quality required by the first service; 若不满足,则将所述第一服务的原服务熔断机制中熔断启动条件的最大服务调用失败次数下调至预设值,并按调整后新的服务熔断机制进行熔断启动。If not, the maximum number of service invocation failures in the fuse activation condition in the original service fuse mechanism of the first service is lowered to a preset value, and fuse start is performed according to the adjusted new service fuse mechanism. 7.根据权利要求6所述的系统,其特征在于,所述系统还包括创建模块;7. The system of claim 6, wherein the system further comprises a creation module; 所述创建模块设置为创建服务分类数据表,所述服务分类数据表中包括各个服务的服务编号、服务分类类型及其所需的网络质量;The creating module is configured to create a service classification data table, and the service classification data table includes the service number, service classification type and required network quality of each service; 其中,所述服务分类类型包括高时延要求服务、中时延要求服务和低时延要求服务;Wherein, the service classification types include high latency requirement services, medium latency requirement services and low latency requirement services; 所述第一服务对应的服务分类类型为中时延要求服务的服务。The service classification type corresponding to the first service is a service requiring a medium delay. 8.根据权利要求6所述的系统,其特征在于,所述调整模块还设置为:8. The system according to claim 6, wherein the adjustment module is further configured as: 若判断当前网络的网络质量能够满足第一服务所需的网络质量,则按所述第一服务的原服务熔断机制进行熔断启动。If it is determined that the network quality of the current network can meet the network quality required by the first service, the circuit breaker is started according to the original service circuit breaker mechanism of the first service. 9.根据权利要求6所述的系统,其特征在于,9. The system of claim 6, wherein 所述监测模块具体设置为定期对当前网络质量进行监测,并确定当前网络的网络质量;The monitoring module is specifically set to regularly monitor the current network quality and determine the network quality of the current network; 所述调整模块具体还设置为定期根据当前网络质量和第一服务所需的网络质量调整所述第一服务的服务熔断机制。The adjustment module is further configured to periodically adjust the service fuse mechanism of the first service according to the current network quality and the network quality required by the first service. 10.一种计算机设备,其特征在于,包括存储器和处理器,所述存储器中存储有计算机程序,当所述处理器运行所述存储器存储的计算机程序时,所述处理器执行根据权利要求1-5中任一项所述的基于服务网格的服务熔断机制调整方法。10. A computer device, comprising a memory and a processor, wherein a computer program is stored in the memory, and when the processor executes the computer program stored in the memory, the processor executes the program according to claim 1 The service grid-based service fuse mechanism adjustment method according to any one of -5. 11.一种计算机可读存储介质,包括:计算机程序,当其在计算机上运行时,使得计算机执行根据权利要求1-5中任一项所述的基于服务网格的服务熔断机制调整方法。11. A computer-readable storage medium, comprising: a computer program that, when run on a computer, causes the computer to execute the service mesh-based service circuit breaker adjustment method according to any one of claims 1-5.
CN202011493545.2A 2020-12-17 2020-12-17 Service grid-based service fusing mechanism adjusting method and system Active CN112653597B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011493545.2A CN112653597B (en) 2020-12-17 2020-12-17 Service grid-based service fusing mechanism adjusting method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011493545.2A CN112653597B (en) 2020-12-17 2020-12-17 Service grid-based service fusing mechanism adjusting method and system

Publications (2)

Publication Number Publication Date
CN112653597A CN112653597A (en) 2021-04-13
CN112653597B true CN112653597B (en) 2022-07-12

Family

ID=75354577

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011493545.2A Active CN112653597B (en) 2020-12-17 2020-12-17 Service grid-based service fusing mechanism adjusting method and system

Country Status (1)

Country Link
CN (1) CN112653597B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113362127A (en) * 2021-05-25 2021-09-07 上海信宝博通电子商务有限公司 Second-hand car bidding system with high availability
CN116016276B (en) * 2022-12-02 2024-12-06 京东科技信息技术有限公司 Server health status detection method and device
CN118972249B (en) * 2024-10-15 2025-01-28 天翼视联科技有限公司 A network debugging method, device and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110995472A (en) * 2019-11-15 2020-04-10 苏州浪潮智能科技有限公司 A microservice business circuit breaker method and system

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106776099B (en) * 2017-01-11 2020-01-03 北京皮尔布莱尼软件有限公司 Service fusing isolation system and method
CN107608812B (en) * 2017-09-08 2020-07-31 北京奇艺世纪科技有限公司 Fusing method and server
CN110099084B (en) * 2018-01-31 2021-06-15 北京易真学思教育科技有限公司 Method, system and computer readable medium for ensuring storage service availability
CN108881451B (en) * 2018-06-27 2021-06-08 中国联合网络通信集团有限公司 Service request deadline processing method and system
CN109240765B (en) * 2018-08-28 2021-08-10 中国联合网络通信集团有限公司 Fusing method, device and equipment for service resources and computer readable storage medium
US11159408B2 (en) * 2019-06-25 2021-10-26 Intel Corporation Link performance prediction technologies
CN111078453B (en) * 2019-12-17 2024-03-29 深圳前海环融联易信息科技服务有限公司 Method, device, computer equipment and storage medium for automatically fusing and recovering micro-service
CN111770134B (en) * 2020-05-25 2024-03-29 国电南瑞科技股份有限公司 Service fusing method based on service quality
CN111800484B (en) * 2020-06-22 2022-07-29 中科边缘智慧信息科技(苏州)有限公司 Service anti-destruction replacing method for mobile edge information service system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110995472A (en) * 2019-11-15 2020-04-10 苏州浪潮智能科技有限公司 A microservice business circuit breaker method and system

Also Published As

Publication number Publication date
CN112653597A (en) 2021-04-13

Similar Documents

Publication Publication Date Title
CN112653597B (en) Service grid-based service fusing mechanism adjusting method and system
EP2458768B1 (en) Method for switching node main-standby controllers based on content delivery network (cdn) and cdn thereof
CN109842528B (en) A deployment method of service function chain based on SDN and NFV
US20120016994A1 (en) Distributed system
CN1968260B (en) Method for Realizing Virtual Router Redundancy Protocol Switching Between Active and Standby Devices
CN103067291A (en) Method and device of up-down link correlation
WO2005079004A1 (en) A method for implementing the real-time synchronization between the network management system and the network element device configuration data
CN106301952A (en) A kind of SDN datum plane link backup method and device
TWI701916B (en) Method and device for self-recovering management ability in distributed system
CN101729426A (en) Method and system for quickly switching between master device and standby device of virtual router redundancy protocol (VRRP)
CN108092857A (en) A kind of distributed system heartbeat detecting method and relevant apparatus
EP2533470A1 (en) Method and equipment for preventing repeated refreshing of ethernet ring node address table
CN111787494B (en) A Reliable Method for Sending SMS Based on Microservices
CN107357800A (en) A kind of database High Availabitity zero loses solution method
CN107656847A (en) Node administration method, system, device and storage medium based on distributed type assemblies
CN102984009B (en) A kind of VoIP system disaster-tolerant backup method based on P2P
WO2009062351A1 (en) Method for stacking system merging
CN112256454B (en) Message delay processing method and system
CN116074187A (en) Main-standby link switching method and device, electronic equipment and storage medium
CN102136936B (en) Method, node and system for preventing control plane faults from influencing operation of forward data plane
WO2006076850A1 (en) A process method for dealing with device overload in the communication network
CN110784365A (en) Standby device of station control layer and entity device of transformer substation and automatic online method thereof
CN116886576A (en) A multi-control storage cluster communication timeout control method, device, equipment and medium
WO2016065925A1 (en) Controller replacing method and device
CN111416726B (en) Resource management method, sending end equipment and receiving end equipment

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