The present U.S. Patent Application is related to co-pending U.S. patent applications Ser. No. 12/959,581 entitled “ INTER-NODE COMMUNICATION SCHEME FOR NODE STATUS SHARING” published as U.S. Patent Application Publication No. US-20120143957-A1 and Ser. No. 12/959,556 entitled “ENDPOINT-TO-ENDPOINT COMMUNICATIONS STATUS MONITORING ” and published as U.S. Patent Application Publication No. US-20120140675-A1, both filed contemporaneously herewith and having at least one common inventor and assigned to the same Assignee, the disclosures of which are incorporated herein by reference.
1. Field of the Invention
The present invention is related to node status monitoring in distributed computing systems, and more specifically to a scheme of dynamically controlling heartbeat rate and node status thresholds.
2. Description of Related Art
In large-scale distributed computer systems, such as those using distributed software models to perform tasks, multiple nodes provide independent execution of sub-tasks. In order to keep such a system operational, and further, to provide for proper operation of distributed applications that use the multiple nodes to perform various tasks, the status of nodes is tracked. In particular, in order to assign tasks to nodes, and in order to ensure that a node is available to communicate with to perform a task, the operational status of the nodes and their ability to communicate with the other nodes must be monitored.
Communications and status monitoring may be performed according to a heartbeat-driven messaging scheme. Heartbeat messages are typically sent from the nodes to a centralized manager that maintains a record of the status of each node. The heartbeat rate and parameters for determining whether nodes and their connections are operational is typically fixed, so that uniformity in determining node status can be presumed.
The invention provides a node status monitoring system that is embodied in a computer program product and computer systems. The computer program product and computer system collect information about transmission delays for communications between the nodes, and determines statistics used to adjust heartbeat rate and/or node status thresholds.
The computer program product and computer system receive messages transmitted periodically among the nodes according to a heartbeat rate, which may be gossip messages transmit between all of the node pairs in the cluster. Indications of the communications delays of the received messages are stored and are used to compute statistics of a sliding window of the stored communications delays. Parameters of the node status monitoring, which are used for determining operational status of the nodes, are adjusted according to the statistics, which may include adjusting the heartbeat rate, the maximum wait time before a message is considered missed, and/or the maximum number of missed messages, e.g., the sequence number deviation, before the node is considered non-operational (down).
The foregoing and other objectives, features, and advantages of the invention will be apparent from the following, more particular, description of the preferred embodiments of the invention, as illustrated in the accompanying drawings.
The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objectives, and advantages thereof, will best be understood by reference to the following detailed description of the invention when read in conjunction with the accompanying Figures, wherein like reference numerals indicate like components, and:
The present invention encompasses techniques for monitoring communication status in clusters of nodes within distributed computing systems. In particular, embodiments of the invention provide mechanisms for determining the operational status of the nodes in the cluster by monitoring communications delays and missed communications between the nodes. Messages, which may be gossip messages transmitted between each of the node pairs in a cluster as described in the above-incorporated U.S. Patent application “INTER-NODE COMMUNICATION SCHEME FOR NODE STATUS SHARING”, are transmitted at a regular heartbeat rate. The receipt of the messages is timed, and an indication of the communications delay from the other nodes is stored, as well as the sequence number of the most recent message from each node. The mean of the communications delay and the average deviation or other indication of a typical deviation value are updated from the measured delay and are used to adjust parameters of the monitoring scheme, which may include the heartbeat rate, the communications delay threshold that is used to determine when a message from another node has been missed, and/or a maximum number of missed messages allowed before a node is considered non-operational (dead). Therefore, the status monitoring scheme of the present invention adapts parameters to the present network and processing loads, without requiring manual adjustments by administrators.
Referring now to
Referring now to
In the exemplary embodiment, as described in the above-incorporated U.S. Patent Application “INTER-NODE COMMUNICATION SCHEME FOR NODE STATUS SHARING”, gossip messages and other node status command messages are communicated between nodes 20 and the messages are processed at each node. While the exemplary embodiment uses the same gossip messages described in the above-incorporated U.S. Patent Application, the sharing of status information is not required to practice the present invention, as the statistical analysis and parameter tuning disclosed herein can be applied in node status monitoring schemes that use other types of messages having a predictable pattern, such as centrally broadcast heartbeat pings containing no additional status information. In the present embodiment, operational messages are also passed between nodes 20, including data and program code transmissions. Nodes are generally arranged in a cluster, which is a group of virtual or physical processing nodes organized to perform a particular task or group of tasks, e.g., for a particular customer. As illustrated, communication between nodes in a cluster may be accomplished by direct node to node communications 22 or by next-neighbor communications 24 in which nodes 20 pass along messages to other nodes 20. While the description of the particular embodiments of the invention below describes the node status and gossip communications taking place node-to-node as opposed to from nodes to a centralized status facility, it is understood that node-to-node communications do not require that the transmissions take place over a physical network that does not traverse other nodes, and the next-neighbor communications 24 can be used to implement node-to-node communications. Further, as alternative to the illustrated communications is to use a central facility for inter-node communication, which is distinct from centrally reporting and acting on node status indications. Therefore, the present invention may encompass techniques that use a centralized communication point, such as a star arrangement, while still passing gossip messages in a node-to-node manner with respect to the messaging endpoints. However, since the illustrated embodiment provides a de-centralized communications monitoring system, it is generally preferable not to use a central exchange for messaging.
Referring now to
In the exemplary embodiment, the mean round-trip communications time estimate (MRT) is computed according to:
MRT(t)=0.875*MRT(t−Δt)+0.125*TMEAS
where Δt is the measurement interval and TMEAS is the most-recently measured round-trip communications time. The sample size in the exemplary embodiment is 1000, and the default values of communications thresholds are pre-biased to high values and then change to lower values as sample data is accumulated. The communications error is computed according to:
ERR=|MRT|−TMEAS
and the mean deviation D is:
D(t)=0.125*D(t−Δt)+0.875*ERR
The statistics are continuously updated according to the above formulas and are used to set the maximum number of missed messages allowed until a node is marked as down. If, for example, a node is generating messages every 100 ms, the average communications time is 70 ms and the average variation is 30 ms attributed to network traffic, communications errors and other overhead, then as the time increases without receiving a next packet from the node, the probability that the missed communication was caused by normal fluctuations decreases and the probability that the node is down increases. If, for example, at t=200 ms, the communications is not received, there is a high probability (approximately 0.99) that the missed packet is due to the node being down and not due to normal communications variation, and so the other nodes are polled to determine if they have indications that the node is alive. If the other nodes do not have indications that the node is alive, then at t=800 ms, for example, the node can be presumed dead.
Referring now to
As noted above, the present invention may be embodied as a system, method, and/or a computer program product. A computer program product may be embodied in firmware, an image in system memory or another memory/cache, stored on a fixed or re-writable media such as an optical disc having computer-readable code stored thereon. Any combination of one or more computer readable medium(s) may be used to store the program instructions in accordance with an embodiment of the invention. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc react-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
In the context of the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
While the invention has been particularly shown and described with reference to the preferred embodiments thereof, it will be understood by those skilled in the art that the foregoing and other changes in form and details may be made therein without departing from the spirit and scope of the invention.
Number | Name | Date | Kind |
---|---|---|---|
6031817 | Moy | Feb 2000 | A |
6411967 | Van Renesse | Jun 2002 | B1 |
6591317 | Schzukin et al. | Jul 2003 | B1 |
6778504 | Santry et al. | Aug 2004 | B2 |
6862619 | Sugauchi et al. | Mar 2005 | B1 |
6983324 | Block et al. | Jan 2006 | B1 |
7058957 | Nguyen | Jun 2006 | B1 |
7451359 | Coekaerts | Nov 2008 | B1 |
7539755 | Li et al. | May 2009 | B2 |
7542437 | Redi et al. | Jun 2009 | B1 |
7590898 | Coekaerts | Sep 2009 | B2 |
7624194 | Kakivaya et al. | Nov 2009 | B2 |
7664125 | Bauer et al. | Feb 2010 | B1 |
7738364 | Bain | Jun 2010 | B2 |
7856480 | Muchow | Dec 2010 | B2 |
8108715 | Agarwal | Jan 2012 | B1 |
8161053 | Khan et al. | Apr 2012 | B1 |
8433760 | Ganapathy et al. | Apr 2013 | B2 |
20020178275 | Hein et al. | Nov 2002 | A1 |
20030061340 | Sun et al. | Mar 2003 | A1 |
20030225840 | Glassco et al. | Dec 2003 | A1 |
20030233594 | Earl | Dec 2003 | A1 |
20040008727 | See et al. | Jan 2004 | A1 |
20040172467 | Wechter et al. | Sep 2004 | A1 |
20050065953 | Bower et al. | Mar 2005 | A1 |
20050076145 | Ben-Zvi et al. | Apr 2005 | A1 |
20060050629 | Saika | Mar 2006 | A1 |
20070041328 | Bell, IV | Feb 2007 | A1 |
20080183857 | Barfield et al. | Jul 2008 | A1 |
20080317050 | Xiong et al. | Dec 2008 | A1 |
20090043887 | Coekaerts | Feb 2009 | A1 |
20090070617 | Arimilli | Mar 2009 | A1 |
20090138808 | Moromisato et al. | May 2009 | A1 |
20090199051 | Jann et al. | Aug 2009 | A1 |
20100223492 | Farrugia et al. | Sep 2010 | A1 |
20100281304 | Moyer et al. | Nov 2010 | A1 |
20100290469 | Assarpour | Nov 2010 | A1 |
20100332277 | Dentzer et al. | Dec 2010 | A1 |
20110093743 | Arcese et al. | Apr 2011 | A1 |
20110202500 | Warn et al. | Aug 2011 | A1 |
20110274053 | Baik et al. | Nov 2011 | A1 |
20120047257 | Hauser | Feb 2012 | A1 |
20120144018 | Fried et al. | Jun 2012 | A1 |
20120203897 | Mishra et al. | Aug 2012 | A1 |
20120203899 | Ganapathy et al. | Aug 2012 | A1 |
Entry |
---|
Van Renesse, et al., “A gossip-style failure detection service”, Proceedings of the IFIP International Conference on Distributed Systems Platforms and Open Distributed Processing, 2009, Springer Verlag, Illinois. |
Number | Date | Country | |
---|---|---|---|
20120144018 A1 | Jun 2012 | US |