Bug 1252136
Summary: | Initial drift definition snapshot is not taken and breaks drift | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | dsteigne | ||||
Component: | Drift | Assignee: | Libor Zoubek <lzoubek> | ||||
Status: | CLOSED ERRATA | QA Contact: | Filip Brychta <fbrychta> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | JON 3.3.3 | CC: | fbrychta, lzoubek, miburman, theute | ||||
Target Milestone: | ER01 | Keywords: | Triaged | ||||
Target Release: | JON 3.3.4 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-10-28 14:37:12 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: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
dsteigne
2015-08-10 19:22:29 UTC
Created attachment 1061194 [details]
Screenshot of drift
branch: master link: https://github.com/rhq-project/rhq/commit/d22799150 time: 2015-09-02 14:47:26 +0200 commit: d22799150dea99626c4e7fb2c2d02f6845ac1e03 author: Libor Zoubek - lzoubek message: Bug 1252136 - Initial drift definition snapshot is not taken and breaks drift Fixed DriftDetectionSchedule comparator. It caused that schedules with higher nextCheckInterval were inserted to the beginning of the priority queue, but DriftDetector relies on lowest checkInterval. As a result only one drift detection schedule could ever run on agent. Cherry-picked to release/jon3.3.x: commit 43e1e395864ab695fa95c32a76007ebfca8493c7 Author: Libor Zoubek <lzoubek> Date: Wed Sep 2 14:47:26 2015 +0200 Bug 1252136 - Initial drift definition snapshot is not taken and breaks drift Fixed DriftDetectionSchedule comparator. It caused that schedules with higher nextCheckInterval were inserted to the beginning of the priority queue, but DriftDetector relies on lowest checkInterval. As a result only one drift detection schedule could ever run on agent. (cherry picked from commit d22799150dea99626c4e7fb2c2d02f6845ac1e03) Fixing the test: On master: commit 7c32f5ef5d5cecc0861a2a85e0299604c6088ec4 Author: Michael Burman <miburman> Date: Mon Sep 28 13:09:14 2015 +0300 [BZ 1252136] Fix the regression test to follow what it should do instead of what the feature was doing.. On release/jon3.3.x: commit c43ed54d1f446da28437361c80ae674076eb03be Author: Michael Burman <miburman> Date: Mon Sep 28 13:09:14 2015 +0300 [BZ 1252136] Fix the regression test to follow what it should do instead of what the feature was doing.. (cherry picked from commit 7c32f5ef5d5cecc0861a2a85e0299604c6088ec4) Moving to ON_QA as available to test with the following build: https://brewweb.devel.redhat.com/buildinfo?buildID=460382 *Note: jon-server-patch-3.3.0.GA.zip maps to ER01 build of jon-server-3.3.0.GA-update-04.zip. Verified on Version : 3.3.0.GA Update 04 Build Number : 821a526:fa7b1a1 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-1947.html |