CN114841710B - Method, device, equipment and medium for removing order when transaction system fails - Google Patents

Method, device, equipment and medium for removing order when transaction system fails Download PDF

Info

Publication number
CN114841710B
CN114841710B CN202210756001.3A CN202210756001A CN114841710B CN 114841710 B CN114841710 B CN 114841710B CN 202210756001 A CN202210756001 A CN 202210756001A CN 114841710 B CN114841710 B CN 114841710B
Authority
CN
China
Prior art keywords
order
transaction
message
service component
plug
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210756001.3A
Other languages
Chinese (zh)
Other versions
CN114841710A (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.)
Huarui Distributed Technology Changsha Co ltd
Shenzhen Huarui Distributed Technology Co ltd
Original Assignee
Huarui Distributed Technology Changsha Co ltd
Shenzhen Huarui Distributed 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 Huarui Distributed Technology Changsha Co ltd, Shenzhen Huarui Distributed Technology Co ltd filed Critical Huarui Distributed Technology Changsha Co ltd
Priority to CN202210756001.3A priority Critical patent/CN114841710B/en
Publication of CN114841710A publication Critical patent/CN114841710A/en
Application granted granted Critical
Publication of CN114841710B publication Critical patent/CN114841710B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/407Cancellation of a transaction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Abstract

The invention relates to the field of big data, and provides a method, a device, equipment and a medium for removing orders when a transaction system fails, which can subscribe a return message of a report service component through an order removing plugin, establish a removable order list in the order removing plugin according to the received return message, inform the order removing plugin to connect a transaction gateway when the transaction system failure is detected and the order removing plugin is started, acquire a message return breakpoint in the removable order list, pull the return message to the transaction gateway according to the message return breakpoint after the order removing plugin is successfully connected with the transaction gateway, update the removable order list according to the pulled return message to obtain a target removable order, generate an order removing request according to the target removable order, and disconnect the connection of the order removing plugin and the transaction gateway and recover the transaction system when the target removable order is successfully removed. By utilizing the invention, when the transaction system fails, the order can be timely removed based on the constructed independent order removing plug-in, and the order loss is effectively avoided.

Description

