US20120066694A1 - Event overflow handling by coalescing and updating previously-queued event notification - Google Patents

Event overflow handling by coalescing and updating previously-queued event notification Download PDF

Info

Publication number
US20120066694A1
US20120066694A1 US12/879,365 US87936510A US2012066694A1 US 20120066694 A1 US20120066694 A1 US 20120066694A1 US 87936510 A US87936510 A US 87936510A US 2012066694 A1 US2012066694 A1 US 2012066694A1
Authority
US
United States
Prior art keywords
event
event notification
notification
notifications
received
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.)
Abandoned
Application number
US12/879,365
Inventor
Cheryl L. Jennings
Rajeev Mishra
Trishali Nayar
Lance W. Russell
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to US12/879,365 priority Critical patent/US20120066694A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MISHRA, RAJEEV, RUSSELL, LANCE W., NAYAR, TRISHALI, JENNINGS, CHERYL L.
Publication of US20120066694A1 publication Critical patent/US20120066694A1/en
Priority to US13/427,159 priority patent/US9201715B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/546Xcast

Definitions

  • the present invention is related to handling of event notification overflow or potential overflow conditions in computer systems, and more specifically to handling of duplicate events so that additional queue space is not required.
  • event notification and event logging are operations used to indicate system health to system administrators or software applications, including operating systems components.
  • Health monitoring techniques employed in distributed processing systems perform an important function in that connections to other nodes must be reliable and all of the active nodes that have been assigned tasks need to perform those tasks in order to ensure that the totality of the processing requirements are met, and in a timely fashion.
  • the health of a node-based distributed processing system is typically monitored by: 1) a heartbeat messaging system, which passes messages between the nodes and a central monitoring component; and 2) an event notification system that signals interested nodes when events occur on other nodes.
  • Event notification systems in node-based distributed processing systems typically require an interested application (a consumer) to register to receive event notifications either with a centralized event manager, or with the processes or objects that generate the events (an event producer).
  • Events in such a system may be reported multiple times. For example, an event may be reported for each interested event consumer.
  • a large number of duplicate events may be buffered at a node, causing event queue overflow and/or consuming processing bandwidth that could be used to handle other events. While the duplicate events could simply be removed from the queue, information about how many events have occurred and the timing of the events may be lost.
  • the invention provides an event notification system and method that is embodied in a computer-performed method, a computer program product and computer systems.
  • the method which is implemented by the computer program product and computer system, provides queuing of events to event consumers, while coalescing duplicate events.
  • a previously-received event notification is updated by incrementing the sequence number of the previously-received event notification. Therefore, when the event consumer receives the event notification, the event consumer can determine exactly how many events the coalesced event notification represents.
  • the timestamp of the event notification may also be updated to match the timestamp of the most recently-received duplicate event notification.
  • FIG. 1 is a block diagram of a distributed computer system in which techniques according to an embodiment of the present invention are practiced.
  • FIG. 2 is a pictorial diagram depicting communication between nodes of a computer system in accordance with an embodiment of the present invention.
  • FIG. 3 is a pictorial diagram depicting information flow in a computer system in accordance with an embodiment of the present invention.
  • FIG. 4 is a flowchart of a method in accordance with an embodiment of the present invention.
  • the present invention encompasses techniques for event notification in clusters of nodes within distributed computing systems.
  • embodiments of the invention can be used to reduce event processing bandwidth and storage requirements by coalescing duplicate events that are being queued for delivery to event consumers.
  • Information about how many duplicate events is preserved by incrementing a sequence number within the event notification when a duplicate event is combined with a previously queued event notification.
  • the timestamp of the event notification can be updated with the timestamp of the most recently received duplicate event.
  • a first physical processing node 10 A includes a processor core 12 coupled to a memory 14 that stores program instructions for execution by processor 12 .
  • the program instructions include program instructions forming computer program products in accordance with embodiments of the invention that provide event notification between either physical processing nodes 10 A- 10 D, virtual processing nodes partitioned within the depicted computer system as will be described in further detail below, or both.
  • Processing node 10 A also includes a network interface (NWI) 16 that couples processing node 10 A to a wired, wireless or hybrid network, which may be a standardized network such as Ethernet, or a proprietary network or interconnect bus.
  • NWI network interface
  • processing nodes 10 B- 10 D are of identical construction in the exemplary embodiment, but embodiments of the invention may be practiced in asymmetric distributed systems having nodes with differing features. Although only four compute nodes 10 A- 10 D are illustrated, a distributed computer system in accordance with an embodiment of the present invention will generally include a large number of compute nodes connected via one or more networks.
  • the distributed computer system of FIG. 1 also includes other resources such as I/O devices 19 , including graphical display devices, printers, scanners, keyboards, mice, which may be coupled to the network or one of nodes 10 A- 10 D via workstation computers that provide a user interface to administrative personnel and other users.
  • Nodes 10 A- 10 D are also coupled to storage devices 18 , for storing and retrieving data and program instructions, such as storing computer program products in accordance with an embodiment of the invention.
  • nodes 20 may correspond exactly on a one-to-one basis with processing nodes 10 A- 10 D (and other nodes) of FIG. 1 , or nodes 20 may be partitioned in a different manner as virtual processing nodes.
  • a single node 20 may have exclusive use of multiple processing nodes, e.g. nodes 10 A- 10 B, and result in a system having a greater number of virtual nodes than processing nodes, or alternatively, multiple nodes 20 may be implemented on a single processing node, e.g., node 10 A.
  • each of nodes 20 represents at least one operating system image and one or more applications executing within the operating system image.
  • the entire system as depicted may execute a single application, but sub-tasks within the application are apportioned to the various nodes 20 , which may be identical sub-tasks or different sub-tasks.
  • the present invention concerns event notification within the computer system of FIG. 1 , in which events are communicated between nodes 20 via event notification messages. Other messages are also passed between nodes 20 , including data and program code transmissions, and messages as needed to support features of embodiments of the present invention, such as indications to remote nodes that event notifications of a particular event type are of interest to another node.
  • a separate physical network may be provided for administrative tasks such as event notification and heartbeat messaging, or the same physical networks may be used.
  • 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 . Another alternative is to use a central facility for inter-node communication. However, since the present invention provides a high availability event notification system having low latency, it is generally preferable not to use a central clearinghouse for events and other messages.
  • event notification in accordance with embodiments of the present invention may be implemented using a variety of event notification mechanisms, such as direct object-to-object interfaces, using operating system-maintained signaling object such as semaphores, in the depicted embodiment, the event notification is provided by a special file system that implements an event manager.
  • Event consumers i.e., the applications or objects interested in receiving event notifications, register to receive event notifications by calling file operation functions/methods on an interface to the file system.
  • Event producers notify the file system of events via a separate application programming interface (API) provided by the event manager.
  • API application programming interface
  • the event manager then provides the event notifications to the event consumers interested in the particular events represented by the event notifications.
  • the file system is a kernel extension, which facilitates availability and uniformity of the event manager at each node in the system. Further details of a file-system based event manager are provided in U.S. Patent Application Publication U.S. 200901991051, which is incorporated herein by reference.
  • the event notification system the “Autonomic Health Advisor File System” (AHAFS) disclosed in the above-incorporated U.S. patent Application does not provide direct event notification between the nodes, so a separate layer is used for inter-node event communication.
  • AHAFS Autonomic Health Advisor File System
  • the generic methods open( ) and write( ) described below are understood to include specific file operations fopen( ) and fwrite( ) as alternatives, or other operations provided in a file system interface that can be used to provide the same type of information flow.
  • Event producers 32 A- 32 C generate event notifications that are provided to an event processing block 34 within an AHAFS software component 30 , which is generally distributed among nodes 20 . Instances of an AHAFS interface on each node 20 receive event notifications from event producers 32 A- 32 C and either queue them for local consumption or transmit them for remote consumption. AHAFS software component 30 also receives remote event notifications from remote instances of AHAFS interfaces. Both local events and remote event notifications are queued by AHAFS software component 30 in per-consumer queues 36 A and 36 B, which are implemented as circular buffers in the depicted embodiment, but may alternatively be implemented using other type of storage organization. Event consumers 38 A- 38 B process events de-queued from their corresponding queues 36 A and 36 B, and perform any responsive actions.
  • the present invention provides reduction in processing overhead and the chance of overflow of queues 36 A and 36 B, by detecting that a duplicate event notification is about to be inserted in one of queues 36 A and 36 B, and altering the event notification to indicate to the corresponding event consumer 38 A- 38 B, the number of event notifications represented by the modified event notification, and the timestamp of the latest such event notification received.
  • Event Notification Tag Event type (per consumer) e
  • Event sequence number 1 Timestamp Event Data . . . End Tag Table I above illustrates an event notification received for a first event e, which has an event sequence number of 1. If additional identical event notifications having the same data are received, the AHAFS according to an embodiment of the present invention will increment the event sequence number for each duplicate event that is then received and discarded. When the corresponding event consumer processes the event notification, the consumer can determine the number of event notifications received by the value of the event sequence number. Since the field (event sequence number) used to store the indication that more than one event has been received is a field already within the event notification, the event consumers do not have to handle a new/different format that includes additional fields to indicate a duplicate event. Therefore, the same parsing format can be used to interpret the event notification, since the coalesced event notification has the same format as an individual event notification.
  • the event consumer can also determine the most recent occurrence of the event by noting the timestamp, which has been replaced with the timestamps of the incoming event notifications as they are received and discarded. In the particular embodiment depicted herein, if a different event notification is received between duplicate event notifications, then the more recent event notifications are not discarded, so the event consumer can rely that no other events have transpired between the event notifications that have been coalesced.
  • the updating of timestamps can be user settable in accordance with an embodiment of the present invention to update with the latest timestamp, or retain the timestamp of the first occurrence of the event, which may be selected on a per-customer basis.
  • the flag indicates, for each event consumer and on a per event-type basis, whether the timestamp field is updated with each received event notification that is coalesced, or whether the original timestamp is preserved.
  • step 50 When an event notification is received for an event consumer (step 50 ), the corresponding queue tail is peeked (step 51 ) to determine if the event data matches the event data of the event notification received in step 50 (decision 52 ). If the event data matches (decision 52 ), the event notifications are coalesced by incrementing the sequence number of the event stored in the queue tail (step 54 ) and the timestamp of the event received in step 50 is optionally used to replace the timestamp in the queue tail event notification (step 55 ). Whether or not the timestamp is replaced can be determined from a user-settable flag that indicates whether timestamp updating should be employed.
  • step 53 If the event data does not match (decision 52 ), then the received event notification is enqueued in the queue (step 53 ). Until event reporting is terminated (decision 56 ) the process of steps 50 - 56 are repeated as event notifications arrive at each queue.
  • 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.
  • 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 read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
  • 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.
  • object oriented programming language such as Java, Smalltalk, C++ or the like
  • conventional procedural programming languages such as the “C” programming language or similar programming languages.
  • AIX AIX is a trademark of IBM
  • UNIX a trademark of The Open Group
  • the techniques of the present invention can be applied in event monitoring systems executing under any operating system and can be implemented using proprietary or standardized signaling interfaces as an alternative to the file system interface provided in the depicted embodiments.

