Bug 1668847

Summary: Events from OpenStack are delivered in wrong order which causes miss of certain events
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: ProvidersAssignee: Sam Lucidi <slucidi>
Status: CLOSED ERRATA QA Contact: Ido Ovadia <iovadia>
Severity: high Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: high    
Version: unspecifiedCC: dmetzger, jfrey, jhardy, obarenbo, smallamp
Target Milestone: GAKeywords: ZStream
Target Release: 5.9.8   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.9.8.1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1668228 Environment:
Last Closed: 2019-02-12 13:58:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: Openstack Target Upstream Version:
Embargoed:
Bug Depends On: 1668228    
Bug Blocks:    

Comment 2 Satoe Imaishi 2019-01-23 17:18:42 UTC
Gaprindashvili backport:

commit 7693a564905b281fcc68b16584d3a57a7351250c
Author: Marek Aufart <aufi.cz>
Date:   Tue Jan 22 11:20:36 2019 +0100

    Merge pull request #433 from mansam/panko-read-back-old-events
    
    Read back to catch events that may have reached Panko out of order
    
    (cherry picked from commit c0bb7c39f95074aae77d8b9a2246eaf44db27bce)
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1668847

Comment 4 errata-xmlrpc 2019-02-12 13:58:53 UTC
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://access.redhat.com/errata/RHSA-2019:0315

Comment 5 Ido Ovadia 2019-02-12 14:15:49 UTC
Verified

Comment 6 CFME Bot 2019-02-13 05:45:04 UTC
New commit detected on ManageIQ/manageiq-providers-openstack/gaprindashvili:

https://github.com/ManageIQ/manageiq-providers-openstack/commit/7693a564905b281fcc68b16584d3a57a7351250c
commit 7693a564905b281fcc68b16584d3a57a7351250c
Author:     Marek Aufart <aufi.cz>
AuthorDate: Tue Jan 22 05:20:36 2019 -0500
Commit:     Marek Aufart <aufi.cz>
CommitDate: Tue Jan 22 05:20:36 2019 -0500

    Merge pull request #433 from mansam/panko-read-back-old-events

    Read back to catch events that may have reached Panko out of order

    (cherry picked from commit c0bb7c39f95074aae77d8b9a2246eaf44db27bce)

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1668847

 config/settings.yml | 1 +
 lib/manageiq/providers/openstack/legacy/events/openstack_ceilometer_event_monitor.rb | 11 +-
 spec/models/manageiq/providers/openstack/cloud_manager/event_target_parser_spec.rb | 10 +
 3 files changed, 21 insertions(+), 1 deletion(-)