Bug 1028623 - Measurement data points can be supplied to condition processing in different order than generated on agent
Summary: Measurement data points can be supplied to condition processing in different ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Operations Network
Classification: JBoss
Component: Core Server, Monitoring - Alerts
Version: JON 3.2
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER02
: JON 3.3.0
Assignee: John Sanda
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On: 1028624
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-08 21:43 UTC by Lukas Krejci
Modified: 2014-12-11 14:00 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
: 1028624 (view as bug list)
Environment:
Last Closed: 2014-12-11 14:00:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Lukas Krejci 2013-11-08 21:43:37 UTC
Description of problem:
When measurement data comes in to the server, the alert condition processing relies on the order to be strictly the same as generated on the agent side. I.e. no datapoint should be processed before another that was detected prior to it.

The persistence to the Cassandra storage node is asynchronous and done on datapoint-by-datapoint basis. This means that the datapoints can be persisted in different order than the original order.

When supplying the data to alert condition processing, we use the order of datapoints in which they were persisted, not the one they were created on the agent.

This can lead to subtle bugs in alerting like false positive or negative dampening events.

Version-Release number of selected component (if applicable):
JON 3.2.0.ER4

How reproducible:
hardly, can be best seen in debugger

Steps to Reproduce:
1. Have a server, agent and some enabled metric schedules for some inventoried resources
2. Once a measurement report comes in, check the order of elements in the input parameter of the MeasurementDataManagerBean#addNumericData() method.
3. Check the order of elements of the data passed to the condition processing in the onFinish() callback inside addNumericData()

Actual results:
The order sometimes differ, depending on the order cassandra cluster happened to store the events

Expected results:
The order of elements passed to the condition processing should be the same as the one coming from agents.

Additional info:

Comment 1 Jay Shaughnessy 2014-09-05 02:03:36 UTC
The upstream fix was committed a while back.  Moving to ON_QA but this code-level change is not easily testable.  Suggest to just set closed/currentrelease or something like that.

Comment 2 Lukas Krejci 2014-09-10 14:25:46 UTC
This is almost impossible to QE. Verified by code inspection.


Note You need to log in before you can comment on or make changes to this bug.