CN112615753A - Link abnormity tracking method, first node, second node and link - Google Patents

Link abnormity tracking method, first node, second node and link Download PDF

Info

Publication number
CN112615753A
CN112615753A CN202011618800.1A CN202011618800A CN112615753A CN 112615753 A CN112615753 A CN 112615753A CN 202011618800 A CN202011618800 A CN 202011618800A CN 112615753 A CN112615753 A CN 112615753A
Authority
CN
China
Prior art keywords
node
transaction
sampling
link
previous
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011618800.1A
Other languages
Chinese (zh)
Other versions
CN112615753B (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.)
Industrial and Commercial Bank of China Ltd ICBC
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
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 Industrial and Commercial Bank of China Ltd ICBC filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN202011618800.1A priority Critical patent/CN112615753B/en
Publication of CN112615753A publication Critical patent/CN112615753A/en
Application granted granted Critical
Publication of CN112615753B publication Critical patent/CN112615753B/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
    • 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/0677Localisation of faults
    • 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/0823Errors, e.g. transmission errors
    • 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)
  • Computer And Data Communications (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a link abnormity tracking method, a first node, a second node and a link, which can be used in the technical field of big data and other technical fields, and are not limited in the invention; if the transaction service logic is abnormally executed, the node information of the node is set as a sampling node by using the sampling identifier, and the transaction logic execution abnormal result is transmitted to the previous node, so that the node information of the previous node is kept or modified into the sampling node.

Description

Link abnormity tracking method, first node, second node and link
Technical Field
The invention relates to the field of computers, in particular to a link abnormity tracking method, a first node, a second node and a link.
Background
The link tracking technology is a main means for rapidly analyzing and positioning problems under a distributed system. In order to reduce the overhead of link acquisition on an application and a monitoring system in a large-scale transaction scene, the industry is mostly based on a percentage sampling strategy, and the strategy has the defect that abnormal links cannot be completely acquired.
Disclosure of Invention
The present invention provides a link exception tracking method, a first node, a second node and a link, aiming at the problems in the prior art.
In order to solve the technical problems, the invention provides the following technical scheme:
in one aspect of the present invention, a method for tracing a link exception is provided, where the link includes a first node located at a first position and at least one second node located at a second position that is not the first position, and the method is performed by any one of the second nodes on the link, and the method includes:
receiving a call request generated from a previous node adjacent to the current node, wherein the call request is generated after the previous node executes corresponding transaction business logic and comprises a sampling identifier;
executing the transaction service logic corresponding to the node;
if the transaction service logic is abnormally executed, setting the node information of the node as a sampling node by using the sampling identifier, and transmitting a transaction logic execution abnormal result to the previous node, so that the node information of the previous node is kept or modified into the sampling node;
and generating a calling request after the node executes the corresponding transaction service logic, and sending the calling request generated by the node to a next node adjacent to the node until the next node is the last node in the link.
In a preferred embodiment, the call request generated by the previous node further includes: the link structure information of the previous node comprises a link number, the previous node number and an execution sequence number of the node;
the step of obtaining the call request generated by the node comprises the following steps:
generating a previous node number in the link structure information of the node according to the execution sequence number of the previous node;
and obtaining the call request generated by the node according to the last node number of the node, the link number and the execution sequence number of the node.
In a preferred embodiment, the transactional logic execution exception comprises an execution error or an execution time exceeding a preset threshold.
In a preferred embodiment, the step of transmitting the transaction logic execution exception result to the previous adjacent node comprises:
acquiring link structure information of an adjacent previous node;
indexing the previous adjacent node of the node according to the link structure information of the previous adjacent node;
and transmitting the abnormal result of the transaction logic execution to the adjacent previous node.
In another aspect of the present invention, a method for tracing a link exception, where the link includes a first node located at a head and at least one second node located at a non-head, is performed by the first node located at the head on the link, and the method includes:
acquiring transaction request information;
executing transaction service logic corresponding to the node according to the transaction request information;
after a transaction service logic corresponding to the node is executed, generating a calling request, wherein the calling request comprises a sampling identifier;
transmitting the call request to a next node adjacent to the node so that the next node executes a transaction service logic corresponding to the next node;
and if the transaction service logic of the next node is abnormally executed, the next node sets the node information of the next node as a sampling node by using the sampling identifier, and transmits a transaction logic execution abnormal result to the node, so that the node information of the node is kept or modified into the sampling node.
In a preferred embodiment, the sample identification initial state is randomly marked according to a preset percentage sampling rate.
In another aspect of the present invention, a method for tracing a link exception, where the link includes a first node located at a head and at least one second node located at a non-head, includes:
the first node acquires transaction request information;
executing a transaction service logic corresponding to the first node according to the transaction request information;
after a transaction service logic corresponding to a first node is executed, generating a calling request, wherein the calling request comprises a sampling identifier;
transmitting the call request to a next node adjacent to the first node so that the next node executes a transaction service logic corresponding to the next node;
if the transaction service logic of the next node adjacent to the first node is executed abnormally, the next node sets the node information of the next node as a sampling node by using the sampling identifier, and transmits the transaction logic execution abnormal result to the first node, so that the node information of the first node is kept or modified into the sampling node.
The second node receives a call request generated by a previous node adjacent to the second node, wherein the call request is generated after the previous node executes corresponding transaction business logic and comprises a sampling identifier;
executing the transaction business logic corresponding to the second node;
if the transaction service logic of the second node is executed abnormally, the node information of the second node is set as a sampling node by using the sampling identifier, and a transaction logic execution abnormal result is transmitted to the previous node of the second node, so that the node information of the previous node of the second node is kept or modified into the sampling node;
and generating a calling request after the second node executes the corresponding transaction service logic, and sending the calling request generated by the second node to a next node adjacent to the second node until the next node is the last node in the link.
In another aspect of the present invention, a first node is provided, where the first node is a first node located on a link, and the first node includes:
the request acquisition module acquires transaction request information;
the transaction service logic execution module executes the transaction service logic corresponding to the node according to the transaction request information;
the calling request generating module is used for generating a calling request after the transaction service logic corresponding to the node is executed, wherein the calling request comprises a sampling identifier;
the calling request transmission module transmits the calling request to a next node adjacent to the node so as to enable the next node to execute the transaction service logic corresponding to the next node;
and the sampling marking module is used for setting the node information of the next node as a sampling node by using the sampling identifier and transmitting a transaction logic execution abnormal result to the node if the transaction service logic execution of the next node is abnormal, so that the node information of the node is kept or modified into the sampling node.
In a preferred embodiment, the sample identification initial state is randomly marked according to a preset percentage sampling rate.
In another aspect of the present invention, a second node is provided, where the second node is a non-head node located on a link, and the second node includes:
the system comprises a calling request receiving module, a calling request receiving module and a calling request sending module, wherein the calling request receiving module receives a calling request generated by a previous node adjacent to the current node, the calling request is generated after the previous node executes corresponding transaction business logic and comprises a sampling identifier;
the transaction service logic execution module is used for executing the transaction service logic corresponding to the node;
if the transaction service logic is abnormal in execution, the sampling mark is used for setting the node information of the node as a sampling node, and the transaction logic execution abnormal result is transmitted to the previous node, so that the node information of the previous node is kept or modified into the sampling node;
and the calling request generating module generates a calling request after the node executes the corresponding transaction service logic, and sends the calling request generated by the node to a next node adjacent to the node until the next node is the last node in the link.
In a preferred embodiment, the call request generated by the previous node further includes: the link structure information of the previous node comprises a link number, the previous node number and an execution sequence number of the node;
the step of obtaining the call request generated by the node comprises the following steps:
a node number generating unit, which generates the previous node number in the node link structure information according to the execution sequence number of the previous node;
and the call request generation unit is used for obtaining the call request generated by the node according to the last node number of the node, the link number and the execution sequence number of the node.
In a preferred embodiment, the transactional logic execution exception comprises an execution error or an execution time exceeding a preset threshold.
In a preferred embodiment, the step of transmitting the transaction logic execution exception result to the previous adjacent node comprises:
the link structure information acquisition module is used for acquiring the link structure information of the previous adjacent node;
the previous node indexing module indexes the previous node adjacent to the node according to the link structure information of the previous node adjacent to the node;
and the result transmission module is used for transmitting the transaction logic execution abnormal result to the adjacent previous node.
In another aspect of the present invention, a link is provided, which includes a first node located at a head and at least one second node located at a non-head, the first node includes:
the request acquisition module acquires transaction request information;
the transaction service logic execution module executes the transaction service logic corresponding to the node according to the transaction request information;
the calling request generating module is used for generating a calling request after the transaction service logic corresponding to the node is executed, wherein the calling request comprises a sampling identifier;
the calling request transmission module transmits the calling request to a next node adjacent to the node so as to enable the next node to execute the transaction service logic corresponding to the next node;
the sampling marking module is used for setting the node information of the next node as a sampling node by using the sampling identifier and transmitting a transaction logic execution abnormal result to the node if the transaction service logic execution of the next node is abnormal, so that the node information of the node is kept or modified into the sampling node;
the second node comprises:
the system comprises a calling request receiving module, a calling request receiving module and a calling request sending module, wherein the calling request receiving module receives a calling request generated by a previous node adjacent to the current node, the calling request is generated after the previous node executes corresponding transaction business logic and comprises a sampling identifier;
the transaction service logic execution module is used for executing the transaction service logic corresponding to the node;
if the transaction service logic is abnormal in execution, the sampling mark is used for setting the node information of the node as a sampling node, and the transaction logic execution abnormal result is transmitted to the previous node, so that the node information of the previous node is kept or modified into the sampling node;
and the calling request generating module generates a calling request after the node executes the corresponding transaction service logic, and sends the calling request generated by the node to a next node adjacent to the node until the next node is the last node in the link.
In yet another aspect of the present invention, an electronic device is provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the link exception tracking method when executing the computer program.
In yet another aspect of the present invention, a computer readable storage medium is provided, on which a computer program is stored, which when executed by a processor implements a link anomaly tracking method, a first node, a second node and a link.
According to the technical scheme, the link abnormity tracking method, the first node, the second node and the link provided by the invention can mark and sample all abnormal nodes in the link, do not influence the service logic operation of the nodes and the structure of the whole link, and can accurately and quickly track and locate the nodes with problems.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flowchart of a method for tracing link anomalies in a first node.
FIG. 2 is a flowchart of a method for tracking link anomalies in a second node.
FIG. 3 is a schematic diagram of the transfer service between the mobile phone and the bank.
Fig. 4 is a block diagram of a first node.
Fig. 5 is a block diagram of a second node.
Fig. 6 is a schematic structural diagram of an electronic device in an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The link tracing technology is to record all subsystems and execution conditions and execution times of the subsystems that pass through from the beginning to the end of a task, wherein each subsystem that passes through is generally called a node of a link, in other words, a link is composed of at least two nodes. One node on the link may be a terminal device, such as a tablet computer, a mobile phone, a portable computer, or the like, or may be a server device, which is not limited in the present invention.
In the embodiments of the present invention, all nodes constituting a link are classified into two major categories: the first node is located at the head of the link, and the second node is located at the non-head of the link. It is understood that the first node corresponds to an entry of the link, and the other nodes are the second nodes.
In an embodiment of the present invention, as shown in fig. 1, a method for tracing a link exception includes, for a first node located at a head, the following steps:
and S11, acquiring the transaction request information.
Specifically, the transaction request information is a description of specific requirements for the transaction task, such as transaction time, transaction object, transaction amount, transaction mode, and the like. As a specific example, in the bank transfer transaction task, the transaction request information generally includes the transfer amount, the transfer bank card number, the transfer recipient name, the transfer receiving bank card number, the transfer arrival timeliness, and the like. If the operator inputs the transfer transaction information through the mobile phone terminal, the transaction request information is acquired by the mobile phone terminal, and the mobile phone terminal, namely the first node of the link, acquires the transaction request information.
And S12, executing the transaction service logic corresponding to the node according to the transaction request information.
Specifically, after the first node acquires the transaction request information, it decomposes the transaction service logic related to itself according to the transaction request information, and then executes it. For example, after the mobile phone terminal acquires the transfer transaction request information, the validity of the acquired information form needs to be judged, for example, whether the transfer amount is a value larger than zero, whether the number of digits of the card number of the transfer bank card is valid, and the like.
And S13, after the transaction service logic corresponding to the node is executed, generating a call request, wherein the call request comprises the sampling identification.
Specifically, after the first node executes the corresponding transaction service logic, the next node needs to be triggered according to the transaction service, the triggering mode is to transmit a call request to the next node, the call request includes the specific content of the transaction task and the execution result of the service logic of the node, and the position information of the node in the link includes a link number (traceID), a last node number (parentID), a local node execution serial number (spanID), and certainly also includes an identifier of whether the node is sampled. The first node is located at the head of the link and is likely to be a new link, so the traceID in the link structure information needs to be newly generated, the generation rule can be customized, and only the unique corresponding relationship between the serial number and the link needs to be ensured. The parentID in the link configuration information is set to 0, and the spanID is set to 1. On the other hand, the invocation request further needs to include a sampling identifier of the first node, and since the first node is located at the head of the link, the sampling identifier is randomly marked according to a preset percentage sampling rate, for example, the preset percentage sampling rate is 70%, a 01 random number generator is utilized to generate 0 or 1 according to the preset percentage, where 0 represents no sampling, and 1 represents sampling.
And S14, transmitting the call request to a next node adjacent to the node so that the next node executes the transaction service logic corresponding to the next node.
Specifically, the call request is transmitted to the next node adjacent to the node, and there are two types of general transmission manners, one is wired transmission, such as twisted pair, optical fiber, and the like; another is wireless transmission such as bluetooth, wireless broadband (Wi-Fi), etc. Meanwhile, the transmission needs to customize a transmission protocol in advance, and the transmission protocol can be well known, such as an http protocol, and can also be customized. In a specific embodiment, the transmission of the call request may be an active behavior or a passive behavior. The transmission is an active behavior, which means that the first node actively sends a request to the next node according to the self condition, and the transmission is a passive behavior, which means that the service of the next node must depend on the first node, and the first node must transmit a call request to the next node.
And S15, if the transaction service logic of the next node is abnormal, the next node sets the node information of the next node as a sampling node by using the sampling identifier, and transmits the abnormal transaction logic execution result to the node, so that the node information of the node is kept or modified into the sampling node.
Specifically, when a transaction service logic execution exception occurs in a next node adjacent to the first node, where the execution exception includes an execution error or an execution time exceeding a preset threshold, node information of the first node is maintained or modified as a sampling node. It can be understood that if the initial node information of the first node is a sampling node, the node information is maintained without any change; if the initial node information of the first node is a non-sampling node, the node information of the first node needs to be modified into a sampling node. Whether the node information of the first node is maintained or modified depends on the initial node information condition of the first node.
In an embodiment of the present invention, as shown in fig. 2, a link exception tracking, for a second node located at the non-first position of a link, includes the steps of:
and S21, receiving a call request generated by a previous node adjacent to the current node, wherein the call request is generated after the previous node executes corresponding transaction business logic and comprises sampling identification.
Specifically, the second node receives the call request generated by the previous adjacent node, and the specific content includes the link structure information of the previous adjacent node, the execution result of the previous adjacent node, the sampling identifier of the previous adjacent node, and certainly also includes the relevant parameters of the transaction service. The specific form of the request is determined according to the communication mode between the second node and the previous adjacent node, for example, the communication mode between the second node and the previous adjacent node adopts wired network transmission, the communication protocol between the second node and the previous adjacent node generally adopts http protocol, and the call request is combined according to the http protocol form, and the link structure information and the sampling identifier of the previous adjacent node are placed in an http request header for transmission.
And S22, executing the transaction business logic corresponding to the node.
And S23, if the transaction service logic is abnormal, setting the node information of the node as a sampling node by using the sampling identifier, and transmitting the abnormal transaction logic execution result to the previous node, so that the node information of the previous node is kept or modified into the sampling node.
Specifically, the transaction service logic execution exception includes a logic execution error and a logic execution exceeding a preset threshold. It is understood that during the execution of the business logic, execution errors, such as memory leaks, variable boundary violations, etc., often occur due to various reasons. On the other hand, the execution time of the logic exceeds the preset threshold, for example, the logic cannot jump out of the loop due to the wrong use of the loop, and finally the execution is overtime; or due to computational complexity beyond the computing power of the computing device, causing execution timeouts, etc.
In the embodiment of the invention, when the second node has execution abnormity, the execution result needs to be transmitted to the previous node, and further the node information of the previous node is kept or modified into the sampling node. Wherein, the specific step of transmitting the execution result to the previous node includes:
s231, link structure information of the previous adjacent node is obtained.
In a specific embodiment, the previous neighboring node includes the link structure information of the previous neighboring node in the call request transmitted to the node. After receiving the call information, the second node extracts the link structure information of the previous adjacent node according to a relevant communication protocol, and stores the link structure information in a local memory for subsequent use, wherein the link structure information comprises: link number, last node number, self node execution sequence number.
And S232, indexing the previous adjacent node of the node according to the link structure information of the previous adjacent node.
Specifically, according to the link structure information obtained in step S231, index search is performed in the link, and each node in the link corresponds to a unique structure information, so that the previous node can be located very conveniently.
And S233, transmitting the transaction logic execution abnormal result to the previous adjacent node.
Specifically, after the previous node is located, the execution exception result of the node is transmitted to the previous node according to a communication mode with the previous node, where the execution exception result includes an execution error and an execution exceeding a preset threshold, generally, a return code in a local memory is set to be abnormal by the execution error, and an ElaspedFlag in the local memory is set to be abnormal by the execution time exceeding the preset threshold.
And S24, generating a call request after the node executes the corresponding transaction service logic, and sending the call request generated by the node to the next node adjacent to the node until the next node is the last node in the link.
Specifically, the node generates the invocation request after executing the corresponding transaction service logic, and since the invocation request needs to include the link structure information of the node, the step of generating the invocation request includes:
and S241, generating the number of the previous node in the link structure information of the node according to the execution sequence number of the previous node.
In a specific embodiment, in the numbering rule of the link, the parentID of the current node is consistent with the spanID of the previous node, so that the parentID of the node can be generated according to the spanID of the previous node; the traceID of the current node is the same as the previous node, and the spanID of the current node is the order in which it is executed in peer logic according to the current node. For example, if the traceID of the previous node is 01100, the parentID is 3, and the spanID is 2, the traceID of the current node is 01100, the parentID is 2, and the spanID is generated by the current node according to the service logic, for example, the current node is executed first in all peer logics, so the spanID is 1.
And S242, obtaining the call request generated by the node according to the number of the previous node, the link number and the execution sequence number of the node.
Specifically, the current node link structure information is obtained according to step S241, and includes a link number traceID, a previous node number parentID, and an execution serial number spanID of the current node. And combining the link structure information, the sampling identifier of the current node, the execution result and the related parameters of the transaction service according to a communication protocol between the two nodes to obtain a calling request generated by the node.
In an embodiment of the present invention, a method for tracing a link exception includes, for an entire link, the specific steps of:
s31, the first node obtains the transaction request information.
And S32, executing the transaction service logic corresponding to the first node according to the transaction request information.
And S33, generating a call request after the transaction business logic corresponding to the first node is executed, wherein the call request comprises the sampling identification.
And S34, transmitting the call request to a next node adjacent to the first node so that the next node executes the transaction service logic corresponding to the next node.
And S35, if the transaction service logic of the next node adjacent to the first node is abnormal, the next node sets the node information of the next node as a sampling node by using the sampling identifier, and transmits the abnormal transaction logic execution result to the first node, so that the node information of the first node is kept or modified as the sampling node.
S36, the second node receives a call request generated from a previous node adjacent to the second node, wherein the call request is generated after the previous node executes corresponding transaction service logic and comprises a sampling identification.
And S37, executing the transaction business logic corresponding to the second node.
S38, if the transaction service logic of the second node is abnormal, the node information of the second node is set as a sampling node by using the sampling identification, and the abnormal transaction logic execution result is transmitted to the previous node of the second node, so that the node information of the previous node of the second node is kept or modified into the sampling node.
And S39, generating a call request after the second node executes the corresponding transaction service logic, and sending the call request generated by the second node to the next node adjacent to the second node until the next node is the last node in the link.
Specifically, as shown in fig. 3, a scenario is assumed in which a user uses a mobile phone to perform an internal accounting transaction in a bank. This link consists of two nodes: a user mobile phone client and a bank server. The user mobile phone client receives a transfer service request of a user, the mobile phone client sends the request information to the bank server, and the bank server carries out related transaction processing to complete the transfer transaction service. It can be understood that the first node is a user mobile phone client, and the bank server is a second node. All communication between the nodes is transmitted through an http protocol. The steps of anomaly tracking for the entire link are as follows:
s41, the mobile phone client acquires the account transfer transaction request information;
s42, the mobile phone client carries out preliminary screening on the relevant information input by the user;
s33, the mobile phone client generates a new traceID, generates parentID and spanID correspondingly, and generates the sampling identification of the current first node (mobile phone client) by using a 01 random number generator; and putting the traceID, the parentID, the spanID and the sampling identifier of the current node into an http request header, and putting the transaction related information input by the user into an http request line to generate the calling request.
And S44, the mobile phone client transmits the generated call request to the bank server through the network.
And S45, after receiving the call request of the mobile phone client, the bank server performs the operation of the related transfer service. If an error occurs in a certain link of the transfer service and the transfer operation cannot be carried out, setting a Return code in a bank server to be abnormal, marking the Return code and a sampling node by the bank server, and simultaneously putting the Return code into an http response body to transmit execution error information to a mobile phone client through a network;
and S46, the mobile phone client receives the execution error information transmitted by the bank server, if the sampling identifier of the mobile phone client is sampling, the execution error information is kept unchanged, and if the sampling identifier of the mobile phone client is not sampling, the mobile phone client modifies the sampling.
In the embodiment of the present invention, as shown in fig. 3, all the link structure information, transaction related information, and execution information marked as sampling nodes are sent to a sampling data collector, and the sampling data collector stores the information in a link database, and in order to visually observe the link abnormality, a visual interface may be used to display the related information stored in the link database.
The link abnormity tracking method provided by the invention can mark and sample all abnormal nodes in the link, does not influence the service logic operation of the nodes and the structure of the whole link, and can accurately and quickly track and locate the nodes with problems.
In an embodiment of the present invention, as shown in fig. 4, a first node is provided, where the first node is a first node located on a link, and the first node includes:
the request acquisition module acquires transaction request information;
the transaction service logic execution module executes the transaction service logic corresponding to the node according to the transaction request information;
the calling request generating module is used for generating a calling request after the transaction service logic corresponding to the node is executed, wherein the calling request comprises a sampling identifier;
the calling request transmission module transmits the calling request to a next node adjacent to the node so as to enable the next node to execute the transaction service logic corresponding to the next node;
and the sampling marking module is used for setting the node information of the next node as a sampling node by using the sampling identifier and transmitting a transaction logic execution abnormal result to the node if the transaction service logic execution of the next node is abnormal, so that the node information of the node is kept or modified into the sampling node.
In a preferred embodiment, the sample identification initial state is randomly marked according to a preset percentage sampling rate.
In an embodiment of the present invention, as shown in fig. 5, a second node is provided, where the second node is a non-first node located on a link, and the second node includes:
the system comprises a calling request receiving module, a calling request receiving module and a calling request sending module, wherein the calling request receiving module receives a calling request generated by a previous node adjacent to the current node, the calling request is generated after the previous node executes corresponding transaction business logic and comprises a sampling identifier;
the transaction service logic execution module is used for executing the transaction service logic corresponding to the node;
if the transaction service logic is abnormal in execution, the sampling mark is used for setting the node information of the node as a sampling node, and the transaction logic execution abnormal result is transmitted to the previous node, so that the node information of the previous node is kept or modified into the sampling node;
and the calling request generating module generates a calling request after the node executes the corresponding transaction service logic, and sends the calling request generated by the node to a next node adjacent to the node until the next node is the last node in the link.
In a preferred embodiment, the call request generated by the previous node further includes: the link structure information of the previous node comprises a link number, the previous node number and an execution sequence number of the node;
the step of obtaining the call request generated by the node comprises the following steps:
a node number generating unit, which generates the previous node number in the node link structure information according to the execution sequence number of the previous node;
and the call request generation unit is used for obtaining the call request generated by the node according to the last node number of the node, the link number and the execution sequence number of the node.
In a preferred embodiment, the transactional logic execution exception comprises an execution error or an execution time exceeding a preset threshold.
In a preferred embodiment, the step of transmitting the transaction logic execution exception result to the previous adjacent node comprises:
the link structure information acquisition module is used for acquiring the link structure information of the previous adjacent node;
the previous node indexing module indexes the previous node adjacent to the node according to the link structure information of the previous node adjacent to the node;
and the result transmission module is used for transmitting the transaction logic execution abnormal result to the adjacent previous node.
In an embodiment of the present invention, a link is provided, which includes a first node located at a head and at least one second node located at a non-head, where the first node includes:
the request acquisition module acquires transaction request information;
the transaction service logic execution module executes the transaction service logic corresponding to the node according to the transaction request information;
the calling request generating module is used for generating a calling request after the transaction service logic corresponding to the node is executed, wherein the calling request comprises a sampling identifier;
the calling request transmission module transmits the calling request to a next node adjacent to the node so as to enable the next node to execute the transaction service logic corresponding to the next node;
the sampling marking module is used for setting the node information of the next node as a sampling node by using the sampling identifier and transmitting a transaction logic execution abnormal result to the node if the transaction service logic execution of the next node is abnormal, so that the node information of the node is kept or modified into the sampling node;
the second node comprises:
the system comprises a calling request receiving module, a calling request receiving module and a calling request sending module, wherein the calling request receiving module receives a calling request generated by a previous node adjacent to the current node, the calling request is generated after the previous node executes corresponding transaction business logic and comprises a sampling identifier;
the transaction service logic execution module is used for executing the transaction service logic corresponding to the node;
if the transaction service logic is abnormal in execution, the sampling mark is used for setting the node information of the node as a sampling node, and the transaction logic execution abnormal result is transmitted to the previous node, so that the node information of the previous node is kept or modified into the sampling node;
and the calling request generating module generates a calling request after the node executes the corresponding transaction service logic, and sends the calling request generated by the node to a next node adjacent to the node until the next node is the last node in the link.
The link abnormity tracking device provided by the invention can mark and sample all abnormal nodes in the link, does not influence the service logic operation of the nodes and the structure of the whole link, and can accurately and quickly track and locate the nodes with problems.
In terms of hardware, in order to provide an embodiment of the electronic device for implementing all or part of the contents of the link exception tracking method according to the present invention, the electronic device specifically includes the following contents:
a processor (processor), a memory (memory), a communication Interface (Communications Interface), and a bus; the processor, the memory and the communication interface complete mutual communication through the bus; the communication interface is used for realizing information transmission among related equipment such as a server, a device, a distributed message middleware cluster device, various databases, a user terminal and the like; the electronic device may be a desktop computer, a tablet computer, a mobile terminal, and the like, but the embodiment is not limited thereto. In this embodiment, the electronic device may refer to the embodiment of the link anomaly tracking method in the embodiment and the embodiment of the link anomaly tracking apparatus for implementation, and the contents thereof are incorporated herein, and repeated descriptions are omitted here.
Fig. 6 is a schematic block diagram of a system configuration of an electronic device 9600 according to an embodiment of the present invention. As shown in fig. 6, the electronic device 9600 can include a central processor 9100 and a memory 9140; the memory 9140 is coupled to the central processor 9100. Notably, this FIG. 6 is exemplary; other types of structures may also be used in addition to or in place of the structure to implement telecommunications or other functions.
In one embodiment, the link exception tracking functionality may be integrated into the central processor 9100. For example, the central processor 9100 may be configured to control as follows:
s1, the first node obtains the trade request information;
s2, executing the transaction service logic corresponding to the first node according to the transaction request information;
s3, after the transaction service logic corresponding to the first node is executed, generating a calling request, wherein the calling request comprises a sampling identifier;
s4, transmitting the call request to a next node adjacent to the first node so as to enable the next node to execute the transaction service logic corresponding to the next node;
s5, if the transaction service logic of the next node adjacent to the first node is abnormal, the next node sets the node information of the next node as a sampling node by using the sampling identifier, and transmits the abnormal transaction logic execution result to the first node, so that the node information of the first node is kept or modified as the sampling node;
s6, the second node receives a call request generated by a previous node adjacent to the second node, wherein the call request is generated after the previous node executes corresponding transaction business logic and comprises a sampling identifier;
s7, executing the transaction business logic corresponding to the second node;
s8, if the transaction service logic of the second node is abnormal, setting the node information of the second node as a sampling node by using the sampling identifier, and transmitting the abnormal transaction logic execution result to the previous node of the second node, so that the node information of the previous node of the second node is kept or modified into the sampling node;
and S9, generating a call request after the second node executes the corresponding transaction service logic, and sending the call request generated by the second node to the next node adjacent to the second node until the next node is the last node in the link.
As can be seen from the above description, the electronic device provided in the embodiment of the present invention can mark and sample all nodes in a link that are abnormal, and can accurately and quickly track and locate a node with a problem without affecting the service logic operation of the node itself and the structure of the entire link.
In another embodiment, the link anomaly tracking device may be configured separately from the central processor 9100, for example, the link anomaly tracking device may be configured as a chip connected to the central processor 9100, and the link anomaly tracking function is realized under the control of the central processor.
As shown in fig. 6, the electronic device 9600 may further include: a communication module 9110, an input unit 9120, an audio processor 9130, a display 9160, and a power supply 9170. It is noted that the electronic device 9600 also does not necessarily include all of the components shown in fig. 6; further, the electronic device 9600 may further include components not shown in fig. 6, which may be referred to in the art.
As shown in fig. 6, a central processor 9100, sometimes referred to as a controller or operational control, can include a microprocessor or other processor device and/or logic device, which central processor 9100 receives input and controls the operation of the various components of the electronic device 9600.
The memory 9140 can be, for example, one or more of a buffer, a flash memory, a hard drive, a removable media, a volatile memory, a non-volatile memory, or other suitable device. The information relating to the failure may be stored, and a program for executing the information may be stored. And the central processing unit 9100 can execute the program stored in the memory 9140 to realize information storage or processing, or the like.
The input unit 9120 provides input to the central processor 9100. The input unit 9120 is, for example, a key or a touch input device. Power supply 9170 is used to provide power to electronic device 9600. The display 9160 is used for displaying display objects such as images and characters. The display may be, for example, an LCD display, but is not limited thereto.
The memory 9140 can be a solid state memory, e.g., Read Only Memory (ROM), Random Access Memory (RAM), a SIM card, or the like. There may also be a memory that holds information even when power is off, can be selectively erased, and is provided with more data, an example of which is sometimes called an EPROM or the like. The memory 9140 could also be some other type of device. Memory 9140 includes a buffer memory 9141 (sometimes referred to as a buffer). The memory 9140 may include an application/function storage portion 9142, the application/function storage portion 9142 being used for storing application programs and function programs or for executing a flow of operations of the electronic device 9600 by the central processor 9100.
The memory 9140 can also include a data store 9143, the data store 9143 being used to store data, such as contacts, digital data, pictures, sounds, and/or any other data used by an electronic device. The driver storage portion 9144 of the memory 9140 may include various drivers for the electronic device for communication functions and/or for performing other functions of the electronic device (e.g., messaging applications, contact book applications, etc.).
The communication module 9110 is a transmitter/receiver 9110 that transmits and receives signals via an antenna 9111. The communication module (transmitter/receiver) 9110 is coupled to the central processor 9100 to provide input signals and receive output signals, which may be the same as in the case of a conventional mobile communication terminal.
Based on different communication technologies, a plurality of communication modules 9110, such as a cellular network module, a bluetooth module, and/or a wireless local area network module, may be provided in the same electronic device. The communication module (transmitter/receiver) 9110 is also coupled to a speaker 9131 and a microphone 9132 via an audio processor 9130 to provide audio output via the speaker 9131 and receive audio input from the microphone 9132, thereby implementing ordinary telecommunications functions. The audio processor 9130 may include any suitable buffers, decoders, amplifiers and so forth. In addition, the audio processor 9130 is also coupled to the central processor 9100, thereby enabling recording locally through the microphone 9132 and enabling locally stored sounds to be played through the speaker 9131.
An embodiment of the present invention further provides a computer-readable storage medium capable of implementing all the steps in the link abnormality tracking method, where an execution subject in the above embodiment may be a server, and the computer-readable storage medium stores thereon a computer program, and when the computer program is executed by a processor, the computer program implements all the steps in the link abnormality tracking method in the above embodiment.
As can be seen from the above description, the computer-readable storage medium provided in the embodiments of the present invention can mark and sample all nodes in a link that have an abnormality, and can accurately and quickly track and locate a node that has a problem without affecting the service logic operation of the node itself and the structure of the entire link.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (devices), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The principle and the implementation mode of the invention are explained by applying specific embodiments in the invention, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (16)

1. A method for tracing a link exception, wherein the link includes a first node located at a first position and at least one second node located at a second position which is not the first position, and the method is performed by any one of the second nodes on the link, and the method includes:
receiving a call request generated from a previous node adjacent to the current node, wherein the call request is generated after the previous node executes corresponding transaction business logic and comprises a sampling identifier;
executing the transaction service logic corresponding to the node;
if the transaction service logic is abnormally executed, setting the node information of the node as a sampling node by using the sampling identifier, and transmitting a transaction logic execution abnormal result to the previous node, so that the node information of the previous node is kept or modified into the sampling node;
and generating a calling request after the node executes the corresponding transaction service logic, and sending the calling request generated by the node to a next node adjacent to the node until the next node is the last node in the link.
2. The method for tracing link anomaly according to claim 1, wherein the call request generated by the previous node further comprises: the link structure information of the previous node comprises a link number, the previous node number and an execution sequence number of the node;
the step of obtaining the call request generated by the node comprises the following steps:
generating a previous node number in the link structure information of the node according to the execution sequence number of the previous node;
and obtaining the call request generated by the node according to the last node number of the node, the link number and the execution sequence number of the node.
3. The link anomaly tracking method according to claim 1, wherein said transaction logic execution anomaly comprises an execution error or an execution time exceeding a preset threshold.
4. The method for tracing link exception according to claim 1, wherein said transmitting transaction logic execution exception result to said previous neighboring node comprises:
acquiring link structure information of an adjacent previous node;
indexing the previous adjacent node of the node according to the link structure information of the previous adjacent node;
and transmitting the abnormal result of the transaction logic execution to the adjacent previous node.
5. A method for tracing a link exception, wherein the link includes a first node located at a first position and at least one second node located at a second position which is not the first position, and the method is performed by the first node located at the first position on the link, and the method includes:
acquiring transaction request information;
executing transaction service logic corresponding to the node according to the transaction request information;
after a transaction service logic corresponding to the node is executed, generating a calling request, wherein the calling request comprises a sampling identifier;
transmitting the call request to a next node adjacent to the node so that the next node executes a transaction service logic corresponding to the next node;
and if the transaction service logic of the next node is abnormally executed, the next node sets the node information of the next node as a sampling node by using the sampling identifier, and transmits a transaction logic execution abnormal result to the node, so that the node information of the node is kept or modified into the sampling node.
6. The link anomaly tracking method according to claim 5, wherein said sampling flag initial state is randomly marked according to a preset percentage sampling rate.
7. A method for tracing a link exception, wherein the link includes a first node located at a first position and at least one second node located at a second position which is not the first position, the method comprising:
the first node acquires transaction request information;
executing a transaction service logic corresponding to the first node according to the transaction request information;
after a transaction service logic corresponding to a first node is executed, generating a calling request, wherein the calling request comprises a sampling identifier;
transmitting the call request to a next node adjacent to the first node so that the next node executes a transaction service logic corresponding to the next node;
if the transaction service logic of the next node adjacent to the first node is executed abnormally, the next node sets the node information of the next node as a sampling node by using the sampling identifier, and transmits a transaction logic execution abnormal result to the first node, so that the node information of the first node is kept or modified into the sampling node;
the second node receives a call request generated by a previous node adjacent to the second node, wherein the call request is generated after the previous node executes corresponding transaction business logic and comprises a sampling identifier;
executing the transaction business logic corresponding to the second node;
if the transaction service logic of the second node is executed abnormally, the node information of the second node is set as a sampling node by using the sampling identifier, and a transaction logic execution abnormal result is transmitted to the previous node of the second node, so that the node information of the previous node of the second node is kept or modified into the sampling node;
and generating a calling request after the second node executes the corresponding transaction service logic, and sending the calling request generated by the second node to a next node adjacent to the second node until the next node is the last node in the link.
8. A first node, wherein the first node is a first node located on a link, and the first node comprises:
the request acquisition module acquires transaction request information;
the transaction service logic execution module executes the transaction service logic corresponding to the node according to the transaction request information;
the calling request generating module is used for generating a calling request after the transaction service logic corresponding to the node is executed, wherein the calling request comprises a sampling identifier;
the calling request transmission module transmits the calling request to a next node adjacent to the node so as to enable the next node to execute the transaction service logic corresponding to the next node;
and the sampling marking module is used for setting the node information of the next node as a sampling node by using the sampling identifier and transmitting a transaction logic execution abnormal result to the node if the transaction service logic execution of the next node is abnormal, so that the node information of the node is kept or modified into the sampling node.
9. The first node of claim 8, wherein said sample identifier initial state is randomly marked according to a predetermined percentage sample rate.
10. A second node, wherein the second node is a non-first node located on a link, and wherein the second node comprises:
the system comprises a calling request receiving module, a calling request receiving module and a calling request sending module, wherein the calling request receiving module receives a calling request generated by a previous node adjacent to the current node, the calling request is generated after the previous node executes corresponding transaction business logic and comprises a sampling identifier;
the transaction service logic execution module is used for executing the transaction service logic corresponding to the node;
if the transaction service logic is abnormal in execution, the sampling mark is used for setting the node information of the node as a sampling node, and the transaction logic execution abnormal result is transmitted to the previous node, so that the node information of the previous node is kept or modified into the sampling node;
and the calling request generating module generates a calling request after the node executes the corresponding transaction service logic, and sends the calling request generated by the node to a next node adjacent to the node until the next node is the last node in the link.
11. A second node according to claim 10, wherein the call request generated by the previous node further comprises: the link structure information of the previous node comprises a link number, the previous node number and an execution sequence number of the node;
the step of obtaining the call request generated by the node comprises the following steps:
a node number generating unit, which generates the previous node number in the node link structure information according to the execution sequence number of the previous node;
and the call request generation unit is used for obtaining the call request generated by the node according to the last node number of the node, the link number and the execution sequence number of the node.
12. A second node according to claim 10, wherein the transactional logic execution exception comprises an execution error or an execution time exceeding a predetermined threshold.
13. A second node according to claim 10, wherein said communicating to said immediately previous node of a transaction logic execution exception result comprises:
the link structure information acquisition module is used for acquiring the link structure information of the previous adjacent node;
the previous node indexing module indexes the previous node adjacent to the node according to the link structure information of the previous node adjacent to the node;
and the result transmission module is used for transmitting the transaction logic execution abnormal result to the adjacent previous node.
14. A link comprising a first node at a head position and at least one second node at a non-head position, the first node comprising:
the request acquisition module acquires transaction request information;
the transaction service logic execution module executes the transaction service logic corresponding to the node according to the transaction request information;
the calling request generating module is used for generating a calling request after the transaction service logic corresponding to the node is executed, wherein the calling request comprises a sampling identifier;
the calling request transmission module transmits the calling request to a next node adjacent to the node so as to enable the next node to execute the transaction service logic corresponding to the next node;
the sampling marking module is used for setting the node information of the next node as a sampling node by using the sampling identifier and transmitting a transaction logic execution abnormal result to the node if the transaction service logic execution of the next node is abnormal, so that the node information of the node is kept or modified into the sampling node;
the second node comprises:
the system comprises a calling request receiving module, a calling request receiving module and a calling request sending module, wherein the calling request receiving module receives a calling request generated by a previous node adjacent to the current node, the calling request is generated after the previous node executes corresponding transaction business logic and comprises a sampling identifier;
the transaction service logic execution module is used for executing the transaction service logic corresponding to the node;
if the transaction service logic is abnormal in execution, the sampling mark is used for setting the node information of the node as a sampling node, and the transaction logic execution abnormal result is transmitted to the previous node, so that the node information of the previous node is kept or modified into the sampling node;
and the calling request generating module generates a calling request after the node executes the corresponding transaction service logic, and sends the calling request generated by the node to a next node adjacent to the node until the next node is the last node in the link.
15. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the link anomaly tracking method of any one of claims 1 to 7 when executing the program.
16. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the link anomaly tracking method according to any one of claims 1 to 7.
CN202011618800.1A 2020-12-30 2020-12-30 Link abnormity tracking method, first node, second node and link Active CN112615753B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011618800.1A CN112615753B (en) 2020-12-30 2020-12-30 Link abnormity tracking method, first node, second node and link

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011618800.1A CN112615753B (en) 2020-12-30 2020-12-30 Link abnormity tracking method, first node, second node and link

Publications (2)

Publication Number Publication Date
CN112615753A true CN112615753A (en) 2021-04-06
CN112615753B CN112615753B (en) 2022-08-30

Family

ID=75249482

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011618800.1A Active CN112615753B (en) 2020-12-30 2020-12-30 Link abnormity tracking method, first node, second node and link

Country Status (1)

Country Link
CN (1) CN112615753B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114500319A (en) * 2022-02-15 2022-05-13 中国工商银行股份有限公司 Method and device for simulating and processing overtime abnormal scene
CN114760188A (en) * 2022-03-04 2022-07-15 青岛海尔科技有限公司 Abnormal node determination method and device
CN114817340A (en) * 2022-06-30 2022-07-29 深圳红途科技有限公司 Data tracing method and device, computer equipment and storage medium
CN115001952A (en) * 2022-05-25 2022-09-02 中移互联网有限公司 Fault positioning method and device for service interface
CN115022213A (en) * 2022-06-30 2022-09-06 福州畅昕信息科技有限公司 Method for identifying request abnormity and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106971340A (en) * 2017-01-16 2017-07-21 平安银行股份有限公司 The method and system that transaction is adjusted
US10482464B1 (en) * 2015-12-30 2019-11-19 Wells Fargo Bank, N.A. Identification of anomalous transaction attributes in real-time with adaptive threshold tuning
US20200226680A1 (en) * 2004-09-21 2020-07-16 Refinitiv Us Organization Llc Financial market trading system
WO2020147419A1 (en) * 2019-01-18 2020-07-23 深圳壹账通智能科技有限公司 Monitoring method and apparatus, computer device and storage medium
CN111522711A (en) * 2020-04-17 2020-08-11 北京奇艺世纪科技有限公司 Data monitoring processing system, method, execution end, monitoring end and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200226680A1 (en) * 2004-09-21 2020-07-16 Refinitiv Us Organization Llc Financial market trading system
US10482464B1 (en) * 2015-12-30 2019-11-19 Wells Fargo Bank, N.A. Identification of anomalous transaction attributes in real-time with adaptive threshold tuning
CN106971340A (en) * 2017-01-16 2017-07-21 平安银行股份有限公司 The method and system that transaction is adjusted
WO2020147419A1 (en) * 2019-01-18 2020-07-23 深圳壹账通智能科技有限公司 Monitoring method and apparatus, computer device and storage medium
CN111522711A (en) * 2020-04-17 2020-08-11 北京奇艺世纪科技有限公司 Data monitoring processing system, method, execution end, monitoring end and electronic equipment

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114500319A (en) * 2022-02-15 2022-05-13 中国工商银行股份有限公司 Method and device for simulating and processing overtime abnormal scene
CN114500319B (en) * 2022-02-15 2024-01-26 中国工商银行股份有限公司 Method and device for simulating and processing overtime abnormal scene
CN114760188A (en) * 2022-03-04 2022-07-15 青岛海尔科技有限公司 Abnormal node determination method and device
CN114760188B (en) * 2022-03-04 2024-01-23 青岛海尔科技有限公司 Abnormal node determination method and device
CN115001952A (en) * 2022-05-25 2022-09-02 中移互联网有限公司 Fault positioning method and device for service interface
CN115001952B (en) * 2022-05-25 2023-09-19 中移互联网有限公司 Fault positioning method and device for service interface
CN114817340A (en) * 2022-06-30 2022-07-29 深圳红途科技有限公司 Data tracing method and device, computer equipment and storage medium
CN115022213A (en) * 2022-06-30 2022-09-06 福州畅昕信息科技有限公司 Method for identifying request abnormity and storage medium
CN114817340B (en) * 2022-06-30 2022-09-13 深圳红途科技有限公司 Data tracing method and device, computer equipment and storage medium
CN115022213B (en) * 2022-06-30 2024-04-05 福州畅昕信息科技有限公司 Method for identifying request abnormality and storage medium

Also Published As

Publication number Publication date
CN112615753B (en) 2022-08-30

Similar Documents

Publication Publication Date Title
CN112615753B (en) Link abnormity tracking method, first node, second node and link
CN111031058A (en) Websocket-based distributed server cluster interaction method and device
CN110990228A (en) Data interface monitoring method and device
CN113505520A (en) Method, device and system for supporting heterogeneous federated learning
CN110764881A (en) Distributed system background retry method and device
CN111464352A (en) Call link data processing method and device
CN114257532B (en) Method and device for detecting state of server
CN108305065A (en) Data processing method, terminal device and data processing system
CN107517188A (en) A kind of data processing method and device based on Android system
CN112600703B (en) Network equipment remote access fault positioning method and device
CN113051094A (en) Supervision data submission testing method and device
CN113485952A (en) Data batch transmission method and device
CN111767558A (en) Data access monitoring method, device and system
CN111930624A (en) Test link message data processing method and device
CN114285657B (en) Firewall security policy change verification method and device
CN113791984B (en) Automatic interface testing method and device
CN112905464B (en) Application running environment data processing method and device
CN113079085B (en) Business service interaction method, business service interaction device, business service interaction equipment and storage medium
CN113434423A (en) Interface test method and device
CN113158259A (en) Block chain integrity verification method and device
CN113515447A (en) System automation test method and device
CN113645151A (en) DUP equipment message management method and device
CN112101810A (en) Risk event control method, device and system
CN113328911B (en) Traffic link monitoring method and device during service operation
US20240152504A1 (en) Data interaction method, apparatus, and electronic device

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