Method, device, equipment and medium for removing order when transaction system fails
Technical Field
The invention relates to the technical field of big data, in particular to a method, a device, equipment and a medium for removing a receipt when a transaction system fails.
Background
In dealer trading systems, system stability and reliability are very important. The security dealer trading system can provide the functions of order consignment and order withdrawing when in normal operation, and investors can conveniently make order consignment and withdraw orders (declared, partially committed, to-be-withdrawn and partially to-be-withdrawn). The quick and effective order removing function is very key to the investor to adjust the investment strategy and the investment direction in time. However, no matter how robust the system is, an emergency plan needs to be made for a catastrophic scene so as to normally process the single removing function under the scene that the system fails and most functions cannot be used, and thus the fund safety of investors is guaranteed.
When the emergency order removing mode is a one-key order removing and API (Application Programming Interface) order removing, etc., the emergency order removing mode is too dependent on the core transaction system, the order removing process needs the support of the transaction system to report to the exchange, and once the core transaction itself fails and cannot be recovered in a short time, the order removing operation cannot be executed. When a dual-system disaster recovery mode is used for emergency order removal, the problems of complex switching process, overlong switching time, easy order loss and the like exist, and the capital safety of investors cannot be completely guaranteed.
Disclosure of Invention
In view of the above, it is necessary to provide a method, an apparatus, a device and a medium for removing an order when a transaction system fails, which aims to solve the problems that the order cannot be removed in time and the order is easily lost when the transaction system fails.
A method for removing an order when a transaction system fails comprises the following steps:
constructing a list removing plug-in, and subscribing the report message of the report service component through the list removing plug-in;
when the order removing plug-in receives a return message issued by the newspaper service assembly, establishing a removable order list in the order removing plug-in according to the received return message;
when a transaction system fault is detected and the order withdrawing plug-in is started, informing the order withdrawing plug-in to connect a transaction gateway and acquiring a message return breakpoint in the removable order list;
after the order withdrawing plug-in is successfully connected with the transaction gateway, a return message is pulled to the transaction gateway according to the message return breakpoint;
updating the removable order list according to the pulled return message to obtain a target removable order;
generating a withdrawing request according to the target withdrawing order;
and when the target removable orders are all successfully removed, disconnecting the connection between the order removal plug-in and the transaction gateway and recovering the transaction system.
According to a preferred embodiment of the present invention, the subscription of the reward message to the reward service component through the revocation list plugin includes:
calling a specified application program interface through a configuration protocol;
connecting to preset message middleware through the application program interface;
and sending a request for subscribing the report message to the report service component through the preset message middleware.
According to a preferred embodiment of the present invention, the establishing, in the order withdrawing plugin according to the received reward message, a withdrawable order list includes:
when the state of the received return message is accepted by a transaction bureau, acquiring a preset field of the received return message in the bill withdrawing plugin;
maintaining the preset field to a form to obtain the removable order list;
when detecting that the state of the return message in the removable order list is transaction completion, or withdrawal, or transaction failure, determining the order corresponding to the detected return message as a completed order, and deleting the detected return message from the removable order list.
According to a preferred embodiment of the invention, the method further comprises:
when detecting that the transaction system generates error reporting information, determining that the transaction system has a fault and sending alarm information;
and when a starting instruction for the order removing plug-in is received, starting the order removing plug-in.
According to a preferred embodiment of the present invention, when notifying the receipt removing plug-in to connect to the transaction gateway, the method further comprises:
when the quotation service component is not abnormal and is in a connection state with the transaction gateway, informing the quotation service component to disconnect the connection with the transaction gateway, acquiring an account number used by the quotation service component to connect with the transaction gateway, feeding the account number back to the receipt removing plug-in, and after the quotation service component is disconnected with the transaction gateway, informing the receipt removing plug-in to establish connection with the transaction gateway by using the account number; or alternatively
When the quotation service component is abnormal and is in a disconnected state with the transaction gateway, an account number used by the quotation service component for connecting with the transaction gateway is obtained, the account number is fed back to the order removing plug-in, and the order removing plug-in is informed to establish connection with the transaction gateway by using the account number.
According to a preferred embodiment of the present invention, the pulling a reward message to the transaction gateway according to the message reward breakpoint comprises:
detecting whether a return message which is not maintained in the removable order list exists in the transaction gateway according to the message return breakpoint;
pulling the detected reward message to the transaction gateway.
According to a preferred embodiment of the present invention, said recovering said transaction system comprises:
when the report service component is not abnormal, informing the report service component to reconnect the transaction gateway;
and after the report service component is reconnected with the transaction gateway, a report message is pulled back to the transaction gateway through the report service component, and a release result is updated to the transaction engine according to the pulled report message.
A transaction system failure order removing device comprises:
the subscription unit is used for constructing a bill withdrawing plug-in and subscribing the return message of the report service component through the bill withdrawing plug-in;
the establishing unit is used for establishing a removable order list in the order removing plug-in unit according to the received return message when the order removing plug-in unit receives the return message issued by the report service component;
the notification unit is used for notifying the order removing plug-in to be connected with a transaction gateway and acquiring a message return breakpoint in the removable order list when the transaction system fault is detected and the order removing plug-in is started;
the pull unit is used for pulling a return message to the transaction gateway according to the message return breakpoint after the receipt removing plug-in is successfully connected with the transaction gateway;
the updating unit is used for updating the removable order list according to the pulled return message to obtain a target removable order;
the generating unit is used for generating an order withdrawing request according to the target withdrawable order;
and the recovery unit is used for disconnecting the connection between the order removing plug-in and the transaction gateway and recovering the transaction system when the target removable orders are successfully removed.
A computer device, the computer device comprising:
a memory storing at least one instruction; and
and the processor executes the instructions stored in the memory to realize the order withdrawing method when the transaction system fails.
A computer-readable storage medium having stored therein at least one instruction for execution by a processor in a computer device to implement a method of withdrawing orders in the event of a failure of the transaction system.
According to the technical scheme, when the transaction system fails, the order can be timely removed based on the constructed order removing plug-in, and the order is effectively prevented from being lost.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of the method for withdrawing orders when the transaction system fails.
FIG. 2 is a functional block diagram of a transaction system failure de-ordering device according to a preferred embodiment of the present invention.
FIG. 3 is a schematic structural diagram of a computer device for implementing the method for removing an order when the transaction system fails according to the preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
FIG. 1 is a flow chart of a preferred embodiment of the method for removing transaction orders when the transaction system fails. The order of the steps in the flow chart may be changed and some steps may be omitted according to different needs.
The method for withdrawing the transaction system when the transaction system fails is applied to one or more computer devices, wherein the computer devices are devices capable of automatically performing numerical calculation and/or information processing according to preset or stored instructions, and hardware of the computer devices includes but is not limited to a microprocessor, an Application Specific Integrated Circuit (ASIC), a Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), an embedded device, and the like.
The computer device may be any electronic product capable of performing human-computer interaction with a user, for example, a Personal computer, a tablet computer, a smart phone, a Personal Digital Assistant (PDA), a game machine, an interactive web Television (IPTV), an intelligent wearable device, and the like.
The computer device may also include a network device and/or a user device. The network device includes, but is not limited to, a single network server, a server group consisting of a plurality of network servers, or a Cloud Computing (Cloud Computing) based Cloud consisting of a large number of hosts or network servers.
The server may be an independent server, or may be a cloud server that provides basic cloud computing services such as a cloud service, a cloud database, cloud computing, a cloud function, cloud storage, a web service, cloud communication, a middleware service, a domain name service, a security service, a Content Delivery Network (CDN), and a big data and artificial intelligence platform.
Among them, artificial Intelligence (AI) is a theory, method, technique and application system that simulates, extends and expands human Intelligence using a digital computer or a machine controlled by a digital computer, senses the environment, acquires knowledge and uses the knowledge to obtain the best result.
The artificial intelligence infrastructure generally includes technologies such as sensors, dedicated artificial intelligence chips, cloud computing, distributed storage, big data processing technologies, operation/interaction systems, mechatronics, and the like. The artificial intelligence software technology mainly comprises a computer vision technology, a robot technology, a biological recognition technology, a voice processing technology, a natural language processing technology, machine learning/deep learning and the like.
The Network in which the computer device is located includes, but is not limited to, the internet, a wide area Network, a metropolitan area Network, a local area Network, a Virtual Private Network (VPN), and the like.
S10, constructing a bill removing plug-in, and subscribing the report message of a report Service assembly (ORS) through the bill removing plug-in.
In this embodiment, the drop card is a separate component or module.
In this embodiment, the offer service component is configured to offer to an exchange.
In this embodiment, the report message refers to a message issued by a transaction and used for representing a transaction status of an order (e.g., a transaction success, an order to be cancelled, a transaction failure, etc.).
In this embodiment, the subscribing, by the revocation plugin, the report message of the report service component includes:
calling a specified application program interface through a configuration protocol;
connecting to preset message middleware through the application program interface;
and sending a request for subscribing the report message to the report service component through the preset message middleware.
The configuration protocol refers to a communication protocol agreed between the ticket withdrawing plug-in and the report service component.
Wherein, the appointed application program interface is used for realizing the interaction between the order withdrawing plug-in and the report service component.
The preset message middleware is used for realizing data transmission between the order withdrawing plugin and the report service component, and is a message bus.
The receipt removing plug-in operates independently, passively receives the return message sent by the report service component to the core transaction, is completely decoupled from other components (such as an access gateway, a market gateway, and a TE (transaction Engine) core transaction), and only needs to use a small amount of bandwidth for data transmission through the preset message middleware, and the subscribed return message is that the report service component needs to be sent to the transaction core without additional processing, so that the receipt removing plug-in can neglect the influence on the transaction system under normal conditions, and cannot generate additional influence on the system, such as report delay, system resource occupation and other problems.
S11, when the order withdrawing plug-in receives the return message issued by the report service component, establishing a withdrawable order list in the order withdrawing plug-in according to the received return message.
In this embodiment, the establishing, in the order withdrawing plugin according to the received reward message, a withdrawable order list includes:
when the state of the received return message is accepted by a transaction bureau, acquiring a preset field of the received return message in the bill withdrawing plugin;
maintaining the preset field to a form to obtain the removable order list;
when detecting that the state of the return message in the removable order list is a committed order, a removed order or a transaction failure, determining the order corresponding to the detected return message as a completed order, and deleting the detected return message from the removable order list.
The corresponding return message may be analyzed according to the message headers, the message numbers, and the like of different return messages, so as to obtain the preset field of the received return message. For example: the preset field may be a combination of fields representing information such as the number of the tickets, the price of the tickets, the contract number, etc.
When the state of the report message is committed or removed or the transaction fails, the corresponding transaction is completed, and the order is not required to be removed and is not recorded in the removable order list, so that data redundancy is avoided and the accuracy of the order removal is not influenced.
And S12, when the transaction system fault is detected and the order withdrawing plug-in is started, the order withdrawing plug-in is informed to be connected with a transaction gateway, and a message return breakpoint in the order withdrawing list is obtained.
In this embodiment, it is first required to determine whether the transaction system fails and whether the receipt removing plug-in is activated, and specifically, the method further includes:
when detecting that the transaction system generates error reporting information, determining that the transaction system has a fault and sending alarm information;
and when a starting instruction for the order removing plug-in is received, starting the order removing plug-in.
Specifically, the error reporting information may be displayed on an interface of the operation and maintenance management system, and the alarm information may be sent to prompt a relevant worker (such as an operator) to perform timely processing. When the operator determines that the transaction system is in a fault and needs to start the order removing plug-in, the operator may trigger a relevant key or input a voice instruction and the like on an interface of the operation and maintenance management system to trigger a start instruction for the order removing plug-in, and at this time, the order removing plug-in is started.
In this embodiment, when notifying that the revocation plugin is connected to the transaction gateway, the method further includes:
when the quotation service component is not abnormal and is in a connection state with the transaction gateway, informing the quotation service component to disconnect the connection with the transaction gateway, acquiring an account number used by the quotation service component to connect with the transaction gateway, feeding the account number back to the receipt removing plug-in, and after the quotation service component is disconnected with the transaction gateway, informing the receipt removing plug-in to establish connection with the transaction gateway by using the account number; or alternatively
When the quotation service component is abnormal and is in a disconnected state with the transaction gateway, an account number used by the quotation service component for connecting with the transaction gateway is obtained, the account number is fed back to the order removing plug-in, and the order removing plug-in is informed to establish connection with the transaction gateway by using the account number.
In the embodiment, the same account number is adopted to establish connection with the transaction gateway, so that the problem of inconsistent data can be effectively avoided, and the result of withdrawing the unions is more accurate.
In addition, because the same account number is used for establishing connection with the transaction gateway, the connection between the ticket withdrawal plugin and the transaction gateway can be established only by disconnecting the connection between the ticket reporting service component and the transaction gateway.
Further, a message return breakpoint in the withdrawable order list is obtained. For example: when there are 100 return messages in the withdrawable order list, the sequence number of the 100 th return message is obtained and used as the message return breakpoint.
And S13, after the order withdrawing plug-in is successfully connected with the transaction gateway, pulling a return message to the transaction gateway according to the message return breakpoint.
It can be understood that, after the transaction system fails, it is likely that some report messages are not successfully issued, and therefore, in order to ensure that no order is missed, a report message needs to be pulled to the transaction gateway according to the message report breakpoint.
Specifically, the pulling the report message to the transaction gateway according to the message report breakpoint includes:
detecting whether a return message which is not maintained in the removable order list exists in the transaction gateway or not according to the message return breakpoint;
pulling the detected reward message to the transaction gateway.
For example: when the message reporting breakpoint is serial number 100, it may be detected from serial number 101 whether there is a reporting message that is not maintained in the removable order list in the transaction gateway, and if the reporting message with serial numbers 101 to 105 is not maintained in the removable order list, the reporting message with serial numbers 101 to 105 is pulled to the transaction gateway.
By pulling the return message which is issued but not maintained in the order-withdrawing list, the return message can be effectively prevented from being omitted, and the problem of losing the order when withdrawing the order is further avoided.
And S14, updating the removable order list according to the pulled return message to obtain the target removable order.
For example: and after the return message with the sequence number of 101-105 is pulled to the transaction gateway, updating the return message with the sequence number of 101-105 to the withdrawable order list in an increment mode, so that the target withdrawable order is the order corresponding to the return message with the sequence number of 001-105.
And S15, generating a withdrawing request according to the target withdrawing order.
The order withdrawing request is a request aiming at the target removable order so as to withdraw the trading order in a targeted manner.
And S16, when the target removable orders are all successfully removed, disconnecting the connection between the removal plug-in and the transaction gateway, and recovering the transaction system.
When the target withdrawable orders are successfully withdrawn, the connection between the order withdrawing plug-in and the transaction gateway is disconnected, so that the connection can be released, and the listing service component can be reconnected with the transaction gateway.
In this embodiment, the recovering the transaction system includes:
when the report service component is not abnormal, informing the report service component to reconnect the transaction gateway;
after the report service component is reconnected with the transaction gateway, a report message is pulled back to the transaction gateway through the report service component, and a report withdrawing result is updated to a Transaction Engine (TE) according to the pulled report message.
The failure of the transaction system may be caused by various reasons, such as failure of a transaction gateway, failure of a transaction engine, or failure of an inventory service component. Only when the report service component is not abnormal, the report service component can be informed to automatically reconnect the transaction gateway, and when the report service component is abnormal, the report service component needs related staff to perform manual recovery.
In addition, in the conventional manner, account checking synchronization is required after closing and clearing, and in this embodiment, after the transaction system is restored to normal, the offer service component is reconnected to the transaction gateway to pull an offer and synchronize the order status to the core transaction, so as to realize active update and restoration of the system resource ticket status.
It can be seen from the above technical solutions that, the present invention can construct a revocation list plugin, subscribe a reward message of a newspaper service component through the revocation list plugin, when the revocation list plugin receives a reward message issued by the newspaper service component, establish a revocation order list in the revocation list plugin according to the received reward message, when a transaction system failure is detected and the revocation list plugin is started, notify the revocation list plugin to connect a transaction gateway and obtain a message reward breakpoint in the revocation order list, after the revocation list plugin is successfully connected with the transaction gateway, pull the reward message to the transaction gateway according to the message reward breakpoint, update the revocation order list according to the pulled reward message, obtain a target revocation order, generate a revocation request according to the target revocation order, and when the target revocation order is successfully revoked, disconnect the connection between the revocation list plugin and the transaction gateway and restore the transaction system. By utilizing the invention, when the transaction system fails, the order can be timely removed based on the constructed independent order removing plug-in, and the order loss is effectively avoided.
Fig. 2 is a functional block diagram of a preferred embodiment of the transaction system failure de-ordering device according to the present invention. The transaction system failure revocation device 11 includes a subscription unit 110, an establishment unit 111, a notification unit 112, a pulling unit 113, an updating unit 114, a generation unit 115, and a recovery unit 116. A module/unit as referred to herein is a series of computer program segments stored in a memory that can be executed by a processor and that can perform a fixed function. In the present embodiment, the functions of the modules/units will be described in detail in the following embodiments.
The subscribing unit 110 constructs a revocation list plugin and subscribes a report message of an offer Service component (ORS) through the revocation list plugin.
In this embodiment, the singleton plugin is a stand-alone component or module.
In this embodiment, the offer service component is configured to offer to an exchange.
In this embodiment, the report message refers to a message issued by a transaction and used for representing a transaction status of an order (e.g., a transaction success, an order to be cancelled, a transaction failure, etc.).
In this embodiment, the subscribing unit 110 subscribes to the reward message of the reward service component through the revocation plugin, and includes:
calling a specified application program interface through a configuration protocol;
connecting to preset message middleware through the application program interface;
and sending a request for subscribing the report message to the report service component through the preset message middleware.
The configuration protocol refers to a communication protocol agreed between the ticket withdrawing plug-in and the report service component.
Wherein, the appointed application program interface is used for realizing the interaction between the order withdrawing plug-in and the report service component.
The preset message middleware is used for realizing data transmission between the bill removing plug-in and the report service component, and is a message bus.
The receipt removing plug-in operates independently, passively receives the return message sent by the report service component to the core transaction, is completely decoupled from other components (such as an access gateway, a market gateway, and a TE (transaction Engine) core transaction), and only needs to use a small amount of bandwidth for data transmission through the preset message middleware, and the subscribed return message is that the report service component needs to be sent to the transaction core without additional processing, so that the receipt removing plug-in can neglect the influence on the transaction system under normal conditions, and cannot generate additional influence on the system, such as report delay, system resource occupation and other problems.
When the order removing plug-in receives the report message issued by the report service component, the establishing unit 111 establishes a removable order list in the order removing plug-in according to the received report message.
In this embodiment, the establishing unit 111, in the withdrawing order plugin, establishing the withdrawable order list according to the received reward message includes:
when the state of the received return message is accepted by a transaction institute, acquiring a preset field of the received return message in the receipt removing plug-in;
maintaining the preset field to a form to obtain the removable order list;
when detecting that the state of the return message in the removable order list is transaction completion, or withdrawal, or transaction failure, determining the order corresponding to the detected return message as a completed order, and deleting the detected return message from the removable order list.
The corresponding return message can be analyzed according to the message headers, the message numbers and the like of different return messages, so as to obtain the preset field of the received return message. For example: the preset field may be a combination of fields representing information such as the number of the tickets, the price of the tickets, the contract number, etc.
When the state of the return message is committed or removed or the transaction fails, the corresponding transaction is completed, and the order is not required to be removed and is not recorded in the removable order list, so that data redundancy is avoided and the accuracy of order removal is not influenced.
When a transaction system failure is detected and the withdrawing plug-in is activated, the notification unit 112 notifies the withdrawing plug-in to connect to the transaction gateway and obtains a message return breakpoint in the withdrawable order list.
In this embodiment, it is first necessary to determine whether a transaction system fails and whether the receipt removing plug-in is started, specifically, when it is detected that the transaction system generates an error report message, it is determined that the transaction system fails, and an alarm message is sent;
and when a starting instruction for the order removing plug-in is received, starting the order removing plug-in.
Specifically, the error reporting information may be displayed on an interface of the operation and maintenance management system, and the alarm information may be sent to prompt a relevant worker (such as an operator) to perform timely processing. When the operator determines that the transaction system is in failure and needs to start the order removing plug-in, the operator may trigger a related key or input a voice instruction and the like on an interface of the operation and maintenance management system to trigger a start instruction for the order removing plug-in, and at this time, the order removing plug-in is started.
In this embodiment, when the receipt removing plug-in is notified to connect to a transaction gateway, when the offer service component is not abnormal and is in a connection state with the transaction gateway, the offer service component is notified to disconnect from the transaction gateway, an account number used by the offer service component for connecting with the transaction gateway is obtained, the account number is fed back to the receipt removing plug-in, and when the offer service component is disconnected from the transaction gateway, the receipt removing plug-in is notified to establish a connection with the transaction gateway by using the account number; or
When the offer service component is abnormal and is in a disconnected state with the transaction gateway, an account number used by the offer service component to be connected with the transaction gateway is obtained, the account number is fed back to the order withdrawing plugin, and the order withdrawing plugin is informed to establish connection with the transaction gateway by using the account number.
In the embodiment, the same account number is adopted to establish connection with the transaction gateway, so that the problem of inconsistent data can be effectively avoided, and the result of withdrawing the unions is more accurate.
In addition, because the same account number is used for establishing connection with the transaction gateway, the connection between the ticket withdrawal plug-in and the transaction gateway can be established only by disconnecting the connection between the ticket reporting service component and the transaction gateway.
Further, a message reward breakpoint in the withdrawable order list is obtained. For example: when there are 100 return messages in the withdrawable order list, the sequence number of the 100 th return message is obtained and used as the message return breakpoint.
After the receipt removing plug-in is successfully connected to the transaction gateway, the pulling unit 113 pulls a report message to the transaction gateway according to the message report breakpoint.
It can be understood that, after the transaction system fails, it is likely that some reward messages are not successfully issued, and therefore, in order to ensure that no order is missed to be cancelled, a reward message needs to be pulled to the transaction gateway according to the message reward breakpoint.
Specifically, the pulling unit 113 pulling the reward message to the transaction gateway according to the message reward breakpoint includes:
detecting whether a return message which is not maintained in the removable order list exists in the transaction gateway according to the message return breakpoint;
pulling the detected reward message to the transaction gateway.
For example: when the message reporting breakpoint is sequence number 100, it may be detected from sequence number 101 whether a reporting message that is not maintained in the removable order list exists in the transaction gateway, and if the reporting message with sequence numbers 101 to 105 is not maintained in the removable order list, the reporting message with sequence numbers 101 to 105 is pulled to the transaction gateway.
By pulling the return message which is issued but not maintained in the order-withdrawing list, the return message can be effectively prevented from being omitted, and the problem of losing the order when withdrawing the order is further avoided.
The updating unit 114 updates the removable order list according to the pulled report message, so as to obtain the target removable order.
For example: and after the return message with the sequence number of 101-105 is pulled from the transaction gateway, updating the return message increment with the sequence number of 101-105 to the withdrawable order list, so that the target withdrawable order is an order corresponding to the return message with the sequence number of 001-105.
The generating unit 115 generates a form removing request according to the target removable form.
The order withdrawing request is a request aiming at the target removable order, so that the trade order can be withdrawn in a targeted manner.
When all the target removable orders are successfully removed, the recovery unit 116 disconnects the removal plug-in from the trading gateway and recovers the trading system.
When the target removable orders are successfully removed, the connection between the removal plug-in and the transaction gateway can be released by disconnecting the removal plug-in, so that the report service component can be reconnected with the transaction gateway.
In this embodiment, the recovering unit 116 recovering the transaction system includes:
when the report service component is not abnormal, informing the report service component to reconnect the transaction gateway;
after the report service component is reconnected with the transaction gateway, a report message is pulled back to the transaction gateway through the report service component, and a report withdrawing result is updated to a Transaction Engine (TE) according to the pulled report message.
The failure of the transaction system may be caused by various reasons, such as failure of a transaction gateway, failure of a transaction engine, or failure of an inventory service component. Only when the report service component is not abnormal, the report service component can be informed to automatically reconnect the transaction gateway, and when the report service component is abnormal, the report service component needs related staff to perform manual recovery.
In addition, in the conventional manner, account checking synchronization is required after closing and clearing, and in this embodiment, after the transaction system is restored to normal, the offer service component is reconnected to the transaction gateway to pull an offer and synchronize the order status to the core transaction, so as to realize active update and restoration of the system resource ticket status.
According to the technical scheme, the order withdrawing plugin can be constructed, the return message of the newspaper service assembly is subscribed through the order withdrawing plugin, when the order withdrawing plugin receives the return message sent by the newspaper service assembly, a withdrawable order list is established in the order withdrawing plugin according to the received return message, when the transaction system fault is detected and the order withdrawing plugin is started, the order withdrawing plugin is informed to be connected with a transaction gateway, the message returning breakpoint in the withdrawable order list is obtained, after the order withdrawing plugin is successfully connected with the transaction gateway, the return message is pulled to the transaction gateway according to the message returning breakpoint, the withdrawable order list is updated according to the pulled message, a target withdrawable order is obtained, an order withdrawing request is generated according to the target withdrawable order, and when the target withdrawable order is successfully withdrawn, the connection between the order withdrawing plugin and the transaction gateway is disconnected, and the transaction system is recovered. By utilizing the invention, when the transaction system fails, the order can be timely removed based on the constructed independent order removing plug-in, and the order loss is effectively avoided.
Fig. 3 is a schematic structural diagram of a computer device for implementing the method for removing an order when a transaction system fails according to a preferred embodiment of the present invention.
The computer device 1 may comprise a memory 12, a processor 13 and a bus, and may further comprise a computer program stored in the memory 12 and operable on the processor 13, such as a de-ordering program in case of a transaction system failure.
It will be appreciated by those skilled in the art that the schematic diagram is merely an example of the computer device 1, and does not constitute a limitation to the computer device 1, the computer device 1 may be in a bus structure or a star structure, the computer device 1 may include more or less hardware or software than those shown, or different component arrangements, for example, the computer device 1 may further include an input and output device, a network access device, and the like.
It should be noted that the computer device 1 is only an example, and other electronic products that are now or may come into existence in the future, such as may be adapted to the present invention, should also be included within the scope of the present invention, and are hereby incorporated by reference.
The memory 12 includes at least one type of readable storage medium, which includes flash memory, removable hard disks, multimedia cards, card-type memory (e.g., SD or DX memory, etc.), magnetic memory, magnetic disks, optical disks, etc. The memory 12 may in some embodiments be an internal storage unit of the computer device 1, for example a removable hard disk of the computer device 1. The memory 12 may also be an external storage device of the computer device 1 in other embodiments, such as a plug-in removable hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), etc. provided on the computer device 1. Further, the memory 12 may also include both an internal storage unit and an external storage device of the computer device 1. The memory 12 can be used not only for storing application software installed in the computer device 1 and various types of data, such as a code of a receipt removal program at the time of a failure of the transaction system, etc., but also for temporarily storing data that has been output or will be output.
The processor 13 may be composed of an integrated circuit in some embodiments, for example, a single packaged integrated circuit, or may be composed of a plurality of integrated circuits packaged with the same or different functions, including one or more Central Processing Units (CPUs), microprocessors, digital Processing chips, graphics processors, and combinations of various control chips. The processor 13 is a Control Unit (Control Unit) of the computer device 1, connects each component of the whole computer device 1 by using various interfaces and lines, executes various functions of the computer device 1 and processes data by running or executing programs or modules (for example, executing a waybill program when a trading system fails, etc.) stored in the memory 12, and calling data stored in the memory 12.
The processor 13 executes the operating system of the computer device 1 and various installed application programs. The processor 13 executes the application program to implement the steps in the above-mentioned embodiments of the method of withdrawing a party when each transaction system fails, such as the steps shown in fig. 1.
Illustratively, the computer program may be divided into one or more modules/units, which are stored in the memory 12 and executed by the processor 13 to accomplish the present invention. The one or more modules/units may be a series of computer readable instruction segments capable of performing certain functions, which are used to describe the execution of the computer program in the computer device 1. For example, the computer program may be divided into a subscription unit 110, a setup unit 111, a notification unit 112, a pull unit 113, an update unit 114, a generation unit 115, a recovery unit 116.
The integrated unit implemented in the form of a software functional module may be stored in a computer-readable storage medium. The software functional module is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a computer device, or a network device) or a processor (processor) to execute a part of the receipt removing method in case of a failure of the transaction system according to various embodiments of the present invention.
The integrated modules/units of the computer device 1 may be stored in a computer-readable storage medium if they are implemented in the form of software functional units and sold or used as separate products. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented.
Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, read-Only Memory (ROM), random-access Memory, or the like.
Further, the computer-readable storage medium may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to the use of the blockchain node, and the like.
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
The bus may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one line is shown in FIG. 3, but that does not indicate only one bus or type of bus. The bus is arranged to enable connection communication between the memory 12 and at least one processor 13 or the like.
Although not shown, the computer device 1 may further include a power supply (such as a battery) for supplying power to each component, and preferably, the power supply may be logically connected to the at least one processor 13 through a power management device, so that functions of charge management, discharge management, power consumption management and the like are realized through the power management device. The power supply may also include any component of one or more dc or ac power sources, recharging devices, power failure detection circuitry, power converters or inverters, power status indicators, and the like. The computer device 1 may further include various sensors, a bluetooth module, a Wi-Fi module, and the like, which are not described herein again.
Further, the computer device 1 may further include a network interface, and optionally, the network interface may include a wired interface and/or a wireless interface (such as a WI-FI interface, a bluetooth interface, etc.), which are generally used to establish a communication connection between the computer device 1 and other computer devices.
Optionally, the computer device 1 may further comprise a user interface, which may be a Display (Display), an input unit, such as a Keyboard (Keyboard), and optionally a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display, which may also be referred to as a display screen or display unit, is suitable for displaying information processed in the computer device 1 and for displaying a visualized user interface.
It is to be understood that the described embodiments are for purposes of illustration only and that the scope of the appended claims is not limited to such structures.
Fig. 3 shows only the computer device 1 with the components 12-13, and it will be understood by a person skilled in the art that the structure shown in fig. 3 does not constitute a limitation of the computer device 1 and may comprise fewer or more components than shown, or a combination of certain components, or a different arrangement of components.
With reference to fig. 1, the memory 12 in the computer device 1 stores a plurality of instructions to implement an order withdrawal method in case of a transaction system failure, and the processor 13 can execute the plurality of instructions to implement:
constructing a list removing plug-in, and subscribing the report message of the report service component through the list removing plug-in;
when the order withdrawing plugin receives a return message issued by the report service component, a withdrawable order list is established in the order withdrawing plugin according to the received return message;
when a transaction system fault is detected and the order withdrawing plug-in is started, informing the order withdrawing plug-in to connect a transaction gateway and acquiring a message return breakpoint in the removable order list;
after the order withdrawing plug-in is successfully connected with the transaction gateway, a return message is pulled to the transaction gateway according to the message return breakpoint;
updating the removable order list according to the pulled return message to obtain a target removable order;
generating a withdrawing request according to the target withdrawing order;
and when the target removable orders are all successfully removed, disconnecting the connection between the order removal plug-in and the transaction gateway and recovering the transaction system.
Specifically, the specific implementation method of the instruction by the processor 13 may refer to the description of the relevant steps in the embodiment corresponding to fig. 1, which is not described herein again.
It should be noted that all data involved in the present application are legally acquired.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The invention is operational with numerous general purpose or special purpose computing system environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet-type devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like. The invention may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof.
The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference signs in the claims shall not be construed as limiting the claim concerned.
Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the present invention may also be implemented by one unit or means through software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (9)

