CN112653597B - Service grid-based service fusing mechanism adjusting method and system - Google Patents
Service grid-based service fusing mechanism adjusting method and system Download PDFInfo
- 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
- fusing
- fusing mechanism
- 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
Links
- 230000007246 mechanism Effects 0.000 title claims abstract description 96
- 238000000034 method Methods 0.000 title claims abstract description 35
- 238000012544 monitoring process Methods 0.000 claims description 12
- 238000004590 computer program Methods 0.000 claims description 9
- 230000000977 initiatory effect Effects 0.000 claims 1
- 238000004891 communication Methods 0.000 description 9
- 230000004044 response Effects 0.000 description 7
- 238000012545 processing Methods 0.000 description 4
- 238000010586 diagram Methods 0.000 description 2
- 230000003828 downregulation Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000015556 catabolic process Effects 0.000 description 1
- 238000007796 conventional method Methods 0.000 description 1
- 238000006731 degradation reaction Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 230000008569 process Effects 0.000 description 1
- 238000011084 recovery Methods 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
- 239000002699 waste material Substances 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0805—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/06—Management of faults, events, alarms or notifications
- H04L41/0654—Management of faults, events, alarms or notifications using network fault recovery
- H04L41/0659—Management 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
Technical Field
The present disclosure belongs to the field of communications technologies, and in particular, to a method for adjusting a service fusing mechanism based on a service grid, a system for adjusting a service fusing mechanism based on a service grid, a computer device, and a computer-readable storage medium.
Background
In a microservice architecture, a single application may consist of hundreds of services, possibly thousands of instances in each service, and each instance may dynamically schedule a resource editor, possibly in a changing state. Therefore, in the micro-service architecture, service communication and service administration are extremely complex, and managing well-serviced communication is very important to guarantee end-to-end performance and reliability. For this reason, Service Mesh (Service Mesh) for Service communication and Service administration has been proposed.
The Service Mesh is an infrastructure layer that handles inter-Service communication. The Service Mesh is responsible for the reliable delivery of requests in the network topology. In practice, the Service Mesh is typically implemented as a set of lightweight network proxies that are deployed with the application, but transparent to the application. The Service Mesh completely moves down the technical stack of the communication between the whole services, and moves down from an application layer to an infrastructure layer. One key mechanism within the Service Mesh is the Service fusing mechanism. The fusing mechanism is a protection mechanism for the service link. In the micro-service architecture, when a certain micro-service is unavailable or the response time is too long, service degradation is performed, and then the calling of the node micro-service is fused, and wrong response information is returned quickly. And when the node micro-service calling response is detected to be normal, restoring the calling link. The fuse mechanism needs to be implemented by a fuse, the fuse has three states, namely, a fuse Closed state (Closed), a fuse Open state (Open), and a fuse semi-blown state (Half-Open), and in the existing mechanism, the three states of the fuse are implemented as follows:
closed: starting a fusing mechanism when the calling failure times are accumulated to a threshold (or a certain proportion);
open: at the moment, an error is directly returned to the downstream call, the network is not taken, but a clock option is designed, the default clock reaches a certain time (the time is generally set as the average fault processing time), and the half-fusing state is entered when the time is up;
Half-Open: a quantitative service request is allowed, if the calls are successful (or a certain proportion), the fuse is considered to be recovered, the fuse is closed, otherwise, the fuse is considered not good, and the fuse is returned to the open state.
Therefore, the conventional method for starting the fuse adopts a set threshold value or a set proportion, the fuse starting condition is a fixed state, and the fuse starting condition cannot be automatically adjusted according to conditions such as service importance, network conditions and the like. Under the conditions of complex network conditions and more emergent matters, if a manual intervention means is adopted, a large amount of manpower is consumed, and the response cannot be timely performed, so that the method is an unreasonable application to network resources.
Disclosure of Invention
The utility model provides a service grid-based service fusing mechanism adjusting method, system, computer equipment and computer readable storage medium, which can provide fuse starting condition setting with finer granularity and optimize the utilization rate of network resources.
In a first aspect, an embodiment of the present disclosure provides a method for adjusting a service fusing mechanism based on a service grid, including:
determining a network quality required for the first service;
determining the network quality of the current network; and the number of the first and second groups,
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.
Further, the method further comprises:
creating a service classification data table, wherein the service classification data table comprises the service number, the service classification type and the required network quality of each service;
the service classification types comprise a high-delay requirement service, a medium-delay requirement service and a low-delay requirement service;
the service classification type corresponding to the first service is a service requiring a medium time delay service.
Further, the 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 includes:
judging whether the network quality of the current network is matched with the network quality required by the first service;
if the first service is matched with the second service, fusing and starting according to an original service fusing mechanism of the first service;
if not, the maximum service calling failure times of the fusing starting conditions in the original service fusing mechanism of the first service are reduced to a preset value, and fusing starting is carried out according to the adjusted new service fusing mechanism.
Further, the starting of fusing according to the original service fusing mechanism of the first service includes:
when the number of times of failure of current service calling reaches a fuse starting condition in an original service fusing mechanism of the first service, fusing and starting the first service;
the fusing and starting according to the adjusted new service fusing mechanism comprises the following steps:
and when the number of times of failure of current service calling reaches a fuse starting condition in a new service fusing mechanism of the first service, fusing and starting the first service.
Further, the method further comprises:
monitoring the current network quality regularly, and determining the network quality of the current network; and the number of the first and second groups,
and periodically adjusting the service fusing mechanism of the first service 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 fusing mechanism adjusting system, including a determining module, a monitoring module, and an adjusting module;
the determining module is arranged to determine a network quality required for the first service;
the monitoring module is configured to determine a network quality of a current network;
the adjusting module is configured to adjust a service fusing mechanism of the first service according to a network quality of a current network and a network quality required by the first service.
Further, the system also comprises a creating module;
the creation module is set to create a service classification data table, and the service classification data table comprises the service number, the service classification type and the required network quality of each service;
the service classification types comprise a high-delay requirement service, a medium-delay requirement service and a low-delay requirement service;
the service classification type corresponding to the first service is a service requiring a medium time delay service.
Further, the adjusting module comprises:
a judging unit configured to judge whether a network quality of a current network matches a network quality required for the first service;
the adjusting unit is set to start fusing according to an original service fusing mechanism of the first service if the judging unit judges that the network quality of the current network is matched with the network quality required by the first service; and
if the judging unit judges that the network quality of the current network is not matched with the network quality required by the first service, the maximum service calling failure times of the fusing starting condition in the original service fusing mechanism of the first service are reduced to a preset value, and fusing starting is carried out according to the adjusted new service fusing mechanism.
Further, in the above-mentioned case,
the monitoring module is specifically configured to periodically monitor the current network quality and determine the network quality of the current network;
the adjusting module is specifically configured to periodically adjust a service fusing 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 the memory stores a computer program, and when the processor runs the computer program stored in the memory, the processor executes the service grid-based service fusing mechanism adjusting method according to any one of the first aspect.
In a fourth aspect, an embodiment of the present disclosure further provides a computer-readable storage medium, including: computer program which, when run on a computer, causes the computer to perform a service grid based service fusing mechanism adjustment method as described in any one of the first aspects.
Has the advantages that:
the method, the system, the computer device and the computer readable storage medium for adjusting the service fusing mechanism based on the service grid are provided by determining the network quality required by a first service; then 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 ensure 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.
Drawings
Fig. 1 is a schematic flowchart of a method for adjusting a service fusing mechanism based on a service grid according to an embodiment of the present disclosure;
fig. 2 is an architecture diagram of a service grid-based service fusing mechanism adjustment system according to a second embodiment of the present disclosure.
Detailed Description
In order to make the technical solutions of the present disclosure better understood, the present disclosure is further described in detail below with reference to the accompanying drawings and examples.
In which the terminology used in the embodiments of the disclosure is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. As used in the disclosed embodiments and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
The existing fuse is started by adopting a method of setting a threshold or a proportion, the starting condition of the fuse is a fixed state, and the starting condition of the fuse cannot be automatically adjusted according to conditions such as service importance, network conditions and the like. Under the conditions of complex network conditions and more sudden transactions, if a manual intervention means is adopted, a large amount of manpower is consumed, and timely response cannot be carried out, so that the method is an unreasonable application to network resources.
The following describes the technical solutions of the present disclosure and how to solve the above technical problems in specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
Fig. 1 is a schematic flowchart of a method for adjusting a service fusing mechanism based on a service grid according to an embodiment of the present disclosure, as shown in fig. 1, including:
step S101: determining a network quality required for the first service;
step S102: determining the network quality of the current network;
step S103: 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.
Aiming at a Service fusing mechanism of Service Mesh (Service grid) of Service communication and Service management, when the number of times of calling failure of the micro-Service is accumulated to a threshold value, a fuse is started, the micro-Service can not be called any more, and an error is directly returned to the calling of the downstream; corresponding processing is carried out, after the default clock reaches a certain time, the time is generally set as the average fault processing time, namely MTTR, the half-fusing state is entered, and quantitative service requests are allowed again; for the threshold of the number of call failures, when the threshold is relatively fixed, for different services, the required network quality is different, and when the network quality cannot meet the requirements, the micro-service is basically unavailable or has long response time; if the number of calling failure times reaches a fixed threshold value, the fuse is started, so that network resources are wasted and time is wasted; the method includes the steps that network quality required by a first service is determined, wherein the first service is a service which has more service calling failure times but has no higher tolerance on time delay requirement in a service fusing mechanism; for the services, whether the service fusing mechanism is adjusted or not is determined according to the fact that whether the current network quality meets the required network quality or not is judged, and when the current network quality does not meet the required network quality, the threshold value of the calling failure times is reduced, so that the waste of network resources can be reduced, fault processing can be carried out as soon as possible, and the successful calling of micro service recovery is accelerated.
Further, the method further comprises:
creating a service classification data table, wherein the service classification data table comprises the service number, the service classification type and the required network quality of each service;
the service classification types comprise a high-delay requirement service, a medium-delay requirement service and a low-delay requirement service;
the service classification type corresponding to the first service is a service requiring a medium time delay service.
The required network quality for different classes of services is different, and a service classification data table as shown in table 1 below is constructed by recording the service number, the service classification type corresponding to the service, and the required network quality.
TABLE 1 service classification data sheet
Serial number | Service number | Service class numbering | Required |
1 |
The required network quality is embodied as network information such as response time, network jitter, packet loss rate and the like, and is determined according to the actual condition;
high latency requires services, i.e., services that are not acceptable for service invocation failure;
low latency requires services, i.e., services that are acceptable for service invocation failure;
medium latency request service, service between high latency request service and low latency request service
For services with high delay requirements, the service fusing mechanism of the system cannot be adjusted, and for services with low delay requirements, the system has higher tolerance to the delay requirements and the service fusing mechanism does not need to be adjusted; medium delay requires services, and when network quality is not satisfied, if the maximum service invocation failure times are large, time and network resources are wasted.
Further, the 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 includes:
judging whether the network quality of the current network is matched with the network quality required by the first service;
if the first service is matched with the second service, fusing and starting according to an original service fusing mechanism of the first service;
if not, the maximum service calling failure times of the fusing starting conditions in the original service fusing mechanism of the first service are reduced to a preset value, and fusing starting is carried out according to the adjusted new service fusing mechanism.
If not, judging and checking whether the network quality caused by the accidental network problem or the individual problem of the Service node is lower than the network quality value required by certain Service flow by combining the Service Mesh control surface side with the overall situation; if not, Sidecar requests to reduce the starting condition of the fuse from the Service Mesh control plane, namely the maximum Service calling failure times is reduced,
the Service Mesh control plane sends a command to a Service agent (sidecar) to tell the Service agent that the fuse starting condition of the class Service is adjusted to a preset value. The maximum service call failure times of the category on the whole network Sidecar side are modified, the preset value of the down-regulation is determined empirically, for example, the preset value is determined as maxNFSC ═ 4 (original maxNFSC ═ 5), and after the down-regulation, the maximum service call failure times maxNFSC become 4. Therefore, the existing network quality is not enough to ensure the implementation of the class of service, so that the starting condition of the fuse is adjusted downwards, the maximum service calling failure frequency is adjusted downwards, and the fuse is not required to be started after the service calling fails for multiple times.
Further, the starting of fusing according to the original service fusing mechanism of the first service includes:
when the number of times of failure of current service calling reaches a fuse starting condition in an original service fusing mechanism of the first service, fusing and starting the first service;
the fusing and starting according to the adjusted new service fusing mechanism comprises the following steps:
and when the number of times of failure of current service calling reaches a fuse starting condition in a new service fusing mechanism of the first service, fusing and starting the first service.
And when the service does not adjust the starting condition of the fuse in the service fusing mechanism, fusing and starting according to the original service fusing mechanism, and after adjustment, fusing and starting according to the new adjusted service fusing mechanism.
Further, the method further comprises:
and if the failure times of the current service calling reach the fuse starting condition in the current service fusing mechanism when the service fusing mechanism of the first service is adjusted, fusing and starting the service.
And when the current network quality is determined and matching judgment is carried out, if the service calling failure times of the existing service reach the fuse starting condition in the current service fusing mechanism, directly carrying out fusing starting.
Further, the method further comprises:
monitoring the current network quality periodically to determine the network quality of the current network;
and periodically adjusting the service fusing mechanism of the first service according to the current network quality and the network quality required by the first service.
The Service Mesh control surface side can sense the network quality of the whole network and monitor the network quality in real time at intervals. After the service fusing mechanism of the service is adjusted, if the network quality of the current network is matched with the network quality required by the first service, the adjusted service fusing mechanism can be selected to be adjusted to the service fusing mechanism preset by the original system, if the network quality of the current network is not matched with the network quality required by the first service, the service fusing mechanism is not changed, and if the current service fusing mechanism is preset by the system (the original service fusing mechanism which is not adjusted), whether the network quality of the current network is matched with the network quality required by the first service is judged; if the first service is matched with the second service, fusing and starting according to an original service fusing mechanism of the first service; if not, the maximum service calling failure times of the fusing starting conditions in the original service fusing mechanism of the first service are reduced to a preset value, and fusing starting is carried out according to the adjusted new service fusing mechanism.
The fuse starting condition setting method and the fuse starting condition setting device can provide fuse starting condition setting with finer granularity, when the existing network quality is not enough to guarantee implementation of the preset class service, the fuse starting condition is adjusted downwards, the fuse is not started after service calling fails for multiple times, and the network resource utilization rate is optimized.
Fig. 2 is an architecture diagram of a service grid-based service fusing mechanism adjustment system according to a second embodiment of the present disclosure, as shown in fig. 2, including a determination module 1, a monitoring module 2, and an adjustment module 3;
the determination module 1 is arranged to determine a network quality required for the first service;
the monitoring module 2 is arranged to determine the network quality of the current network;
the adjusting module 3 is configured to adjust 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.
Further, the system also comprises a creating module 4;
the creation module 4 is configured to create a service classification data table, where the service classification data table includes a service number, a service classification type, and a required network quality of each service;
the service classification types comprise a high-delay requirement service, a medium-delay requirement service and a low-delay requirement service;
the service classification type corresponding to the first service is a service requiring a medium time delay service.
Further, the adjusting module 3 includes:
a judging unit configured to judge whether a network quality of a current network matches a network quality required for the first service;
the adjusting unit is set to start fusing according to an original service fusing mechanism of the first service if the judging unit judges that the network quality of the current network is matched with the network quality required by the first service; and
if the judging unit judges that the network quality of the current network is not matched with the network quality required by the first service, the maximum service calling failure frequency of the fusing starting condition in the original service fusing mechanism of the first service is reduced to a preset value, and fusing starting is carried out according to the adjusted new service fusing mechanism.
Further, in the above-mentioned case,
the monitoring module 2 is specifically configured to periodically monitor the current network quality and determine the network quality of the current network;
the adjusting module 3 is specifically configured to periodically adjust the service fusing 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 fusing mechanism adjusting system of the embodiment of the present disclosure is used for implementing the service grid-based service fusing mechanism adjusting method in the first method embodiment, so that description is simple, and reference may be specifically made to the related description in the first method embodiment, and details are not described here again.
Furthermore, the embodiments of the present disclosure also provide a computer device, which includes a memory and a processor, where the memory stores a computer program, and when the processor runs the computer program stored in the memory, the processor executes the above-mentioned various possible methods.
In addition, the embodiments of the present disclosure also provide a computer-readable storage medium, in which computer-executable instructions are stored, and when at least one processor of the user equipment executes the computer-executable instructions, the user equipment executes the above-mentioned various possible methods.
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 media may be any available media that can be accessed by a general purpose or special purpose computer. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. Of course, the storage medium may also be integral to the processor. The processor and the storage medium may reside in an ASIC (Application Specific Integrated Circuit). Additionally, the ASIC may reside in user equipment. Of course, the processor and the storage medium may reside as discrete components in a communication device.
It is to be understood that the above embodiments are merely exemplary embodiments that are employed to illustrate the principles of the present disclosure, and that the present disclosure is not limited thereto. It will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the disclosure, and these changes and modifications are to be considered within the scope of the disclosure.
Claims (11)
1. A service grid-based service fusing mechanism adjusting method is characterized by comprising the following steps:
determining a network quality required for the first service;
determining the network quality of the current network; and the number of the first and second groups,
adjusting a 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;
wherein the 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 comprises:
judging whether the network quality of the current network can meet the network quality required by the first service;
if not, the maximum service calling failure times of the fusing starting conditions in the original service fusing mechanism of the first service are reduced to a preset value, and fusing starting is carried out according to the adjusted new service fusing mechanism.
2. The method of claim 1, further comprising:
creating a service classification data table, wherein the service classification data table comprises the service number, the service classification type and the required network quality of each service;
the service classification types comprise a high-delay requirement service, a medium-delay requirement service and a low-delay requirement service;
the service classification type corresponding to the first service is a service requiring a medium time delay service.
3. The method of claim 1, wherein the 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 further comprises:
and if the network quality of the current network can meet the network quality required by the first service, performing fusing starting according to an original service fusing mechanism of the first service.
4. The method of claim 3, wherein the initiating the fusing according to the original service fusing mechanism of the first service comprises:
when the number of times of failure of current service calling reaches a fuse starting condition in an original service fusing mechanism of the first service, fusing and starting the first service;
the fusing and starting according to the adjusted new service fusing mechanism comprises the following steps:
and when the number of times of failure of current service calling reaches a fuse starting condition in a new service fusing mechanism of the first service, fusing and starting the first service.
5. The method of claim 1, further comprising:
monitoring the current network quality regularly, and determining the network quality of the current network; and the number of the first and second groups,
and periodically adjusting the service fusing mechanism of the first service according to the current network quality and the network quality required by the first service.
6. A service fusing mechanism adjusting system based on a service grid is characterized by comprising a determining module, a monitoring module and an adjusting module;
the determining module is arranged to determine a network quality required for the first service;
the monitoring module is configured to determine a network quality of a current network;
the adjusting module is set to adjust a 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;
wherein, the adjusting module is specifically configured to:
judging whether the network quality of the current network can meet the network quality required by the first service;
if not, the maximum service calling failure times of the fusing starting conditions in the original service fusing mechanism of the first service are reduced to a preset value, and fusing starting is carried out according to the adjusted new service fusing mechanism.
7. The system of claim 6, further comprising a creation module;
the creation module is set to create a service classification data table, and the service classification data table comprises the service number, the service classification type and the required network quality of each service;
the service classification types comprise a high-delay requirement service, a medium-delay requirement service and a low-delay requirement service;
the service classification type corresponding to the first service is a service requiring a medium time delay service.
8. The system of claim 6, wherein the adjustment module is further configured to:
and if the network quality of the current network can meet the network quality required by the first service, performing fusing starting according to an original service fusing mechanism of the first service.
9. The system of claim 6,
the monitoring module is specifically configured to periodically monitor the current network quality and determine the network quality of the current network;
the adjusting module is further specifically configured to periodically adjust a service fusing mechanism of the first service according to the current network quality and the network quality required by the first service.
10. A computer device comprising a memory and a processor, the memory having a computer program stored therein, the processor, when executing the computer program stored by the memory, performing the service grid based service fusing mechanism adjusting method according to any one of claims 1-5.
11. A computer-readable storage medium, comprising: computer program which, when run on a computer, causes the computer to perform a service grid based service fusing mechanism adjustment method according to any of claims 1-5.
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 (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113362127A (en) * | 2021-05-25 | 2021-09-07 | 上海信宝博通电子商务有限公司 | Second-hand car bidding system with high availability |
CN116016276A (en) * | 2022-12-02 | 2023-04-25 | 京东科技信息技术有限公司 | Method and device for detecting health state of server |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110995472A (en) * | 2019-11-15 | 2020-04-10 | 苏州浪潮智能科技有限公司 | Method and system for fusing micro-service |
Family Cites Families (9)
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 |
-
2020
- 2020-12-17 CN CN202011493545.2A patent/CN112653597B/en active Active
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110995472A (en) * | 2019-11-15 | 2020-04-10 | 苏州浪潮智能科技有限公司 | Method and system for fusing micro-service |
Also Published As
Publication number | Publication date |
---|---|
CN112653597A (en) | 2021-04-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP2458768B1 (en) | Method for switching node main-standby controllers based on content delivery network (cdn) and cdn thereof | |
CN111290834B (en) | Method, device and equipment for realizing high service availability based on cloud management platform | |
CN112653597B (en) | Service grid-based service fusing mechanism adjusting method and system | |
US9680722B2 (en) | Method for determining a severity of a network incident | |
CN108712464A (en) | A kind of implementation method towards cluster micro services High Availabitity | |
CN103580902A (en) | Computer information system and dynamic disaster recovery method thereof | |
TWI701916B (en) | Method and device for self-recovering management ability in distributed system | |
JP2002505060A (en) | Telecommunications performance management system | |
CN103944746A (en) | Hot standby method and device | |
CN110677274A (en) | Event-based cloud network service scheduling method and device | |
CN108769170A (en) | A kind of cluster network fault self-checking system and method | |
CN103414739B (en) | Use Cloud Server automatic monitored control system and the method for automatic drift | |
CN111309515B (en) | Disaster recovery control method, device and system | |
CN107656847A (en) | Node administration method, system, device and storage medium based on distributed type assemblies | |
CN101895411A (en) | Session management method and device | |
CN114866606A (en) | Micro-service management system | |
WO2020181699A1 (en) | Method for managing management control converged telecommunications network, and system | |
CN113301177A (en) | Domain name anti-blocking method and device | |
CN112711510A (en) | Automatic adaptation method and system for monitoring service continuity operation | |
CN1332531C (en) | A method for dynamically adjusting system service performance on service management point | |
US20070101180A1 (en) | Method and a system or handling a change in status for a resource managed by a utility data center | |
CN114697195A (en) | Fault processing method, transmission path adjusting method, network element and storage medium | |
CN115334162B (en) | Secure communication method and system for power service management based on user request | |
CN111416726A (en) | Resource management method, sending end equipment and receiving end equipment | |
CN112260869B (en) | Service degradation method, system, terminal device and computer readable 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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |