CN106656604A - Microservice request management method, microservice controller and high-concurrence microservice architecture - Google Patents

Microservice request management method, microservice controller and high-concurrence microservice architecture Download PDF

Info

Publication number
CN106656604A
CN106656604A CN201611213457.6A CN201611213457A CN106656604A CN 106656604 A CN106656604 A CN 106656604A CN 201611213457 A CN201611213457 A CN 201611213457A CN 106656604 A CN106656604 A CN 106656604A
Authority
CN
China
Prior art keywords
micro services
failure
real
microservice
time detection
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.)
Pending
Application number
CN201611213457.6A
Other languages
Chinese (zh)
Inventor
刘鹏科
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201611213457.6A priority Critical patent/CN106656604A/en
Publication of CN106656604A publication Critical patent/CN106656604A/en
Pending legal-status Critical Current

Links

Classifications

    • 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/0631Management of faults, events, alarms or notifications using root cause analysis; using analysis of correlation between notifications, alarms or events based on decision criteria, e.g. hierarchy, tree or time analysis
    • 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/0681Configuration of triggering conditions
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/16Threshold monitoring

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Abstract

The invention discloses a microservice request management method comprising the steps of detecting whether each microservice meets a preset fault condition in real time; using the microservice meeting the fault condition as the fault microservice; and after an access request to the fault microservice is received, directly returning a corresponding access failure message. Therefore, according to the scheme of the method provided by the invention, after a microservice controller detects that one microservice meets the preset fault condition, the access request to the microservice is directly intercepted, the access failure message is directly returned, and thus availability of the whole system is ensured, and the fault of the single microservice is prevented from being expanded to the whole system. The invention also discloses the microservice controller and a high-concurrence microservice architecture, by which the abovementioned technical effect can also be achieved.

Description

