Bug 1005160

Summary: Collection interval change for Message Count metrics on the fly does not work properly
Product: [JBoss] JBoss Operations Network Reporter: bkramer <bkramer>
Component: Plugin -- SOA 5Assignee: kconner
Status: CLOSED WONTFIX QA Contact: Mike Foley <mfoley>
Severity: high Docs Contact:
Priority: high    
Version: JON 3.1.2CC: hrupp, laszlo.van.den.hoek, lkrejci, myarboro, tcunning
Target Milestone: ---   
Target Release: JON 3.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-11 17:51:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 1005163    

Description bkramer 2013-09-06 10:36:57 UTC
Description of problem:
Collection interval change for "Message Count (avg) per Minute" on the fly will break monitoring of this metric and it's value will drop to 0 and it will stay 0 until the JBoss ON Agent is restarted.

The same behaviour is observed for "Message Count (avg)" - so it's value will drop to 0 and this will be resolved with JBoss ON Agent restart.

However, if I change the collection period for "Message Count", it will be properly collected but values for "Message Count (avg)"  and "Message Count (avg) per Minute" will drop to 0 and will stay 0 until the JBoss ON Agent is restarted.

Version-Release number of selected component (if applicable):
JBoss ON 3.1.2

How reproducible:
Always

Steps to Reproduce:
1. Install and set up a SOA-P instance.
2. Start the SOA-P instance.
3. Start JBoss ON Server and JBoss ON Agent
4. Add a new SOA-P instance to JBoss ON inventory - JBoss ON server/agent must have SOA-P 5 plug-in installed.
5. Make sure that the Principal/Credentials are set properly in the Connection Settings page for SOA-P instance
6. Execute $SOA-P_HOME/samples/quickstarts/helloworld sample.
7. Run "ant deploy"
8. Once the JBoss ESB deployment is done and discovered - navigate to SimpleListener Service: JBossAS Servers -> SOA-P instance -> JBoss ESB -> Deployments -> Quickstart_helloworld.esb -> Services -> SimpleListener Service -> Monitoring -> Schedules and set Message Count, Message Count (avg) and Message Count (avg) per Minute to 30 seconds;
9. Run "ant runtest"
10. Wait at least 30 seconds+.
11. Repeat the steps 9. and 10. several times.
12. From left navigation tree, expand and select SimpleListener Service (as above).
13. From right pain, select "Monitoring" tab -> "Tables" and see metrics.
14. From right pain, select "Monitoring" tab -> "Graphs" and see metrics.
15. Metrics are properly updated.
14. Navigate to Monitoring -> Schedules page for "Message Count (avg) per Minute" and change this value to something else (for instance 1 minute);

Actual results:
Value of the "Message Count (avg) per Minute" will drop to 0 and it will stay there.

Expected results:
Value of the "Message Count (avg) per Minute" is collected properly after collection period is changed.

Additional info:
As mentioned above - it seems that JBoss ON Agent restart can be used as a workaround.

Comment 1 Heiko W. Rupp 2013-09-11 12:03:50 UTC
While this shows in the SOA-P plugin, we need to make sure there is no general issue in JON-core.

Comment 2 Lukas Krejci 2013-09-11 12:44:55 UTC
This seems to be constrained to SOA-P plugin. I tried changing the the schedules of Disk Read Bytes and its per-minute variant on the filesystem resources on linux platform and I never saw the described behavior.

Comment 3 Heiko W. Rupp 2013-09-12 09:41:14 UTC
Assigning to Kevin to check the soa plugin