EP4586102A1 - System and method for managing packet transmission issues in high-performance computers - Google Patents

System and method for managing packet transmission issues in high-performance computers

Info

Publication number
EP4586102A1
EP4586102A1 EP24305074.7A EP24305074A EP4586102A1 EP 4586102 A1 EP4586102 A1 EP 4586102A1 EP 24305074 A EP24305074 A EP 24305074A EP 4586102 A1 EP4586102 A1 EP 4586102A1
Authority
EP
European Patent Office
Prior art keywords
node
packet
time period
predefined time
nodes
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
EP24305074.7A
Other languages
German (de)
French (fr)
Inventor
Ghassan Chehaibar
Alexandre Louvet
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.)
Bull SAS
Original Assignee
Bull SAS
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 Bull SAS filed Critical Bull SAS
Priority to EP24305074.7A priority Critical patent/EP4586102A1/en
Priority to US19/011,834 priority patent/US20250233909A1/en
Publication of EP4586102A1 publication Critical patent/EP4586102A1/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/173Interprocessor communication using an interconnection network, e.g. matrix, shuffle, pyramid, star, snowflake
    • G06F15/17306Intercommunication techniques
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/12Avoiding congestion; Recovering from congestion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/143Termination or inactivation of sessions, e.g. event-controlled end of session
    • H04L67/145Termination or inactivation of sessions, e.g. event-controlled end of session avoiding end of session, e.g. keep-alive, heartbeats, resumption message or wake-up for inactive or interrupted session

Definitions

  • the technical field of the invention is the field of high-performance computing, also referred to as "HPC”.
  • a packet can be dropped because a network link is down: in such a case, the packet must be retransmitted via a different path.
  • the destination node can be congested: the packet should be retransmitted but with an increased waiting delay as compared to a waiting delay of the first transmission.
  • the destination node can be down: the packet transfer should be failed and recovered at the application level (the first two scenarios are handled at the transport level).
  • Another solution consists in sending periodically heartbeat messages to detect and handle network or system failures of nodes or daemons that belong to a network cluster, and to ensure high availability and fault tolerance of network services by using redundant nodes to take over the load of failed nodes.
  • the heartbeat messages are sent by each node to all other nodes: it generates a lot of messages if the clusters have tens of thousands of nodes.
  • the present invention solves the above-mentioned problems by providing a solution to detect three different types of network issues arising in interconnect networks of high-performance computers.
  • this is satisfied by providing a Node of a High-Performance Computer, the node being interconnected to a plurality of other nodes via an interconnect network, the node being configured to:
  • the active waiting during the first predetermined time period permits to detect and solve broken links issues in the interconnect network
  • the periodical sending of heartbeat messages permits to detect if a receiving node is up or down and to act in consequence
  • the waiting for a negative acknowledgment permits to detect when a receiving node is congested and to send the packet later, when the receiving node is less congested.
  • the invention enables a sending node to detect and solve the three different issues, and to act as a receiving node by informing the other nodes if it is itself congested. That way, all the nodes can detect and manage all the different issues which could arise in an interconnect network of a high-performance computer.
  • the data exchanges are thus more reliable and the network is more resilient.
  • the node of a high-performance computer according to the invention may also have one or more of the following characteristics, considered individually or according to any technically possible combinations thereof:
  • Another aspect of the invention relates to a High-Performance Computer comprising at least a plurality of nodes according to the invention and the interconnect network interconnecting the plurality of nodes, the interconnect network being configured to transport packets between nodes of the plurality of nodes.
  • the high-performance computer according to the invention may also have one or more of the following characteristics, considered individually or according to any technically possible combinations thereof:
  • Another aspect of the invention relates to a method implemented by each node of the plurality of nodes of the high-performance computer according to the invention comprising at least:
  • the negative acknowledgement and the heartbeat messages and the acknowledgements to the heartbeat messages are application-level messages, and the acknowledgement for the packet is a transport-level message.
  • the invention is a high-performance computer such as the one represented schematically in Figure 1 , wherein nodes implement different network issue management solutions.

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Cardiology (AREA)
  • Health & Medical Sciences (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention concerns a High-Performance Computer (1) comprising a plurality of nodes (10) wherein each node is configured to:
- Wait for a first time period after sending a packet, and retransmit said packet if an acknowledgement for the packet has not been received in the first time period,
- Periodically send a heartbeat message to each other node having a pending transaction with said node, wait for a second time period after sending a heartbeat message, abort the pending transaction if an acknowledgement for the heartbeat message has not been received in the second period,
- When receiving a negative acknowledgement after sending a packet, retransmit said packet after a third time period starting from the reception of the negative acknowledgement,
- Wait for a fourth time period and drop a packet if said node is congested during the fourth period and send a negative acknowledgement message.

Description

    TECHNICAL FIELD
  • The technical field of the invention is the field of high-performance computing, also referred to as "HPC".
  • The present document concerns a system and method for managing packet transmission issues in a high-performance computer, and in particular for distinguishing between several types of packet transmission issues in a high-performance computer.
  • STATE OF THE ART
  • High Performance Computing (HPC) requires high bandwidth, low latency interconnect network communications. It uses specialized hardware, such as network switches and NICs (Network Interface Controllers) and their associated software stacks, to create an interconnect network, configured to interconnect compute and storage nodes, to execute high-performance applications. In such interconnect networks, such as BXI (for "Bull eXascale Interconnect"), nodes communicate in particular by exchanging network packets.
  • When transferring packets between two nodes in an interconnect network, several issues can arise. These issues can result in delayed and/or lost packets.
  • In a first scenario, a packet can be dropped because a network link is down: in such a case, the packet must be retransmitted via a different path.
  • In a second scenario, the destination node can be congested: the packet should be retransmitted but with an increased waiting delay as compared to a waiting delay of the first transmission.
  • In a third scenario, the destination node can be down: the packet transfer should be failed and recovered at the application level (the first two scenarios are handled at the transport level).
  • The three cases described previously are currently handled with a single timeout on response reception. This does not permit to detect and resolve which issue arose. Indeed, in the congestion case, in traditional solutions, a packet is silently dropped, and it is the retransmission timeout that detects it: there is no distinction between link failure and intermediate node congestion. Another solution consists in sending periodically heartbeat messages to detect and handle network or system failures of nodes or daemons that belong to a network cluster, and to ensure high availability and fault tolerance of network services by using redundant nodes to take over the load of failed nodes. The heartbeat messages are sent by each node to all other nodes: it generates a lot of messages if the clusters have tens of thousands of nodes.
  • There is therefore a need for a solution enabling to detect and solve the three different network issues discussed previously which can arise when transferring network packets in a high-performance computer.
  • SUMMARY OF THE INVENTION
  • The present invention solves the above-mentioned problems by providing a solution to detect three different types of network issues arising in interconnect networks of high-performance computers.
  • According to a first aspect of the invention, this is satisfied by providing a Node of a High-Performance Computer, the node being interconnected to a plurality of other nodes via an interconnect network, the node being configured to:
    • Wait for a first predefined time period after sending a packet to another node, and retransmit said packet if an acknowledgement for the packet has not been received in the first predefined time period, and
    • Periodically send a heartbeat message to each other node having a pending transaction with said node, wait for a second predefined time period after sending a heartbeat message, and abort the pending transaction if an acknowledgement for the heartbeat message has not been received in the second predefined time period, and
    • When receiving a negative acknowledgement after sending a packet to another node, retransmit said packet after the negative acknowledgement has been received, said packet being retransmitted after a third predefined time period starting from the reception of the negative acknowledgement, and
    • Wait for a fourth predefined time period after receiving a packet and drop the packet if said node is congested during the fourth predefined time period and send a negative acknowledgement message to the node having sent the dropped packet.
  • Thanks to the invention, different types of network issues can be detected in an interconnect network of a high-performance computer, and different solutions can be implemented as a function of the detected issue. This permits a much more fine-tuned management of the different issues that the interconnect network may face. For example, the active waiting during the first predetermined time period permits to detect and solve broken links issues in the interconnect network, the periodical sending of heartbeat messages permits to detect if a receiving node is up or down and to act in consequence, and the waiting for a negative acknowledgment permits to detect when a receiving node is congested and to send the packet later, when the receiving node is less congested. The invention enables a sending node to detect and solve the three different issues, and to act as a receiving node by informing the other nodes if it is itself congested. That way, all the nodes can detect and manage all the different issues which could arise in an interconnect network of a high-performance computer. The data exchanges are thus more reliable and the network is more resilient.
  • The node of a high-performance computer according to the invention may also have one or more of the following characteristics, considered individually or according to any technically possible combinations thereof:
    • the preceding claim wherein the first predefined time period is inferior to the second predefined time period and to the third predefined time period, and wherein the third predefined time period is inferior to the second predefined time period.
    • the first predefined time period is comprised between 5 and 10 microseconds, wherein the second predefined time period is comprised between 5 and 15 seconds, and wherein the third predefined time period is comprised between 100 microseconds and 1 millisecond.
  • Another aspect of the invention relates to a High-Performance Computer comprising at least a plurality of nodes according to the invention and the interconnect network interconnecting the plurality of nodes, the interconnect network being configured to transport packets between nodes of the plurality of nodes.
  • The high-performance computer according to the invention may also have one or more of the following characteristics, considered individually or according to any technically possible combinations thereof:
    • the interconnect network is a Bull eXascale Interconnect "BXI" network.
    • the High-Performance Computer comprises at least one cabinet and wherein at least one node of the plurality of nodes is a compute node comprised in a compute blade comprised in the at least one cabinet.
  • Another aspect of the invention relates to a method implemented by each node of the plurality of nodes of the high-performance computer according to the invention comprising at least:
    • Sending a packet to another node,
    • Wait for a first predefined time period after sending the packet, and retransmit said packet if an acknowledgement for the packet has not been received in the first predefined time period, and
    • Periodically send a heartbeat message to each other node having a pending transaction with said node, wait for a second predefined time period after sending a heartbeat message, and abort the pending transaction if an acknowledgement for the heartbeat message has not been received in the second predefined time period, and
    • When receiving a negative acknowledgement after sending a packet to another node, retransmit said packet after the negative acknowledgement has been received, said packet being retransmitted after a third predefined time period starting from the reception of the negative acknowledgement, and
    • Wait for a fourth predefined time period after receiving a packet and drop the packet if said node is congested during the fourth predefined time period and send a negative acknowledgement message to the node having sent the dropped packet.
  • In an embodiment of the method, the negative acknowledgement and the heartbeat messages and the acknowledgements to the heartbeat messages are application-level messages, and the acknowledgement for the packet is a transport-level message.
  • Another aspect of the invention relates to a computer program product comprising instructions which, when the program is executed by the high-performance computer according to the invention, cause the high-performance computer to carry out the method according to the invention.
  • Another aspect of the invention relates to a computer-readable medium having stored thereon the computer program product of the invention.
  • The invention finds a particular interest in high-performance computers performing computations for transmitting network communications between compute nodes.
  • BRIEF DESCRIPTION OF THE FIGURES
  • Other characteristics and advantages of the invention will become clear from the description that is given thereof below, by way of indication and in no way limiting, with reference to the appended figures, among which:
    • Figure 1 is a schematic representation of a system configured to implement a method according to the invention,
    • Figure 2 is a schematic representation of a method according to the invention.
    DETAILED DESCRIPTION
  • For greater clarity, identical or similar elements are marked by identical reference signs in all of the figures.
  • The invention is a high-performance computer such as the one represented schematically in Figure 1, wherein nodes implement different network issue management solutions.
  • Figure 1 is a schematic representation of an embodiment of a system according to the invention.
  • The system 1 represented in Figure 1 comprises a plurality of nodes 10 connected to a network 11. The nodes 10 can be comprised in a compute blade (not shown) of the high-performance computer. To do so, such a compute blade is comprised in a cabinet of the high-performance computer. A high-performance computer can comprise several cabinets, each cabinet comprising one or more compute blades and/or one or more storage blades, the cabinets being linked via a high-bandwidth, low-latency network. A compute blade preferably comprises several compute nodes 10.
  • A compute node 10 comprises a couple processor-memory 101 and 102. The compute node 10 comprises a processor 101 and a memory 102 communicatively coupled, so that the memory 102 can store instructions and the processor 101 can execute said instructions by accessing the memory 102. A processor is a device able to perform computations. When the instructions stored by the memory 102 are executed by the processor 101, the processor 101 performs the actions defined in the instructions. Examples of such actions are computations, and, in particular in high-performance computers, intensive computations, such as weather forecasting or simulation.
  • Each compute node 10 further comprises a network interface card 103, also referred to as "NIC". The network interface card 103 permits to communicate via the network 11, for example with another compute node 10, comprised in the same compute blade or not, and/or comprised in the same cabinet or not.
  • To execute an instance of a high-performance computing application, the processor 101 executes instructions stored by the memory 102 of the node 10.
  • The network 11 is an interconnect network, preferably a "BXI" network, also known as Bull eXascale Interconnect. Preferably, the network 11 is a BXI network version 2 or 3. The interconnect network 11 transports packets exchanged between the nodes 10. When a node 10 sends data to another node 10, the data is encapsulated in a network packet which is routed through the network 11 towards its destination. At any point in time, two nodes 10 exchanging data are said to have a pending transaction, a transaction being an exchange of data.
  • The invention permits to distinguish between different network issues which can arise when transmitting data packets between nodes. To solve this problem, each node 10 of the plurality of nodes 10 is configured to implement three different timeouts and therefore three different methods. By "configured to implement a method" is meant that a node stores instructions which, when executed by the node, lead the node to perform said method. This can be done by implementing a software for example.
  • First, to detect a broken network link, each node 10 of the high-performance computer 1 is configured to wait for a first predefined time period after sending a packet to another node 10, and to retransmit said packet when an acknowledgement for the packet has not been received during the first predefined time period. Indeed, when sending a packet from a first node 10 to a second node 10, the second node 10 should answer to the first node 10, with an acknowledgement, that it has received the packet. If the first node 10 does not receive the acknowledgement within the first predetermined time period, it can be deduced that a network link between the first node 10 and the second node 10 is broken, and that the packet should be sent again because there is a high chance it has been dropped. The packet will then take another path to reach the second node 10, because the fabric routing has been updated in the meantime. The first predefined time period is for example comprised between 5 and 10 microseconds, as it is not necessary to wait for an extended period of time as several paths coexist between the first and second nodes 10. This first timeout is a transport-level (of the OSI ("Open Systems Interconnection") model) timeout, for example implemented using TCP.
  • Secondly, to detect that a destination node 10 is down, the first node 10 is also configured to periodically send a heartbeat message to each other node 10 with which the first node 10 has a pending transaction, that is with each other node 10 with which packet(s) is (are) being exchanged. The first node 10 then waits for a second predefined time period after sending each heartbeat message and aborts the transaction, that is it aborts the sending of the packet, when an acknowledgement for the heartbeat message has not been received within the second predefined time period. This second timeout is an application-level timeout, meaning that it is implemented by the first node 10 at the application level of the OSI model. The first node 10 drops the transaction when it does not receive an acknowledgement to a heartbeat message by the receiving second node 10. The heartbeats and acknowledgements are therefore application-level messages. This permits to detect that the transaction has failed, and to not uselessly retransmit the data. The second predefined time period is for example of the duration of two periods separating the sending of heartbeats, that is of two heartbeats, and can be comprised between 5 and 15 seconds, preferably of the order of 10 seconds. A timeout of long duration is chosen to avoid flooding the network with the heartbeat messages, and short enough to detect that a node has died (smaller than a reboot time of a node, for instance). This second timeout has a long duration as it is needed to make sure the node is effectively down, for example because of the failure of its operating system or of one of its components. After the transactions have been dropped, the transactions have to be initiated again when it is made sure that the destination node 10 is up.
  • Thirdly, to detect the network congestion of nodes 10, the first node 10 is also configured to retransmit a sent packet when a negative acknowledgement has been received from the destination node 10 of said sent packet. The packet is only retransmitted after a third predefined time period starting from the reception of the negative acknowledgement. This also necessitates all the nodes 10 of the plurality of nodes 10 of the high-performance computer 1 to be configured to send a negative acknowledgement when they are congested at the application-level. Indeed, in the invention, the third timeout is associated to a negative acknowledgement which is an application-level negative acknowledgement and not a network-level negative acknowledgement. The negative acknowledgement is not used for packet error, but solely to inform each node 10 having a pending transaction with the congested node 10 that the node 10 is congested. When a node 10 is congested at the application-level, all the packets are in a buffer and the node 10 cannot process all the packets of the buffer. When the receiving node 10 detects that it will not be able to handle all the packets in its buffers, it sends a negative acknowledgement "NACK BUSY" to all the nodes 10 having a pending transaction with it to inform said nodes 10 that the congested node 10 will drop all the packets present in its buffers. The informed nodes 10 are then configured to retransmit the packets after having waited for the third predefined time period starting from the reception of the negative acknowledgement. This permits to make sure the congested node 10 had time to drop the packets it had to receive and to decongest itself before receiving packets again. The third predefined time period is preferably comprised between 750 milliseconds and 2 seconds, preferably the third predefined time period is 1 second. A fourth predefined time period is a time period after which a node drops packets when it detects it is busy. Such a fourth predefined time period is preferably comprised between 1 and 10 microseconds and the node sends a negative acknowledgement after this fourth time period, which starts from the detection, by the node, of the fact that the node is busy. This detection happens when a packet is received and cannot be handled because of a lack of resources, as the node is busy. The invention also concerns a method of managing network issues. Such a method according to the invention is represented schematically in Figure 2. The method 2 is implemented by each node 10 of the plurality of nodes 10 of the high-performance computer 1.
  • The method 2 first comprises a step 21 of sending a packet to another node 10.
  • After sending a packet to another node 10 at step 21, the method 2 comprises a step 22 of waiting for the first predefined time period after sending the packet and retransmit said packet when an acknowledgement for the packet has not been received in the first predefined time period. This step 22 of the method 2 is therefore only performed if an acknowledgement for the packet has not been received in the first predefined time period.
  • After sending a packet to another node at step 21, the method 2 comprises a step 23 of, when receiving a negative acknowledgement from the destination node 10 of the packet, retransmitting said packet after the negative acknowledgement has been received, said packet being retransmitted after a third predefined time period starting from the reception of the negative acknowledgement. This step 23 of the method 2 is therefore only performed if the negative acknowledgement has been received.
  • The method also comprises a step 24 of periodically sending a heartbeat message to each other node 10 having a pending transaction with said node 10, wait for a second predefined time period after sending a heartbeat message, and abort the pending transaction when an acknowledgement for the heartbeat message has not been received in the second predefined time period. This step 24 of the method 2 is therefore only performed if an acknowledgement for the heartbeat message has not been received in the second predefined time period.
  • The method further comprises a step 25 of dropping a received packet when the node 10 implementing the method is congested and of sending a negative acknowledgement message to the node 10 having sent the dropped packet. This permits all the other nodes 10 of the high-performance computer 1 to be able to perform the step 23 of the method 2.
  • The step 21 to 25 of the method 2 can be performed in any order, as long as the step 22, the step 23 and the step 24 are performed after the step 21 of sending a packet. An example of an order for the steps 21 to 25 is shown at Figure 2, showing the three issues arising for the same node 10 performing the method 2, for example for different packets sent by the node 10 and if the node 10 is congested.

Claims (10)

  1. Node (10) of a High-Performance Computer (1), the node being interconnected to a plurality of other nodes via an interconnect network (11), the node (10) being configured to:
    - Wait (22) for a first predefined time period after sending (21) a packet to another node, and retransmit said packet if an acknowledgement for the packet has not been received in the first predefined time period, and
    - Periodically send (24) a heartbeat message to each other node having a pending transaction with said node, wait for a second predefined time period after sending a heartbeat message, and abort the pending transaction if an acknowledgement for the heartbeat message has not been received in the second predefined time period, and
    - When receiving a negative acknowledgement (22) after sending (21) a packet to another node, retransmit said packet after the negative acknowledgement has been received, said packet being retransmitted after a third predefined time period starting from the reception of the negative acknowledgement, and
    - Wait for a fourth predefined time period after receiving a packet and drop (25) the packet if said node is congested during the fourth predefined time period and send a negative acknowledgement message to the node having sent the dropped packet.
  2. Node (10) according to the preceding claim wherein the first predefined time period is inferior to the second predefined time period and to the third predefined time period, and wherein the third predefined time period is inferior to the second predefined time period.
  3. Node (10) according to any one of the preceding claims wherein the first predefined time period is comprised between 5 and 10 microseconds, wherein the second predefined time period is comprised between 5 and 15 seconds, and wherein the third predefined time period is comprised between 100 microseconds and 1 millisecond.
  4. High-Performance Computer (1) comprising at least a plurality of nodes (10) according to any one of the preceding claims and the interconnect network (11) interconnecting the plurality of nodes (10), the interconnect network (11) being configured to transport packets between nodes of the plurality of nodes (10).
  5. High-Performance Computer (1) according to claim 4 wherein the interconnect network is a Bull eXascale Interconnect "BXI" network.
  6. High-Performance Computer (1) according to any one of claims 4 or 5 comprising at least one cabinet and wherein at least one node of the plurality of nodes is a compute node comprised in a compute blade comprised in the at least one cabinet.
  7. Method (2) implemented by each node of the plurality of nodes (10) of the high-performance computer (1) according to any of the claims 4 to 6 comprising at least:
    - Sending (21) a packet to another node,
    - Wait (22) for a first predefined time period after sending (21) the packet, and retransmit said packet if an acknowledgement for the packet has not been received in the first predefined time period, and
    - Periodically send (24) a heartbeat message to each other node having a pending transaction with said node, wait for a second predefined time period after sending a heartbeat message, and abort the pending transaction if an acknowledgement for the heartbeat message has not been received in the second predefined time period, and
    - When receiving a negative acknowledgement (23) after sending (21) a packet to another node, retransmit said packet after the negative acknowledgement has been received, said packet being retransmitted after a third predefined time period starting from the reception of the negative acknowledgement, and
    - Wait for a fourth predefined time period after receiving a packet and drop (25) a received packet when said node is congested during the fourth predefined time period and send a negative acknowledgement message to the node having sent the dropped packet.
  8. Method (2) according to claim 7 wherein the negative acknowledgement and the heartbeat messages and the acknowledgements to the heartbeat messages are application-level messages, and wherein the acknowledgement for the packet is a transport-level message.
  9. A computer program product comprising instructions which, when the program is executed by the high-performance computer (1) according to any one of claims 4 to 6, cause the high-performance computer (1) to carry out the method (2) according to any of claims 7 to 8.
  10. A computer-readable medium having stored thereon the computer program product of claim 9.
EP24305074.7A 2024-01-11 2024-01-11 System and method for managing packet transmission issues in high-performance computers Pending EP4586102A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP24305074.7A EP4586102A1 (en) 2024-01-11 2024-01-11 System and method for managing packet transmission issues in high-performance computers
US19/011,834 US20250233909A1 (en) 2024-01-11 2025-01-07 System and method for managing packet transmission issues in high-performance computers

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
EP24305074.7A EP4586102A1 (en) 2024-01-11 2024-01-11 System and method for managing packet transmission issues in high-performance computers

Publications (1)

Publication Number Publication Date
EP4586102A1 true EP4586102A1 (en) 2025-07-16

Family

ID=90789390

Family Applications (1)

Application Number Title Priority Date Filing Date
EP24305074.7A Pending EP4586102A1 (en) 2024-01-11 2024-01-11 System and method for managing packet transmission issues in high-performance computers

Country Status (2)

Country Link
US (1) US20250233909A1 (en)
EP (1) EP4586102A1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0973294B1 (en) * 1998-06-29 2007-03-21 Microsoft Corporation Method and computer program product for efficiently and reliably sending small data messages from a sending system to a large number of receiving systems

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0973294B1 (en) * 1998-06-29 2007-03-21 Microsoft Corporation Method and computer program product for efficiently and reliably sending small data messages from a sending system to a large number of receiving systems

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
DAWSON S ET AL: "PROBING AND FAULT INJECTION OF DEPENDABLE DISTRIBUTED PROTOCOLS", COMPUTER JOURNAL, OXFORD UNIVERSITY PRESS, SURREY, GB, vol. 38, no. 4, 1 January 1995 (1995-01-01), pages 286 - 300, XP000580020, ISSN: 0010-4620 *

Also Published As

Publication number Publication date
US20250233909A1 (en) 2025-07-17

Similar Documents

Publication Publication Date Title
US6744765B1 (en) Mechanism for completing messages in memory
US8386586B2 (en) Distributed kernel operating system
US8190960B1 (en) Guaranteed inter-process communication
EP2216955B1 (en) Network interface device
US11757803B2 (en) High availability application messaging layer
US6934768B1 (en) Dynamic modification of fragmentation size cluster communication parameter in clustered computer system
CN114520711B (en) Selective retransmission of data packets
US20110078313A1 (en) Method and system for managing a connection in a connection oriented in-order delivery environment
EP3739784A1 (en) Data packet sending method and related device
US8667184B2 (en) Distributed kernel operating system
JP2011518486A (en) Method for enabling faster recovery of client applications in case of server failure
WO2022056791A1 (en) Packet retransmission method and apparatus
EP4586102A1 (en) System and method for managing packet transmission issues in high-performance computers
EP4002734B1 (en) Selective retransmission of packets
US8150996B2 (en) Method and apparatus for handling flow control for a data transfer
CN117857658A (en) Traffic communication and dynamic switching method and device based on three-stack fusion
Zhou et al. Sr-dcqcn: Combining sack and ecn for rdma congestion control
Ichikawa et al. RDMA Acceleration Scheme for Long-Distance Optical Network
JP5761193B2 (en) Communication apparatus, communication system, packet retransmission control method, and packet retransmission control program
US20110078255A1 (en) Method and system for managing a connection in a connection oriented in-order delivery environment
Chen et al. DTS: A dual transport switching scheme for rdma-based applications
CN120880953A (en) Network alarm method, network alarm processing method and related equipment
WO2024222569A1 (en) Fault processing method and apparatus, device, system and storage medium
CN120336042A (en) A high-availability message sending method, device and medium based on RabbitMQ
Liqing et al. TCP optimization implementation of a small embedded system

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN PUBLISHED

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20260116