Micro services request management method, micro services controller and high concurrent micro services framework
Technical field
The present invention relates to micro services framework field, more particularly, it relates to a kind of micro services request management method, micro services Controller and high concurrent micro services framework.
Background technology
Micro services are an emerging software architectures, exactly a large-scale single application program and service are split as number The support micro services of ten.The strategy of one micro services can allow work to become more easy, its expansible single component and not It is whole application heap, so as to meet service-level agreement.At present, with micro services framework development, enterprise's application It is more and more that function is concentrated and operate in the monomer framework in same application and split into multiple separate micro services After framework, although the global fault's risk injured all can be reduced, but closed due to there is substantial amounts of dependence between micro services It is, and each micro services may break down.Therefore, how to guarantee that single micro services failure will not expand to whole system System, is the problem of those skilled in the art's needs solution.
The content of the invention
It is an object of the invention to provide a kind of micro services request management method, micro services controller and high concurrent micro services Framework, to guarantee that single micro services failure will not expand to whole system.
For achieving the above object, following technical scheme is embodiments provided:
A kind of micro services ask management method, including:
Whether real-time detection each micro services meet preset failure condition;
The micro services of fault condition will be met as failure micro services;
After receiving the access request of the failure micro services, corresponding access failure information is directly returned.
Wherein, whether each micro services of the real-time detection meet preset failure condition, will meet fault condition in incognito Business includes as failure micro services:
Whether the request duration of real-time detection each access request is more than scheduled duration threshold value;
If so, will then ask duration more than the micro services of predetermined threshold as the failure micro services.
Wherein, whether each micro services of the real-time detection meet preset failure condition, will meet fault condition in incognito Business includes as failure micro services:
Real-time detection is more than the micro services of pre-determined number threshold value with the presence or absence of serv-fail number of times;
If existing, serv-fail number of times is more than the micro services of pre-determined number threshold value as the failure micro services.
Wherein, whether each micro services of the real-time detection meet preset failure condition, will meet fault condition in incognito Business includes as failure micro services:
Each micro services of real-time detection are interior to whether there is enabled node;
The micro services of enabled node be there will be no as the failure micro services.
Wherein, it is described to meet the micro services of fault condition as after failure micro services, also include:
Fault cues information is sent to predetermined terminal.
A kind of micro services controller, including:
Detection module, for real-time detection, whether each micro services meets preset failure condition;
Failure micro services determining module, for the micro services using fault condition is met as failure micro services;
Respond module, fails for after the access request for receiving the failure micro services, directly returning corresponding access Information.
Wherein, the detection module includes:
Whether the first detector unit, the request duration for real-time detection each access request is more than scheduled duration threshold value;
The failure micro services determining module, for request duration to be more than into the micro services of predetermined threshold as the failure Micro services.
Wherein, the detection module includes:
Statistic unit, for the number of times of the serv-fail of real-time statistics each micro services;
The failure micro services determining module, for using serv-fail number of times more than pre-determined number threshold value micro services as The failure micro services.
Wherein, the detection module includes:
Second detector unit, for whether there is enabled node in real-time detection each micro services;
The failure micro services determining module, for there will be no the micro services of enabled node as the failure in incognito Business.
A kind of high concurrent micro services framework, including the micro services controller described in above-mentioned any one.
By above scheme, a kind of micro services provided in an embodiment of the present invention ask management method, including:Inspection in real time Survey whether each micro services meets preset failure condition;The micro services of fault condition will be met as failure micro services;Receive After the access request of the failure micro services, corresponding access failure information is directly returned;It can be seen that, in this programme, when in incognito Business controller detects a certain micro services and meets after default fault condition, and directly the access request of the micro services will be intercepted, The information for accessing failure is directly replied, so as to the entirety that ensure that system can use, it is ensured that single micro services failure will not be expanded to Whole system;The invention also discloses a kind of micro services controller and high concurrent micro services framework, can equally realize above-mentioned technology Effect.
Description of the drawings
In order to be illustrated more clearly that the embodiment of the present invention or technical scheme of the prior art, below will be to embodiment or existing The accompanying drawing to be used needed for having technology description is briefly described, it should be apparent that, drawings in the following description are only this Some embodiments of invention, for those of ordinary skill in the art, on the premise of not paying creative work, can be with Other accompanying drawings are obtained according to these accompanying drawings.
Fig. 1 is that a kind of micro services ask management method schematic flow sheet disclosed in the embodiment of the present invention;
Fig. 2 is a kind of micro services controller architecture schematic diagram disclosed in the embodiment of the present invention;
Fig. 3 is a kind of high concurrent micro services architectural configurations schematic diagram disclosed in the embodiment of the present invention.
Specific embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is carried out clear, complete Site preparation is described, it is clear that described embodiment is only a part of embodiment of the invention, rather than the embodiment of whole.It is based on Embodiment in the present invention, it is every other that those of ordinary skill in the art are obtained under the premise of creative work is not made Embodiment, belongs to the scope of protection of the invention.
The embodiment of the invention discloses a kind of micro services request management method, micro services controller and high concurrent micro services frame Structure, to guarantee that single micro services failure will not expand to whole system.
Referring to Fig. 1, a kind of micro services provided in an embodiment of the present invention ask management method, including:
Whether S101, real-time detection each micro services meet preset failure condition;
Specifically, preset failure condition in the present embodiment can be set according to actual conditions, as long as can determine that The condition that micro services break down.
S102, the micro services of fault condition will be met as failure micro services;
Wherein, it is described to meet the micro services of fault condition as after failure micro services, also include:Send out to predetermined terminal Send fault cues information.
Specifically, if it is determined that when a certain micro services are failure micro services, corresponding log information can be generated, it is also possible to will The information of the micro services failure is sent to predetermined terminal, to remind staff to be safeguarded in time.
S103, receive after the access request of the failure micro services, directly return and corresponding access failure information.
It should be noted that referring to Fig. 3, because micro services controller controls multiple micro services, therefore need in S101 it is right Each micro services is detected, by S102 that the micro services are true if detecting a certain micro services meets preset failure condition It is set to failure micro services, if so micro services controller is received after the access request to the failed server, directly intercepts, And the information for accessing failure is replied, so as to ensure that system integrally can use.
Based on above-described embodiment, in the present embodiment, whether the real-time detection each micro services meet preset failure bar Part, the micro services for meeting fault condition are included as failure micro services:
Whether the request duration of real-time detection each access request is more than scheduled duration threshold value;
If so, will then ask duration more than the micro services of predetermined threshold as the failure micro services.
Specifically, in the present embodiment, if the access duration of a certain access request is more than predetermined threshold, illustrate in response During the access request, corresponding micro services occur in that failure, therefore in the present embodiment, please when detect the presence of access request When asking duration to be more than scheduled duration threshold value, then judge micro services corresponding with the access request as failure micro services.
It should be noted that the request duration of the access request in the present embodiment, can access certain micro services Request duration, for example:When access request accesses micro services A, timing is started by timer, if the timing duration is more than presetting Long threshold value, then judge that micro services A break down, therefore, using micro services A as failure micro services, and perform S103;
Access request in the present embodiment request duration equally can also be over access request duration, example Such as:When access request accesses micro services B, timing is carried out to access end from access is started to the access, if growing up during the access In scheduled duration threshold value, then using micro services B as failure micro services.But, in order to avoid a certain micro services because non-faulting is former Because causing timeout case occur, the expired times of each micro services can be counted, when statistics number is more than frequency threshold value, Again using the micro services as failure micro services.
Based on above-mentioned any embodiment, in the present embodiment, the real-time detection each micro services whether meet it is default therefore Barrier condition, the micro services for meeting fault condition are included as failure micro services:
Real-time detection is more than the micro services of pre-determined number threshold value with the presence or absence of serv-fail number of times;
If existing, serv-fail number of times is more than the micro services of pre-determined number threshold value as the failure micro services.
Specifically, the serv-fail number of times in the present embodiment can be the failure time that certain micro services occurs in scheduled duration Several, or same access request accesses the number of times that failure occur in same micro services, and here is not limited;When a certain micro services When the serv-fail number of times of accumulation is more than pre-determined number threshold value, the probability step-down that the micro services are successfully processed access request is represented, It is likely to break down, therefore serv-fail number of times is more than the micro services of pre-determined number threshold value as failure micro services.
Based on above-mentioned any embodiment, in the present embodiment, the real-time detection each micro services whether meet it is default therefore Barrier condition, the micro services for meeting fault condition are included as failure micro services:
Each micro services of real-time detection are interior to whether there is enabled node;
The micro services of enabled node be there will be no as the failure micro services.
Specifically, referring to Fig. 3, each micro services in the present embodiment there may be multiple nodes, if in the micro services When there is no enabled node, then represent the micro services and had no ability to respond access request, therefore, in the present embodiment, if Detect certain micro services and there is no enabled node, then using the micro services as failure micro services.It should be noted that in above-mentioned reality In applying example, there is provided the method for three kinds of judgement failure micro services, i.e.,:By accessing duration, serv-fail number of times and enabled node Quantity is judged that micro services controller can simultaneously perform these three decision methods, it is also possible to perform any one or arbitrarily Both, here is not specifically limited.
Micro services controller provided in an embodiment of the present invention is introduced below, micro services controller described below with Above-described micro services request management method can be with cross-referenced.
Referring to Fig. 2, a kind of micro services controller 100 provided in an embodiment of the present invention, including:
Detection module 110, for real-time detection, whether each micro services meets preset failure condition;
Failure micro services determining module 120, for the micro services using fault condition is met as failure micro services;
Respond module 130, loses for after the access request for receiving the failure micro services, directly returning corresponding access Lose information.
Based on above-described embodiment, the detection module includes:
Whether the first detector unit, the request duration for real-time detection each access request is more than scheduled duration threshold value;
The failure micro services determining module, for request duration to be more than into the micro services of predetermined threshold as the failure Micro services.
Based on above-described embodiment, the detection module includes:
Statistic unit, for the number of times of the serv-fail of real-time statistics each micro services;
The failure micro services determining module, for using serv-fail number of times more than pre-determined number threshold value micro services as The failure micro services.
Based on above-described embodiment, the detection module includes:
Second detector unit, for whether there is enabled node in real-time detection each micro services;
The failure micro services determining module, for there will be no the micro services of enabled node as the failure in incognito Business.
Referring to Fig. 3, a kind of high concurrent micro services framework provided in an embodiment of the present invention, including described in above-mentioned any one Micro services controller 100.
Specifically, also including counter 200 and overtime device 300;Counter is used to count the serv-fail of each micro services Number of times, overtime device, for counting the access duration of each access request.
A kind of micro services provided in an embodiment of the present invention ask management method, including:Whether real-time detection each micro services Meet preset failure condition;The micro services of fault condition will be met as failure micro services;Receive the failure micro services After access request, corresponding access failure information is directly returned;It can be seen that, in this programme, when micro services controller detects certain One micro services are met after default fault condition, and directly the access request of the micro services will be intercepted, and are directly replied and are accessed failure Information, so as to ensure that system entirety can use, it is ensured that single micro services failure will not expand to whole system;The present invention is also A kind of micro services controller and high concurrent micro services framework are disclosed, above-mentioned technique effect can be equally realized.
Each embodiment is described by the way of progressive in this specification, and what each embodiment was stressed is and other The difference of embodiment, between each embodiment identical similar portion mutually referring to.
The foregoing description of the disclosed embodiments, enables professional and technical personnel in the field to realize or using the present invention. Various modifications to these embodiments will be apparent for those skilled in the art, as defined herein General Principle can be realized in other embodiments without departing from the spirit or scope of the present invention.Therefore, the present invention The embodiments shown herein is not intended to be limited to, and is to fit to and principles disclosed herein and features of novelty phase one The most wide scope for causing.

Claims (10)

1. a kind of micro services ask management method, it is characterised in that include:
Whether real-time detection each micro services meet preset failure condition;
The micro services of fault condition will be met as failure micro services;
After receiving the access request of the failure micro services, corresponding access failure information is directly returned.
2. micro services according to claim 1 ask management method, it is characterised in that the real-time detection each micro services Whether meet preset failure condition, the micro services for meeting fault condition are included as failure micro services:
Whether the request duration of real-time detection each access request is more than scheduled duration threshold value;
If so, will then ask duration more than the micro services of predetermined threshold as the failure micro services.
3. micro services according to claim 1 ask management method, it is characterised in that the real-time detection each micro services Whether meet preset failure condition, the micro services for meeting fault condition are included as failure micro services:
Real-time detection is more than the micro services of pre-determined number threshold value with the presence or absence of serv-fail number of times;
If existing, serv-fail number of times is more than the micro services of pre-determined number threshold value as the failure micro services.
4. micro services according to claim 1 ask management method, it is characterised in that the real-time detection each micro services Whether meet preset failure condition, the micro services for meeting fault condition are included as failure micro services:
Each micro services of real-time detection are interior to whether there is enabled node;
The micro services of enabled node be there will be no as the failure micro services.
5. the micro services according to any one in claim 1-4 ask management method, it is characterised in that described to meet After the micro services of fault condition are as failure micro services, also include:
Fault cues information is sent to predetermined terminal.
6. a kind of micro services controller, it is characterised in that include:
Detection module, for real-time detection, whether each micro services meets preset failure condition;
Failure micro services determining module, for the micro services using fault condition is met as failure micro services;
Respond module, for after the access request for receiving the failure micro services, directly returning corresponding access failure information.
7. micro services controller according to claim 6, it is characterised in that the detection module includes:
Whether the first detector unit, the request duration for real-time detection each access request is more than scheduled duration threshold value;
The failure micro services determining module, for will request duration more than predetermined threshold micro services as the failure in incognito Business.
8. micro services controller according to claim 6, it is characterised in that the detection module includes:
Statistic unit, for the number of times of the serv-fail of real-time statistics each micro services;
The failure micro services determining module, for using serv-fail number of times more than pre-determined number threshold value micro services as described Failure micro services.
9. micro services controller according to claim 6, it is characterised in that the detection module includes:
Second detector unit, for whether there is enabled node in real-time detection each micro services;
The failure micro services determining module, for there will be no the micro services of enabled node as the failure micro services.
10. a kind of high concurrent micro services framework, it is characterised in that include as described in any one in claim 6-9 in incognito Business controller.
CN201611213457.6A 2016-12-23 2016-12-23 Microservice request management method, microservice controller and high-concurrence microservice architecture Pending CN106656604A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611213457.6A CN106656604A (en) 2016-12-23 2016-12-23 Microservice request management method, microservice controller and high-concurrence microservice architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611213457.6A CN106656604A (en) 2016-12-23 2016-12-23 Microservice request management method, microservice controller and high-concurrence microservice architecture

Publications (1)

Publication Number Publication Date
CN106656604A true CN106656604A (en) 2017-05-10

Family

ID=58827749

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611213457.6A Pending CN106656604A (en) 2016-12-23 2016-12-23 Microservice request management method, microservice controller and high-concurrence microservice architecture

Country Status (1)

Country Link
CN (1) CN106656604A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108173911A (en) * 2017-12-18 2018-06-15 中国科学院声学研究所 A kind of micro services fault detect processing method and processing device
CN108712309A (en) * 2018-06-11 2018-10-26 郑州云海信息技术有限公司 A kind of micro services node means of defence under micro services framework and system
CN109743367A (en) * 2018-12-24 2019-05-10 青岛海信智能商用系统股份有限公司 Service processing method, device, electronic equipment and readable storage medium storing program for executing
CN109766210A (en) * 2019-01-17 2019-05-17 多点生活(成都)科技有限公司 Service fusing control method, service fusing control device and server cluster
CN110673941A (en) * 2019-09-27 2020-01-10 掌阅科技股份有限公司 Migration method of micro-services in multiple computer rooms, electronic equipment and storage medium
CN110784554A (en) * 2019-11-05 2020-02-11 杭州安恒信息技术股份有限公司 Method and device for processing web micro-service cluster service errors
CN110995504A (en) * 2019-12-18 2020-04-10 北京百度网讯科技有限公司 Micro-service node exception handling method, device and system
CN110990245A (en) * 2019-12-04 2020-04-10 北京明略软件系统有限公司 Micro-service operation state judgment method and device based on call chain data
CN111427674A (en) * 2020-03-19 2020-07-17 成都云盯科技有限公司 Micro-service management method, device and system
CN111464373A (en) * 2019-01-18 2020-07-28 苏宁易购集团股份有限公司 Micro-service full-link monitoring system and method
CN113407224A (en) * 2020-03-17 2021-09-17 北京亿阳信通科技有限公司 Micro-service management method and device

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101883028A (en) * 2010-06-30 2010-11-10 中兴通讯股份有限公司 Method and device for detecting network file system server
CN103345439A (en) * 2013-07-17 2013-10-09 国家电网公司 Method and device for monitoring health states of full links in information system
CN104408110A (en) * 2014-11-24 2015-03-11 北京奇虎科技有限公司 Method, device and system for requesting data
CN105515759A (en) * 2015-11-27 2016-04-20 国网信息通信产业集团有限公司 Micro service registration method and micro service registration system
CN105808414A (en) * 2016-03-08 2016-07-27 联想(北京)有限公司 Log processing method and log processing electronic equipment
CN105824375A (en) * 2016-04-05 2016-08-03 浪潮电子信息产业股份有限公司 Server
CN106227611A (en) * 2016-07-26 2016-12-14 北京北森云计算股份有限公司 The dynamic micro services call method of a kind of multilingual cloud compiling and device
CN106230987A (en) * 2016-09-21 2016-12-14 南方电网科学研究院有限责任公司 Information integration system and method based on electric power PaaS cloud platform
CN106227605A (en) * 2016-07-26 2016-12-14 北京北森云计算股份有限公司 The dynamic micro services expansion method of a kind of multilingual cloud compiling and device
CN106250199A (en) * 2016-07-26 2016-12-21 北京北森云计算股份有限公司 The dynamic micro services call method of a kind of multilingual cloud compiling and device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101883028A (en) * 2010-06-30 2010-11-10 中兴通讯股份有限公司 Method and device for detecting network file system server
CN103345439A (en) * 2013-07-17 2013-10-09 国家电网公司 Method and device for monitoring health states of full links in information system
CN104408110A (en) * 2014-11-24 2015-03-11 北京奇虎科技有限公司 Method, device and system for requesting data
CN105515759A (en) * 2015-11-27 2016-04-20 国网信息通信产业集团有限公司 Micro service registration method and micro service registration system
CN105808414A (en) * 2016-03-08 2016-07-27 联想(北京)有限公司 Log processing method and log processing electronic equipment
CN105824375A (en) * 2016-04-05 2016-08-03 浪潮电子信息产业股份有限公司 Server
CN106227611A (en) * 2016-07-26 2016-12-14 北京北森云计算股份有限公司 The dynamic micro services call method of a kind of multilingual cloud compiling and device
CN106227605A (en) * 2016-07-26 2016-12-14 北京北森云计算股份有限公司 The dynamic micro services expansion method of a kind of multilingual cloud compiling and device
CN106250199A (en) * 2016-07-26 2016-12-21 北京北森云计算股份有限公司 The dynamic micro services call method of a kind of multilingual cloud compiling and device
CN106230987A (en) * 2016-09-21 2016-12-14 南方电网科学研究院有限责任公司 Information integration system and method based on electric power PaaS cloud platform

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108173911A (en) * 2017-12-18 2018-06-15 中国科学院声学研究所 A kind of micro services fault detect processing method and processing device
CN108173911B (en) * 2017-12-18 2020-08-21 中国科学院声学研究所 Micro-service fault detection processing method and device
CN108712309A (en) * 2018-06-11 2018-10-26 郑州云海信息技术有限公司 A kind of micro services node means of defence under micro services framework and system
CN108712309B (en) * 2018-06-11 2022-03-25 郑州云海信息技术有限公司 Micro service node protection method and system under micro service architecture
CN109743367A (en) * 2018-12-24 2019-05-10 青岛海信智能商用系统股份有限公司 Service processing method, device, electronic equipment and readable storage medium storing program for executing
CN109766210A (en) * 2019-01-17 2019-05-17 多点生活(成都)科技有限公司 Service fusing control method, service fusing control device and server cluster
CN109766210B (en) * 2019-01-17 2022-04-22 多点生活(成都)科技有限公司 Service fusing control method, service fusing control device and server cluster
CN111464373A (en) * 2019-01-18 2020-07-28 苏宁易购集团股份有限公司 Micro-service full-link monitoring system and method
CN110673941A (en) * 2019-09-27 2020-01-10 掌阅科技股份有限公司 Migration method of micro-services in multiple computer rooms, electronic equipment and storage medium
CN110784554A (en) * 2019-11-05 2020-02-11 杭州安恒信息技术股份有限公司 Method and device for processing web micro-service cluster service errors
CN110784554B (en) * 2019-11-05 2022-07-08 杭州安恒信息技术股份有限公司 Method and device for processing web micro-service cluster service errors
CN110990245A (en) * 2019-12-04 2020-04-10 北京明略软件系统有限公司 Micro-service operation state judgment method and device based on call chain data
CN110995504A (en) * 2019-12-18 2020-04-10 北京百度网讯科技有限公司 Micro-service node exception handling method, device and system
CN113407224A (en) * 2020-03-17 2021-09-17 北京亿阳信通科技有限公司 Micro-service management method and device
CN111427674A (en) * 2020-03-19 2020-07-17 成都云盯科技有限公司 Micro-service management method, device and system

Similar Documents

Publication Publication Date Title
CN106656604A (en) Microservice request management method, microservice controller and high-concurrence microservice architecture
CN106533805B (en) Micro-service request processing method, micro-service controller and micro-service architecture
CN108039964B (en) Fault processing method, device and system based on network function virtualization
US8977905B2 (en) Method and system for detecting abnormality of network processor
WO2017050130A1 (en) Failure recovery method and device
EP3142011A1 (en) Anomaly recovery method for virtual machine in distributed environment
US20150304166A1 (en) Resource configuration change management
WO2014166265A1 (en) Method, terminal, cache server and system for updating webpage data
CN105791033A (en) Method, device and system for regulating operating state of server
RU2007149553A (en) METHODS AND SYSTEMS FOR CORRECTING APPLICATIONS
WO2018121334A1 (en) Web application service providing method, apparatus, electronic device and system
US9596313B2 (en) Method, terminal, cache server and system for updating webpage data
WO2017206678A1 (en) Information acquisition method and device
CN110830283A (en) Fault detection method, device, equipment and system
CN107729213B (en) Background task monitoring method and device
CN106034137A (en) Intelligent scheduling method for distributed system, and distributed service system
CN103491165A (en) General distributed crawler system capable of automatically detecting shielding
WO2016192212A1 (en) Method and apparatus for processing power down warning information of optical network unit onu
CN106021358A (en) Abnormal information recording method and system
EP3671461A1 (en) Systems and methods of monitoring software application processes
WO2019019457A1 (en) Control center device, business system processing method and system, and storage medium
CN111478792B (en) Cutover information processing method, system and device
CN113852506A (en) Fault processing method and device, electronic equipment and storage medium
US20130219052A1 (en) Dynamic configuration of interconnected devices for measuring performance characteristics in a network
CN103731287A (en) Method for selecting server to take over fault server

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20170510

RJ01 Rejection of invention patent application after publication