Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1076332

Summary: The event log messages repeat themselves at a consistent interval till they fill the page completely
Product: Red Hat Enterprise Virtualization Manager Reporter: Aval <avyadav>
Component: ovirt-engine-webadmin-portalAssignee: Nobody <nobody>
Status: CLOSED DUPLICATE QA Contact: Pavel Stehlik <pstehlik>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: acathrow, dshah, ecohen, gshereme, iheim, oourfali, Rhev-m-bugs, vgaikwad, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ux
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-16 15:43:46 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:

Description Aval 2014-03-14 05:43:12 UTC
Description of problem: The messages in event log section on webadmin portal keep on repeating till the page fills (100 entries). This problem occurs with all the browser for example "firefox 17.0.9". 


Version-Release number of selected component (if applicable):
RHEV-M 3.3

How reproducible:


Steps to Reproduce:
1. Login to webadmin portal
2. Select a VM tab
3. Select Events subtab
4. Check the correlation-id it will be present multiple times
5. Check the audit_log table for messages related to this VM 

Actual results:

Multiple event log messages displayed

Expected results:

Do not display multiple messages

Additional info:
//For a VM there are 20 messages in database , but event log shows 100 entries ( all 20 entries 5 times ) with same time stamp & correlation-id

~~~
           log_time            | correlation_id 
-------------------------------+----------------
 2014-03-11 03:50:41.857+05:30 | 37953f5b
 2014-03-10 20:26:34.031+05:30 | 50778cc9
 2014-03-10 20:26:14.797+05:30 | 50778cc9
 2014-03-10 19:00:22.421+05:30 | 50d7a2b4
 2014-03-08 03:23:19.42+05:30  | 561212d5
 2014-03-07 04:23:17.508+05:30 | a198125
 2014-03-07 04:23:07.109+05:30 | a198125
 2014-02-27 03:59:29.585+05:30 | 4d5b7d70
 2014-02-27 03:59:03.547+05:30 | 1ca2e9b0
 2014-02-27 03:06:53.742+05:30 | 6f5236eb
 2014-02-27 03:06:30.581+05:30 | 6f5236eb
 2014-02-27 02:50:21.263+05:30 | 10d14fab
 2014-02-25 22:42:48.479+05:30 | 7486dde
 2014-02-25 22:41:47.818+05:30 | 7486dde
 2014-02-25 22:41:31.926+05:30 | 
 2014-02-25 22:41:21.151+05:30 | 1db018f
 2014-02-11 01:09:04.557+05:30 | 1cb82378
 2014-02-11 01:08:28.477+05:30 | 1cb82378
 2014-02-10 18:51:41.923+05:30 | 2b2daf2d
 2014-02-10 18:49:28.87+05:30  | 2b2daf2d
(20 rows)
~~~