1. A method for removing an order when a transaction system fails is characterized in that the method for removing the order when the transaction system fails comprises the following steps:
constructing a list removing plug-in, and subscribing the report message of the report service component through the list removing plug-in;
when the order removing plug-in receives a return message issued by the newspaper service assembly, establishing a removable order list in the order removing plug-in according to the received return message;
when a transaction system fault is detected and the order withdrawing plug-in is started, informing the order withdrawing plug-in to connect a transaction gateway and acquiring a message return breakpoint in the removable order list; wherein, when the withdrawing plugin is notified to connect to the transaction gateway, the method further comprises: when the quotation service component is not abnormal and is in a connection state with the transaction gateway, informing the quotation service component to disconnect the connection with the transaction gateway, acquiring an account number used by the quotation service component to connect with the transaction gateway, feeding the account number back to the receipt removing plug-in, and after the quotation service component is disconnected with the transaction gateway, informing the receipt removing plug-in to establish connection with the transaction gateway by using the account number; when the quotation service component is abnormal and is in a disconnected state with the transaction gateway, acquiring an account number used by the quotation service component for connecting with the transaction gateway, feeding the account number back to the order removing plug-in, and informing the order removing plug-in to establish connection with the transaction gateway by using the account number;
after the order withdrawing plug-in is successfully connected with the transaction gateway, a return message is pulled to the transaction gateway according to the message return breakpoint;
updating the removable order list according to the pulled return message to obtain a target removable order;
generating a bill removing request according to the target removable order;
and when the target removable orders are all successfully removed, disconnecting the connection between the order removal plug-in and the transaction gateway and recovering the transaction system.
2. The method of claim 1, wherein subscribing to the reward message of the reward service component through the revocation plugin comprises:
calling a specified application program interface through a configuration protocol;
connecting to preset message middleware through the application program interface;
and sending a request for subscribing the report message to the report service component through the preset message middleware.
3. The method of claim 1, wherein the step of establishing a withdrawable order list in the withdrawable order plug-in according to the received reward message comprises:
when the state of the received return message is accepted by a transaction bureau, acquiring a preset field of the received return message in the bill withdrawing plugin;
maintaining the preset field to a form to obtain the removable order list;
when detecting that the state of the return message in the removable order list is transaction completion, or withdrawal, or transaction failure, determining the order corresponding to the detected return message as a completed order, and deleting the detected return message from the removable order list.
4. A method of withdrawing orders upon failure of a transaction system as in claim 1, wherein the method further comprises:
when detecting that the transaction system generates error reporting information, determining that the transaction system has a fault and sending alarm information;
and when a starting instruction for the order removing plug-in is received, starting the order removing plug-in.
5. The method for withdrawing a receipt when the transaction system fails according to claim 1, wherein the pulling a reward message to the transaction gateway according to the message reward breakpoint comprises:
detecting whether a return message which is not maintained in the removable order list exists in the transaction gateway according to the message return breakpoint;
pulling the detected reward message to the transaction gateway.
6. A method of withdrawing a transaction system upon failure of a transaction system as recited in claim 1, wherein said recovering said transaction system comprises:
when the report service component is not abnormal, informing the report service component to reconnect the transaction gateway;
after the report service component is reconnected with the transaction gateway, a report message is pulled back to the transaction gateway through the report service component, and a report withdrawing result is updated to a transaction engine according to the pulled report message.
7. A transaction system failure order removing device is characterized in that the transaction system failure order removing device comprises:
the subscription unit is used for constructing a list removing plug-in and subscribing the return message of the report service component through the list removing plug-in;
the establishing unit is used for establishing a withdrawable order list in the withdrawing unit plug-in unit according to the received return message when the withdrawing unit plug-in unit receives the return message issued by the report service assembly;
the notification unit is used for notifying the order removing plug-in to be connected with a transaction gateway and acquiring a message return breakpoint in the removable order list when the transaction system fault is detected and the order removing plug-in is started; wherein, when notifying the receipt removing plug-in to connect the transaction gateway, the method further comprises: when the quotation service component is not abnormal and is in a connection state with the transaction gateway, informing the quotation service component to disconnect the connection with the transaction gateway, acquiring an account number used by the quotation service component to connect with the transaction gateway, feeding the account number back to the receipt removing plug-in, and after the quotation service component is disconnected with the transaction gateway, informing the receipt removing plug-in to establish connection with the transaction gateway by using the account number; when the quotation service component is abnormal and is in a disconnected state with the transaction gateway, acquiring an account number used by the quotation service component for connecting with the transaction gateway, feeding the account number back to the order removing plug-in, and informing the order removing plug-in to establish connection with the transaction gateway by using the account number;
the pull unit is used for pulling a return message to the transaction gateway according to the message return breakpoint after the receipt removing plug-in is successfully connected with the transaction gateway;
the updating unit is used for updating the removable order list according to the pulled return message to obtain a target removable order;
the generating unit is used for generating an order withdrawing request according to the target withdrawable order;
and the recovery unit is used for disconnecting the connection between the order removing plug-in and the transaction gateway and recovering the transaction system when the target removable orders are successfully removed.
8. A computer device, characterized in that the computer device comprises:
a memory storing at least one instruction; and
a processor executing instructions stored in the memory to implement a method of de-ordering upon failure of a transaction system as claimed in any one of claims 1 to 6.
9. A computer-readable storage medium characterized by: the computer-readable storage medium has stored therein at least one instruction that is executed by a processor in a computer device to implement the method of withdrawing orders in case of a failure of a transaction system according to any of claims 1 to 6.
CN202210756001.3A 2022-06-30 2022-06-30 Method, device, equipment and medium for removing order when transaction system fails Active CN114841710B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210756001.3A CN114841710B (en) 2022-06-30 2022-06-30 Method, device, equipment and medium for removing order when transaction system fails

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210756001.3A CN114841710B (en) 2022-06-30 2022-06-30 Method, device, equipment and medium for removing order when transaction system fails