Abstract

An event notification system for distributed processing systems provides reduction of queue space and event processing bandwidth associated with duplicate events such as a particular event that is duplicated and results in multiple event notifications propagated for multiple consumers. When a duplicate event notification is received at an input to an event notification queue, rather than queuing the duplicate event notification, a sequence number of the event notification already in the queue is updated to indicate to the event consumer, exactly how many duplicate events have been received. The timestamp of the updated event notification may also be set to the timestamp of the most recently received duplicate event notification.

Description

    BACKGROUND
  • 1. Field of the Invention
  • The present invention is related to handling of event notification overflow or potential overflow conditions in computer systems, and more specifically to handling of duplicate events so that additional queue space is not required.
  • 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 indication of events occurring at one node that either require a reaction from another node or indicate to the other node that either an erroneous operating condition has occurred, or that a phase of processing is complete. In particular, event notification and event logging are operations used to indicate system health to system administrators or software applications, including operating systems components.
  • Health monitoring techniques employed in distributed processing systems perform an important function in that connections to other nodes must be reliable and all of the active nodes that have been assigned tasks need to perform those tasks in order to ensure that the totality of the processing requirements are met, and in a timely fashion. The health of a node-based distributed processing system is typically monitored by: 1) a heartbeat messaging system, which passes messages between the nodes and a central monitoring component; and 2) an event notification system that signals interested nodes when events occur on other nodes. Event notification systems in node-based distributed processing systems typically require an interested application (a consumer) to register to receive event notifications either with a centralized event manager, or with the processes or objects that generate the events (an event producer).
  • Events in such a system may be reported multiple times. For example, an event may be reported for each interested event consumer. With the large number of events that may be generated, in particular where the event itself is triggered multiple times due to a resource change or a hardware or media failure, a large number of duplicate events may be buffered at a node, causing event queue overflow and/or consuming processing bandwidth that could be used to handle other events. While the duplicate events could simply be removed from the queue, information about how many events have occurred and the timing of the events may be lost.
  • BRIEF SUMMARY
  • The invention provides an event notification system and method that is embodied in a computer-performed method, a computer program product and computer systems. The method, which is implemented by the computer program product and computer system, provides queuing of events to event consumers, while coalescing duplicate events.
  • When a duplicate event notification is detected at the input to a queue that stores event notifications for delivery to an event consumer, rather than queuing the event notification, a previously-received event notification is updated by incrementing the sequence number of the previously-received event notification. Therefore, when the event consumer receives the event notification, the event consumer can determine exactly how many events the coalesced event notification represents. The timestamp of the event notification may also be updated to match the timestamp of the most recently-received duplicate event notification.
  • 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.
  • BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWING
  • 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:
  • FIG. 1 is a block diagram of a distributed computer system in which techniques according to an embodiment of the present invention are practiced.
  • FIG. 2 is a pictorial diagram depicting communication between nodes of a computer system in accordance with an embodiment of the present invention.
  • FIG. 3 is a pictorial diagram depicting information flow in a computer system in accordance with an embodiment of the present invention.
  • FIG. 4 is a flowchart of a method in accordance with an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • The present invention encompasses techniques for event notification in clusters of nodes within distributed computing systems. In particular, embodiments of the invention can be used to reduce event processing bandwidth and storage requirements by coalescing duplicate events that are being queued for delivery to event consumers. Information about how many duplicate events is preserved by incrementing a sequence number within the event notification when a duplicate event is combined with a previously queued event notification. The timestamp of the event notification can be updated with the timestamp of the most recently received duplicate event.
  • Referring now to FIG. 1, a distributed computer system in accordance with an embodiment of the present invention is shown. A first physical processing node 10A includes a processor core 12 coupled to a memory 14 that stores program instructions for execution by processor 12. The program instructions include program instructions forming computer program products in accordance with embodiments of the invention that provide event notification between either physical processing nodes 10A-10D, virtual processing nodes partitioned within the depicted computer system as will be described in further detail below, or both. Processing node 10A also includes a network interface (NWI) 16 that couples processing node 10A to a wired, wireless or hybrid network, which may be a standardized network such as Ethernet, or a proprietary network or interconnect bus. Other processing nodes 10B-10D are of identical construction in the exemplary embodiment, but embodiments of the invention may be practiced in asymmetric distributed systems having nodes with differing features. Although only four compute nodes 10A-10D are illustrated, a distributed computer system in accordance with an embodiment of the present invention will generally include a large number of compute nodes connected via one or more networks. The distributed computer system of FIG. 1 also includes other resources such as I/O devices 19, including graphical display devices, printers, scanners, keyboards, mice, which may be coupled to the network or one of nodes 10A-10D via workstation computers that provide a user interface to administrative personnel and other users. Nodes 10A-10D are also coupled to storage devices 18, for storing and retrieving data and program instructions, such as storing computer program products in accordance with an embodiment of the invention.
  • Referring now to FIG. 2, communication between multiple nodes 20 of the distributed computer system of FIG. 1 is shown. As mentioned above, nodes 20 may correspond exactly on a one-to-one basis with processing nodes 10A-10D (and other nodes) of FIG. 1, or nodes 20 may be partitioned in a different manner as virtual processing nodes. For example, a single node 20 may have exclusive use of multiple processing nodes, e.g. nodes 10A-10B, and result in a system having a greater number of virtual nodes than processing nodes, or alternatively, multiple nodes 20 may be implemented on a single processing node, e.g., node 10A. In the present invention, each of nodes 20 represents at least one operating system image and one or more applications executing within the operating system image. In general, the entire system as depicted may execute a single application, but sub-tasks within the application are apportioned to the various nodes 20, which may be identical sub-tasks or different sub-tasks. The present invention concerns event notification within the computer system of FIG. 1, in which events are communicated between nodes 20 via event notification messages. Other messages are also passed between nodes 20, including data and program code transmissions, and messages as needed to support features of embodiments of the present invention, such as indications to remote nodes that event notifications of a particular event type are of interest to another node. A separate physical network may be provided for administrative tasks such as event notification and heartbeat messaging, or the same physical networks may be used. 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. Another alternative is to use a central facility for inter-node communication. However, since the present invention provides a high availability event notification system having low latency, it is generally preferable not to use a central clearinghouse for events and other messages.
  • While event notification in accordance with embodiments of the present invention may be implemented using a variety of event notification mechanisms, such as direct object-to-object interfaces, using operating system-maintained signaling object such as semaphores, in the depicted embodiment, the event notification is provided by a special file system that implements an event manager. Event consumers, i.e., the applications or objects interested in receiving event notifications, register to receive event notifications by calling file operation functions/methods on an interface to the file system. Event producers notify the file system of events via a separate application programming interface (API) provided by the event manager. The event manager then provides the event notifications to the event consumers interested in the particular events represented by the event notifications. In the depicted embodiment, the file system is a kernel extension, which facilitates availability and uniformity of the event manager at each node in the system. Further details of a file-system based event manager are provided in U.S. Patent Application Publication U.S. 200901991051, which is incorporated herein by reference. The event notification system the “Autonomic Health Advisor File System” (AHAFS) disclosed in the above-incorporated U.S. patent Application does not provide direct event notification between the nodes, so a separate layer is used for inter-node event communication. The generic methods open( ) and write( ) described below are understood to include specific file operations fopen( ) and fwrite( ) as alternatives, or other operations provided in a file system interface that can be used to provide the same type of information flow.
  • Referring now to FIG. 3, information flow within an event notification system according to an embodiment of the invention is shown. Event producers 32A-32C generate event notifications that are provided to an event processing block 34 within an AHAFS software component 30, which is generally distributed among nodes 20. Instances of an AHAFS interface on each node 20 receive event notifications from event producers 32A-32C and either queue them for local consumption or transmit them for remote consumption. AHAFS software component 30 also receives remote event notifications from remote instances of AHAFS interfaces. Both local events and remote event notifications are queued by AHAFS software component 30 in per- consumer queues 36A and 36B, which are implemented as circular buffers in the depicted embodiment, but may alternatively be implemented using other type of storage organization. Event consumers 38A-38B process events de-queued from their corresponding queues 36A and 36B, and perform any responsive actions.
  • The present invention provides reduction in processing overhead and the chance of overflow of queues 36A and 36B, by detecting that a duplicate event notification is about to be inserted in one of queues 36A and 36B, and altering the event notification to indicate to the corresponding event consumer 38A-38B, the number of event notifications represented by the modified event notification, and the timestamp of the latest such event notification received.
  • TABLE I
    Event Notification Tag
    Event type (per consumer) e
    Event sequence number 1
    Timestamp
    Event Data . . .
    End Tag

    Table I above illustrates an event notification received for a first event e, which has an event sequence number of 1. If additional identical event notifications having the same data are received, the AHAFS according to an embodiment of the present invention will increment the event sequence number for each duplicate event that is then received and discarded. When the corresponding event consumer processes the event notification, the consumer can determine the number of event notifications received by the value of the event sequence number. Since the field (event sequence number) used to store the indication that more than one event has been received is a field already within the event notification, the event consumers do not have to handle a new/different format that includes additional fields to indicate a duplicate event. Therefore, the same parsing format can be used to interpret the event notification, since the coalesced event notification has the same format as an individual event notification.
  • The event consumer can also determine the most recent occurrence of the event by noting the timestamp, which has been replaced with the timestamps of the incoming event notifications as they are received and discarded. In the particular embodiment depicted herein, if a different event notification is received between duplicate event notifications, then the more recent event notifications are not discarded, so the event consumer can rely that no other events have transpired between the event notifications that have been coalesced. The updating of timestamps can be user settable in accordance with an embodiment of the present invention to update with the latest timestamp, or retain the timestamp of the first occurrence of the event, which may be selected on a per-customer basis. As another alternative embodiment, event consumers, when registering to receive notifications for a particular event, may be provided the option of specifying a flag, e.g., TIMESTAMP=FIRST or TIMESTAMP=LAST, which in the depicted embodiment are written to the file that represents the event. The flag indicates, for each event consumer and on a per event-type basis, whether the timestamp field is updated with each received event notification that is coalesced, or whether the original timestamp is preserved.
  • Referring now to FIG. 4, a method in accordance with an embodiment of the invention is shown in a flowchart. When an event notification is received for an event consumer (step 50), the corresponding queue tail is peeked (step 51) to determine if the event data matches the event data of the event notification received in step 50 (decision 52). If the event data matches (decision 52), the event notifications are coalesced by incrementing the sequence number of the event stored in the queue tail (step 54) and the timestamp of the event received in step 50 is optionally used to replace the timestamp in the queue tail event notification (step 55). Whether or not the timestamp is replaced can be determined from a user-settable flag that indicates whether timestamp updating should be employed. If the event data does not match (decision 52), then the received event notification is enqueued in the queue (step 53). Until event reporting is terminated (decision 56) the process of steps 50-56 are repeated as event notifications arrive at each queue.
  • 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 read-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. Further, while the illustrative embodiment is directed to an AIX (AIX is a trademark of IBM) or other type of UNIX operating system (UNIX is a trademark of The Open Group), in which the event notification is provided by a mountable file system provided as a kernel extension, it is understood that the techniques of the present invention can be applied in event monitoring systems executing under any operating system and can be implemented using proprietary or standardized signaling interfaces as an alternative to the file system interface provided in the depicted embodiments.
  • 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.

Claims (25)

What is claimed is:
1. A method for event notification within a computer system processing cluster comprising a plurality of physical or virtual processing modes, the method comprising:
receiving event notifications corresponding to events occurring on one or more of the processing nodes;
queuing the received event notifications in one or more queues for delivery to event consumers;
coalescing duplicate event notifications in a single resulting event notification, wherein the event notifications contain a event sequence number, wherein the coalescing further increments the event sequence number in the resulting event notification to indicate to a corresponding one of the event consumers the total number of original and duplicate events that have been received; and
at an event consumer, determining whether the event notifications have been duplicated one or more times by reading the event sequence number of the event notifications.
2. The method of claim 1, wherein the queuing the event notifications queues the event notifications in multiple queues corresponding to event consumers.
3. The method of claim 1, wherein the coalescing only coalesces sequential duplicate events.
4. The method of claim 3, wherein the coalescing comprises:
responsive to the receiving having received an event notification;
peeking in a corresponding queue to determine whether a most recently queued event notification is a duplicate of the received event notification;
responsive to the peeking determining that the most recently queued event notification is not a duplicate of the received event notification, queuing the event notification in the corresponding queue without altering the sequence number of the event notification; and
responsive to the peeking determining that the most recently queued event notification is a duplicate of the received event notification, incrementing the sequence number of the most recently queued event notification without queuing the received event notification in the queue.
5. The method of claim 4, further responsive to the peeking determining that the most recently queued event notification is a duplicate of the received event notification, updating a timestamp of the most recently queued event notification.
6. The method of claim 1, wherein the coalescing further sets a timestamp of the single resulting event notification to match the timestamp of the most recent of the duplicate event notifications.
7. The method of claim 6, wherein the setting a timestamp is performed selectively in response to an indication that event notification timestamps should be updated.
8. The method of claim 1, wherein the event notifications are received as callbacks to an application programming interface provided by the file system that implements at least a portion of the event notification method, and wherein the queuing is performed in response to receiving the callbacks.
9. A computer system comprising a processing cluster including a plurality of physical or virtual processing modes, the computer system comprising at least one processor for executing program instructions and at least one memory coupled to the processor for executing the program instructions, wherein the program instructions are program instructions for providing event notification within the computer system, the program instructions comprising program instructions for:
receiving event notifications corresponding to events occurring on one or more of the processing nodes;
queuing the received event notifications in one or more queues for delivery to event consumers;
coalescing duplicate event notifications in a single resulting event notification, wherein the event notifications contain a event sequence number, wherein the coalescing further increments the event sequence number in the resulting event notification to indicate to a corresponding one of the event consumers the total number of original and duplicate events that have been received; and
at an event consumer, determining whether the event notifications have been duplicated one or more times by reading the event sequence number of the event notifications.
10. The computer system of claim 9, wherein the program instructions for queuing the event notifications queue the event notifications in multiple queues corresponding to event consumers.
11. The computer system of claim 9, wherein the program instructions for coalescing only coalesce sequential duplicate events.
12. The computer system of claim 11, wherein the program instructions for coalescing comprise program instructions for:
responsive to the receiving having received an event notification;
peeking in a corresponding queue to determine whether a most recently queued event notification is a duplicate of the received event notification;
responsive to the peeking determining that the most recently queued event notification is not a duplicate of the received event notification, queuing the event notification in the corresponding queue without altering the sequence number of the event notification; and
responsive to the peeking determining that the most recently queued event notification is a duplicate of the received event notification, incrementing the sequence number of the most recently queued event notification without queuing the received event notification in the queue.
13. The computer system of claim 12, further comprising program instructions for responsive to the peeking determining that the most recently queued event notification is a duplicate of the received event notification, updating a timestamp of the most recently queued event notification.
14. The computer system of claim 9, wherein the program instructions for coalescing further set a timestamp of the single resulting event notification to match the timestamp of the most recent of the duplicate event notifications.
15. The computer system of claim 9, wherein the program instructions for setting a timestamp are selectively executed in response to an indication that event notification timestamps should be updated.
16. The computer system of claim 9, wherein the event notifications are received as callbacks to an application programming interface provided by the file system that implements at least a portion of the event notification method, and wherein the program instructions for queuing are executed in response to receiving the callbacks.
17. A computer program product comprising a computer-readable storage media storing program instructions for execution within a computer system, the computer system comprising a processing cluster including a plurality of physical or virtual processing modes, wherein the program instructions are program instructions for providing event notification within the computer system, the program instructions comprising program instructions for:
receiving event notifications corresponding to events occurring on one or more of the processing nodes;
queuing the received event notifications in one or more queues for delivery to event consumers;
coalescing duplicate event notifications in a single resulting event notification, wherein the event notifications contain a event sequence number, wherein the coalescing further increments the event sequence number in the resulting event notification to indicate to a corresponding one of the event consumers the total number of original and duplicate events that have been received; and
at an event consumer, determining whether the event notifications have been duplicated one or more times by reading the event sequence number of the event notifications.
18. The computer program product of claim 17, wherein the program instructions for queuing the event notifications queue the event notifications in multiple queues corresponding to event consumers.
19. The computer program product of claim 17, wherein the program instructions for coalescing only coalesce sequential duplicate events.
20. The computer program product of claim 19, wherein the program instructions for coalescing comprise program instructions for:
responsive to the receiving having received an event notification;
peeking in a corresponding queue to determine whether a most recently queued event notification is a duplicate of the received event notification;
responsive to the peeking determining that the most recently queued event notification is not a duplicate of the received event notification, queuing the event notification in the corresponding queue without altering the sequence number of the event notification; and
responsive to the peeking determining that the most recently queued event notification is a duplicate of the received event notification, incrementing the sequence number of the most recently queued event notification without queuing the received event notification in the queue.
21. The computer program product of claim 20, further comprising program instructions for responsive to the peeking determining that the most recently queued event notification is a duplicate of the received event notification, updating a timestamp of the most recently queued event notification.
22. The computer program product of claim 17, wherein the program instructions for setting a timestamp are selectively executed in response to an indication that event notification timestamps should be updated.
23. The computer program product of claim 17, wherein the event notifications are received as callbacks to an application programming interface provided by the file system that implements at least a portion of the event notification method, and wherein the program instructions for queuing are executed in response to receiving the callbacks.
24. A computer system comprising a processing cluster including a plurality of physical or virtual processing modes, the computer system comprising at least one processor and at least one memory coupled to the processor, and wherein the computer system further comprises a file system device implementing an event notification system that includes one or more program modules having program instructions for:
receiving event notifications corresponding to events occurring on one or more of the processing nodes as callbacks to an application programming interface of the file system device;
queuing the received event notifications in one or more queues for delivery to event consumers;
coalescing duplicate event notifications in a single resulting event notification, wherein the event notifications contain a event sequence number, wherein the coalescing further increments the event sequence number in the resulting event notification to indicate to a corresponding one of the event consumers the total number of original and duplicate events that have been received; and
at an event consumer, determining whether the event notifications have been duplicated one or more times by reading the event sequence number of the event notifications.
25. A computer program product comprising a computer-readable storage media storing program instructions for execution within a computer system, the computer system comprising a processing cluster including a plurality of physical or virtual processing modes, wherein the program instructions comprise program instructions forming a file system device implementing an event notification system that includes one or more program modules having program instructions for:
receiving event notifications corresponding to events occurring on one or more of the processing nodes as callbacks to an application programming interface of the file system device;
queuing the received event notifications in one or more queues for delivery to event consumers;
coalescing duplicate event notifications in a single resulting event notification, wherein the event notifications contain a event sequence number, wherein the coalescing further increments the event sequence number in the resulting event notification to indicate to a corresponding one of the event consumers the total number of original and duplicate events that have been received; and
at an event consumer, determining whether the event notifications have been duplicated one or more times by reading the event sequence number of the event notifications.
US12/879,365 2010-09-10 2010-09-10 Event overflow handling by coalescing and updating previously-queued event notification Abandoned US20120066694A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US12/879,365 US20120066694A1 (en) 2010-09-10 2010-09-10 Event overflow handling by coalescing and updating previously-queued event notification
US13/427,159 US9201715B2 (en) 2010-09-10 2012-03-22 Event overflow handling by coalescing and updating previously-queued event notification

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/879,365 US20120066694A1 (en) 2010-09-10 2010-09-10 Event overflow handling by coalescing and updating previously-queued event notification

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/427,159 Continuation US9201715B2 (en) 2010-09-10 2012-03-22 Event overflow handling by coalescing and updating previously-queued event notification

Publications (1)

Publication Number Publication Date
US20120066694A1 true US20120066694A1 (en) 2012-03-15

Family

ID=45807939

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/879,365 Abandoned US20120066694A1 (en) 2010-09-10 2010-09-10 Event overflow handling by coalescing and updating previously-queued event notification
US13/427,159 Expired - Fee Related US9201715B2 (en) 2010-09-10 2012-03-22 Event overflow handling by coalescing and updating previously-queued event notification

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/427,159 Expired - Fee Related US9201715B2 (en) 2010-09-10 2012-03-22 Event overflow handling by coalescing and updating previously-queued event notification

Country Status (1)

Country Link
US (2) US20120066694A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110258628A1 (en) * 2010-04-15 2011-10-20 Salesforce.Com, Inc. System, method and computer program product for transporting a task to a handler, utilizing a queue
US20120131083A1 (en) * 2010-11-24 2012-05-24 Edward Wayne Goddard Systems and methods for asynchronous notification using http
EP2672386A3 (en) * 2012-06-08 2016-07-20 Samsung Electronics Co., Ltd Apparatus and method for processing asynchronous event information
CN106371898A (en) * 2015-07-23 2017-02-01 Arm 有限公司 Event queue management
US20190273790A1 (en) * 2016-07-29 2019-09-05 Boe Technology Group Co., Ltd. Method, apparatus and system for notification
US10592308B2 (en) 2015-04-30 2020-03-17 Micro Focus Llc Aggregation based event identification
US10880150B1 (en) * 2020-03-31 2020-12-29 Atlassian Pty Ltd Node-indexed system, apparatus and method configured to sequence client events within a peer-to-peer network
US11366705B1 (en) * 2021-07-29 2022-06-21 Apex.AI, Inc. Deterministic replay of events between software entities
US20230133155A1 (en) * 2020-05-15 2023-05-04 Mitsubishi Electric Corporation Apparatus controller and apparatus control system

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160048529A1 (en) * 2014-08-13 2016-02-18 Netapp Inc. Coalescing storage operations
US20160381120A1 (en) 2015-06-24 2016-12-29 Intel Corporation System for event dissemination
US10055006B2 (en) 2016-03-29 2018-08-21 Microsoft Technology Licensing, Llc Reducing system energy consumption through event trigger coalescing
CN109739659B (en) * 2018-12-13 2020-06-19 上海恺英网络科技有限公司 Message consumption method and system of distributed message queue

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6591317B1 (en) * 2000-05-12 2003-07-08 3Com Corporation Queue incorporating a duplicate counter per entry
US20050065953A1 (en) * 2003-09-19 2005-03-24 Bower Shelley K. System and method for changing defined elements in a previously compiled program using a description file
US7058957B1 (en) * 2002-07-12 2006-06-06 3Pardata, Inc. Cluster event notification system
US20100281304A1 (en) * 2009-04-29 2010-11-04 Moyer William C Debug messaging with selective timestamp control
US20110202500A1 (en) * 2010-02-15 2011-08-18 Bank Of America Corporation Anomalous activity detection
US8161053B1 (en) * 2004-03-31 2012-04-17 Google Inc. Methods and systems for eliminating duplicate events

Family Cites Families (69)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5721825A (en) 1996-03-15 1998-02-24 Netvision, Inc. System and method for global event notification and delivery in a distributed computing environment
US6064656A (en) 1997-10-31 2000-05-16 Sun Microsystems, Inc. Distributed system and method for controlling access control to network resources
US6038563A (en) 1997-10-31 2000-03-14 Sun Microsystems, Inc. System and method for restricting database access to managed object information using a permissions table that specifies access rights corresponding to user access rights to the managed objects
US6859829B1 (en) 1999-02-23 2005-02-22 Microsoft Corp. Method and mechanism for providing computer programs with computer system events
US6411967B1 (en) 1999-06-18 2002-06-25 Reliable Network Solutions Distributed processing system with replicated management information base
JP3812236B2 (en) 1999-09-10 2006-08-23 株式会社日立製作所 Network management system with event control means
US6631363B1 (en) 1999-10-11 2003-10-07 I2 Technologies Us, Inc. Rules-based notification system
US6983324B1 (en) 2000-10-23 2006-01-03 International Business Machines Corporation Dynamic modification of cluster communication parameters in clustered computer system
US7043525B2 (en) 2000-12-18 2006-05-09 Bang Networks, Inc. Techniques for updating live objects at clients using a dynamic routing network
US7075894B2 (en) 2001-03-14 2006-07-11 Fair Isaac Corporation Algorithm for prioritization of event datum in generic asynchronous telemetric streams
US20030061340A1 (en) 2001-09-25 2003-03-27 Mingqiu Sun Network health monitoring through real-time analysis of heartbeat patterns from distributed agents
EP1304626A1 (en) 2001-10-18 2003-04-23 Sun Microsystems, Inc. Managing modified documents
US20030093516A1 (en) 2001-10-31 2003-05-15 Parsons Anthony G.J. Enterprise management event message format
US20030105801A1 (en) 2001-11-30 2003-06-05 Telefonaktiebolaget L M Ericsson (Publ) (Signed) Method, system and agent for connecting event consumers to event producers in a distributed event management system
US7421478B1 (en) 2002-03-07 2008-09-02 Cisco Technology, Inc. Method and apparatus for exchanging heartbeat messages and configuration information between nodes operating in a master-slave configuration
US20030225840A1 (en) 2002-05-28 2003-12-04 Glassco David H.J. Change notification and update service for object sharing via publication and subscription
US6904055B2 (en) 2002-06-24 2005-06-07 Nokia Corporation Ad hoc networking of terminals aided by a cellular network
US8086721B2 (en) 2002-06-27 2011-12-27 Alcatel Lucent Network resource management in a network device
US7051105B2 (en) 2002-08-08 2006-05-23 International Business Machines Corporation System and method for distributing management events to external processes
US20040064835A1 (en) 2002-09-26 2004-04-01 International Business Machines Corporation System and method for content based on-demand video media overlay
US7451359B1 (en) 2002-11-27 2008-11-11 Oracle International Corp. Heartbeat mechanism for cluster systems
US6778504B2 (en) 2002-12-13 2004-08-17 Alcatel Canada Inc. Dynamic soft permanent virtual circuit bulk connection tracing
US7308689B2 (en) 2002-12-18 2007-12-11 International Business Machines Corporation Method, apparatus, and program for associating related heterogeneous events in an event handler
AU2002359925B2 (en) 2002-12-26 2008-10-23 Fujitsu Limited Operation managing method and operation managing server
US20040172467A1 (en) 2003-02-28 2004-09-02 Gabriel Wechter Method and system for monitoring a network
US20050050098A1 (en) * 2003-09-03 2005-03-03 Paul Barnett System and method for aligning data frames in time
US7734690B2 (en) 2003-09-05 2010-06-08 Microsoft Corporation Method and apparatus for providing attributes of a collaboration system in an operating system folder-based file system
US7542437B1 (en) 2003-10-02 2009-06-02 Bbn Technologies Corp. Systems and methods for conserving energy in a communications network
US7631100B2 (en) 2003-10-07 2009-12-08 Microsoft Corporation Supporting point-to-point intracluster communications between replicated cluster nodes
US7644376B2 (en) 2003-10-23 2010-01-05 Microsoft Corporation Flexible architecture for notifying applications of state changes
US20050234929A1 (en) 2004-03-31 2005-10-20 Ionescu Mihai F Methods and systems for interfacing applications with a search engine
US7408441B2 (en) * 2004-10-25 2008-08-05 Electronic Data Systems Corporation System and method for analyzing user-generated event information and message information from network devices
US7523195B2 (en) 2004-10-29 2009-04-21 International Business Machines Corporation Method and system for monitoring server events in a node configuration by using direct communication between servers
SE0403133D0 (en) 2004-12-22 2004-12-22 Ericsson Telefon Ab L M A method and arrangement for providing communication group information to a client
US7523137B2 (en) 2005-04-08 2009-04-21 Accenture Global Services Gmbh Model-driven event detection, implication, and reporting system
US20070041328A1 (en) 2005-08-19 2007-02-22 Bell Robert J Iv Devices and methods of using link status to determine node availability
US7391314B2 (en) 2005-10-31 2008-06-24 Honeywell International Inc. Event communication system for providing user alerts
US8271657B2 (en) 2005-12-16 2012-09-18 Panasonic Corporation Systems and methods for selecting a transport mechanism for communication in a network
US7664125B1 (en) 2006-01-03 2010-02-16 Emc Corporation Indication forwarding in a distributed environment
US8122087B2 (en) 2006-03-21 2012-02-21 Aol Inc. Matching engine for comparing data feeds with user profile criteria
US20070282959A1 (en) 2006-06-02 2007-12-06 Stern Donald S Message push with pull of information to a communications computing device
US20080077635A1 (en) 2006-09-22 2008-03-27 Digital Bazaar, Inc. Highly Available Clustered Storage Network
US7913105B1 (en) 2006-09-29 2011-03-22 Symantec Operating Corporation High availability cluster with notification of resource state changes
US8731526B2 (en) 2008-10-31 2014-05-20 Stubhub, Inc. System and methods for upcoming event notification and mobile purchasing
US8484472B2 (en) 2006-10-30 2013-07-09 Research In Motion Limited System and method of filtering unsolicited messages
US20100099447A1 (en) 2006-12-14 2010-04-22 Christer Boberg Method and Apparatus for Use in a Communications Network
US8055761B2 (en) 2007-01-31 2011-11-08 International Business Machines Corporation Method and apparatus for providing transparent network connectivity
US7657648B2 (en) 2007-06-21 2010-02-02 Microsoft Corporation Hybrid tree/mesh overlay for data delivery
US8522231B2 (en) 2008-01-30 2013-08-27 International Business Machines Corporation Updating a plurality of computers
US8201029B2 (en) 2008-01-31 2012-06-12 International Business Machines Corporation Method and apparatus for operating system event notification mechanism using file system interface
US20090288089A1 (en) 2008-05-16 2009-11-19 International Business Machines Corporation Method for prioritized event processing in an event dispatching system
US8271996B1 (en) 2008-09-29 2012-09-18 Emc Corporation Event queues
US8010669B2 (en) 2008-10-15 2011-08-30 Nokia Corporation Method, apparatus and computer program product for enabling dual mode communication
US20100153528A1 (en) 2008-12-16 2010-06-17 At&T Intellectual Property I, L.P. Devices, Systems and Methods for Controlling Network Services Via Address Book
EP2209283A1 (en) 2009-01-20 2010-07-21 Vodafone Group PLC Node failure detection system and method for SIP sessions in communication networks.
US8073952B2 (en) 2009-04-22 2011-12-06 Microsoft Corporation Proactive load balancing
US8751628B2 (en) 2009-05-05 2014-06-10 Suboti, Llc System and method for processing user interface events
US8385335B2 (en) 2009-05-13 2013-02-26 Avaya Inc. Method and apparatus for providing fast reroute of a unicast packet within a network element to an available port associated with a multi-link trunk
US20100332277A1 (en) 2009-06-26 2010-12-30 Sap Ag Method, article and system for consolidated change management
US9479737B2 (en) 2009-08-06 2016-10-25 Echostar Technologies L.L.C. Systems and methods for event programming via a remote media player
US8713584B2 (en) 2009-08-13 2014-04-29 Google Inc. Event-triggered server-side macros
US8676977B2 (en) 2009-12-14 2014-03-18 Sonus Networks, Inc. Method and apparatus for controlling traffic entry in a managed packet network
US8780740B2 (en) 2010-05-06 2014-07-15 Qualcomm Incorporated System and method for controlling downlink packet latency
US8108715B1 (en) 2010-07-02 2012-01-31 Symantec Corporation Systems and methods for resolving split-brain scenarios in computer clusters
US8423637B2 (en) 2010-08-06 2013-04-16 Silver Spring Networks, Inc. System, method and program for detecting anomalous events in a utility network
US8634328B2 (en) 2010-12-03 2014-01-21 International Business Machines Corporation Endpoint-to-endpoint communications status monitoring
US8667126B2 (en) 2010-12-03 2014-03-04 International Business Machines Corporation Dynamic rate heartbeating for inter-node status updating
US8433760B2 (en) 2010-12-03 2013-04-30 International Business Machines Corporation Inter-node communication scheme for node status sharing
US8634330B2 (en) 2011-04-04 2014-01-21 International Business Machines Corporation Inter-cluster communications technique for event and health status communications

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6591317B1 (en) * 2000-05-12 2003-07-08 3Com Corporation Queue incorporating a duplicate counter per entry
US7058957B1 (en) * 2002-07-12 2006-06-06 3Pardata, Inc. Cluster event notification system
US20050065953A1 (en) * 2003-09-19 2005-03-24 Bower Shelley K. System and method for changing defined elements in a previously compiled program using a description file
US8161053B1 (en) * 2004-03-31 2012-04-17 Google Inc. Methods and systems for eliminating duplicate events
US20100281304A1 (en) * 2009-04-29 2010-11-04 Moyer William C Debug messaging with selective timestamp control
US20110202500A1 (en) * 2010-02-15 2011-08-18 Bank Of America Corporation Anomalous activity detection

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110258628A1 (en) * 2010-04-15 2011-10-20 Salesforce.Com, Inc. System, method and computer program product for transporting a task to a handler, utilizing a queue
US8793691B2 (en) * 2010-04-15 2014-07-29 Salesforce.Com, Inc. Managing and forwarding tasks to handler for processing using a message queue
US20120131083A1 (en) * 2010-11-24 2012-05-24 Edward Wayne Goddard Systems and methods for asynchronous notification using http
EP2672386A3 (en) * 2012-06-08 2016-07-20 Samsung Electronics Co., Ltd Apparatus and method for processing asynchronous event information
US10592308B2 (en) 2015-04-30 2020-03-17 Micro Focus Llc Aggregation based event identification
GB2541974A (en) * 2015-07-23 2017-03-08 Advanced Risc Mach Ltd Event queue management
US9626232B2 (en) * 2015-07-23 2017-04-18 Arm Limited Event queue management
GB2541974B (en) * 2015-07-23 2018-05-23 Advanced Risc Mach Ltd Event queue management
CN106371898A (en) * 2015-07-23 2017-02-01 Arm 有限公司 Event queue management
US20190273790A1 (en) * 2016-07-29 2019-09-05 Boe Technology Group Co., Ltd. Method, apparatus and system for notification
US11677850B2 (en) * 2016-07-29 2023-06-13 Boe Technology Group Co., Ltd. Method, apparatus and system for notification
US10880150B1 (en) * 2020-03-31 2020-12-29 Atlassian Pty Ltd Node-indexed system, apparatus and method configured to sequence client events within a peer-to-peer network
US20230133155A1 (en) * 2020-05-15 2023-05-04 Mitsubishi Electric Corporation Apparatus controller and apparatus control system
US11928334B2 (en) * 2020-05-15 2024-03-12 Mitsubishi Electric Corporation Apparatus controller and apparatus control system
US11366705B1 (en) * 2021-07-29 2022-06-21 Apex.AI, Inc. Deterministic replay of events between software entities

Also Published As

Publication number Publication date
US20120198477A1 (en) 2012-08-02
US9201715B2 (en) 2015-12-01

Similar Documents

Publication Publication Date Title
US9201715B2 (en) Event overflow handling by coalescing and updating previously-queued event notification
US10469396B2 (en) Event processing with enhanced throughput
US8694625B2 (en) Selective registration for remote event notifications in processing node clusters
US20190205153A1 (en) System and method of dynamically assigning device tiers based on application
US8321865B2 (en) Processing of streaming data with a keyed delay
US8984119B2 (en) Changing an event identifier of a transient event in an event notification system
WO2020258290A1 (en) Log data collection method, log data collection apparatus, storage medium and log data collection system
US8634330B2 (en) Inter-cluster communications technique for event and health status communications
US20170064027A1 (en) Data caching in a collaborative file sharing system
US20130097272A1 (en) Prioritized Alert Delivery In A Distributed Processing System
US20160371122A1 (en) File processing workflow management
JP2012521607A (en) Distributed application monitoring
CN110795503A (en) Multi-cluster data synchronization method and related device of distributed storage system
CN112069265A (en) Configuration data synchronization method, service data system, computer system and medium
US20220012103A1 (en) System and method for optimization and load balancing of computer clusters
US9374417B1 (en) Dynamic specification auditing for a distributed system
US11635994B2 (en) System and method for optimizing and load balancing of applications using distributed computer clusters
CN113076304A (en) Distributed version management method, device and system
KR20150118963A (en) Queue monitoring and visualization
CN109657005A (en) A kind of data cache method of distributed cluster system, device and equipment
EP2681872B1 (en) Event monitoring devices and methods
CN112799824A (en) Current limiting method, device, equipment and storage medium
CN110399236A (en) Adaptation method, device, medium and the electronic equipment of message queue
US20130339984A1 (en) System and method for realtime detection of process disruptions in event-driven architectures
US20200142746A1 (en) Methods and system for throttling analytics processing

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:JENNINGS, CHERYL L.;MISHRA, RAJEEV;NAYAR, TRISHALI;AND OTHERS;SIGNING DATES FROM 20100902 TO 20100914;REEL/FRAME:025333/0426

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION