Description of problem: It was not possible to work with UI due to lags (complete web browser including other, not CFME related tabs were frozen) There was identified more 3650 unread messages in notification. In production.log were messages: [----] I, [2017-01-11T13:30:37.001241 #17205:ea0a88] INFO -- : Started GET "/api/notifications?expand=resources&attributes=details" for 193.182.20.95 at 2017-01-11 13:30:37 +0100 [----] I, [2017-01-11T13:30:37.031701 #17205:ea0a88] INFO -- : Processing by Api::NotificationsController#show as JSON [----] I, [2017-01-11T13:30:37.031938 #17205:ea0a88] INFO -- : Parameters: {"expand"=>"resources", "attributes"=>"details"} [----] I, [2017-01-11T13:30:58.960555 #17205:ea0a88] INFO -- : Completed 200 OK in 21928ms (Views: 0.4ms | ActiveRecord: 0.0ms) It was not sufficient just to "Mark us read". To resolve issue, all messages from notification had to be deleted. Martin Hradil helped to troubleshoot this issue. Version-Release number of selected component (if applicable): How reproducible: Generate meny messages for notification. Browse through UI Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/e96b024a9e3d6b1fb75107d5fe364f982a311b9c commit e96b024a9e3d6b1fb75107d5fe364f982a311b9c Author: Martin Hradil <mhradil> AuthorDate: Wed Mar 8 17:52:48 2017 +0000 Commit: Martin Hradil <mhradil> CommitDate: Wed Apr 19 13:12:01 2017 +0000 notification-drawer - only render group items when the group is open https://bugzilla.redhat.com/show_bug.cgi?id=1412172 app/views/static/notification_drawer/notification-drawer.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Hello, there is update in 5.7.3 where only first 100 messages is generated that really improved performance. But originally there were available "buttons" to Mark all messages as read / Delete all of them. These "buttons" are not available. you have to "delete" messages one by one clicking on "x" icon at each message. Then at some moment (or never) appears buttons with options to Mark all as read / Delete all. It would be really useful if these "buttons" will be displayed al the time. Or at least it will be possible to scroll through list of notification to get to "buttons". Thanks, Vaclav
Vaclav.. aah, thanks for noticing, the buttons are actually always there, but notification area doesn't resize properly so they can move off screen. If you want to track that, it's https://bugzilla.redhat.com/show_bug.cgi?id=1445689 .
Fixed in 5.9.0.4.20171024163837_ef71ea6