Publications (2)

Publication Number Publication Date
CN114841710A CN114841710A (en) 2022-08-02
CN114841710B true CN114841710B (en) 2022-10-04

Family

ID=82573657

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210756001.3A Active CN114841710B (en) 2022-06-30 2022-06-30 Method, device, equipment and medium for removing order when transaction system fails

Country Status (1)

Country Link
CN (1) CN114841710B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116225789B (en) * 2023-05-09 2023-08-11 深圳华锐分布式技术股份有限公司 Transaction system backup capability detection method, device, equipment and medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102982484A (en) * 2012-11-30 2013-03-20 国泰君安证券股份有限公司 Dedicated trade node for securities margin trading and brokerage platform thereof
CN104199866A (en) * 2014-08-18 2014-12-10 中国建设银行股份有限公司 Offering machine exception handling method and device
CN112613860A (en) * 2020-12-17 2021-04-06 东方证券股份有限公司 Deep traffic institute TGW-based cluster disk reporting system
CN113220540A (en) * 2021-06-07 2021-08-06 深圳华锐金融技术股份有限公司 Service management method, device, computer equipment and storage medium
CN113574834A (en) * 2020-02-28 2021-10-29 新华三技术有限公司 Route updating method and device
CN114549208A (en) * 2022-02-24 2022-05-27 上海金融期货信息技术有限公司 Standardized emergency bill removing system based on transaction gateway

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102982484A (en) * 2012-11-30 2013-03-20 国泰君安证券股份有限公司 Dedicated trade node for securities margin trading and brokerage platform thereof
CN104199866A (en) * 2014-08-18 2014-12-10 中国建设银行股份有限公司 Offering machine exception handling method and device
CN113574834A (en) * 2020-02-28 2021-10-29 新华三技术有限公司 Route updating method and device
CN112613860A (en) * 2020-12-17 2021-04-06 东方证券股份有限公司 Deep traffic institute TGW-based cluster disk reporting system
CN113220540A (en) * 2021-06-07 2021-08-06 深圳华锐金融技术股份有限公司 Service management method, device, computer equipment and storage medium
CN114549208A (en) * 2022-02-24 2022-05-27 上海金融期货信息技术有限公司 Standardized emergency bill removing system based on transaction gateway

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于容错软件总线的报单处理系统的设计与实现;王赛锋;《中国优秀硕士学位论文全文数据库-信息科技辑》;20080715(第7期);I138-233 *

Also Published As

Publication number Publication date
CN114841710A (en) 2022-08-02

Similar Documents

Publication Publication Date Title
US20220253548A1 (en) Method and system for a distributed computing system
CN113360579A (en) Database high-availability processing method and device, electronic equipment and storage medium
CN115118738B (en) Disaster recovery method, device, equipment and medium based on RDMA
CN114841710B (en) Method, device, equipment and medium for removing order when transaction system fails
CN103475696A (en) System and method for monitoring state of cloud computing cluster server
US20070271304A1 (en) Method and system of tiered quiescing
CN114816820A (en) Method, device, equipment and storage medium for repairing chproxy cluster fault
CN112256783A (en) Data export method and device, electronic equipment and storage medium
CN113377557A (en) Service processing method and system and electronic equipment
CN115147031B (en) Clearing workflow execution method, device, equipment and medium
CN114399397A (en) Renewal tracking method, device, equipment and medium
CN115002062B (en) Message processing method, device, equipment and readable storage medium
CN115658745A (en) Data processing method, data processing device, computer equipment and computer readable storage medium
CN114820132A (en) Order distribution method and device, electronic equipment and storage medium
CN114741422A (en) Query request method, device, equipment and medium
CN115277376B (en) Disaster recovery switching method, device, equipment and medium
CN117851520A (en) Data synchronization method, system, equipment and medium of securities core transaction engine
CN116418896B (en) Task execution method, device, equipment and medium based on timer
CN116860508B (en) Distributed system software defect continuous self-healing method, device, equipment and medium
CN116225789B (en) Transaction system backup capability detection method, device, equipment and medium
CN113687834B (en) Distributed system node deployment method, device, equipment and medium
CN114244638B (en) Multicast network communication method, device, equipment and medium
JP2008217188A (en) Failure recovery operation support system and failure recovery operation support method
CN114139199A (en) Data desensitization method, apparatus, device and medium
CN108874621B (en) File monitoring method and device, electronic equipment and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant