Bug 1905253
Summary: | Inaccurate text at bottom of Events page | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Andy Braren <abraren> | ||||
Component: | Management Console | Assignee: | Robb Hamilton <rhamilto> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 4.7 | CC: | aos-bugs, jokerman, spadgett, yanpzhan | ||||
Target Milestone: | --- | Keywords: | UpcomingSprint | ||||
Target Release: | 4.7.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
Cause: The text at the bottom of the Events timeline is inaccurate and possibly misleading.
Consequence: Users can see a misleading message causing them to question the validity of the Events data.
Fix: Update the text to simply say "Older events are not stored" rather than trying to be so precise.
Result: The text at the bottom of the Events timeline communicates the intended message to the user.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-02-24 15:40:32 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: |
|
Waiting on confirmation of correct TTL so message is correct. Checked on ocp 4.7 cluster with payload 4.7.0-0.nightly-2021-01-06-160219. Now "There are no events before X minutes ago" is replaced with "Older events are not stored." The bug is fixed. 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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), 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-2020:5633 |
Created attachment 1737405 [details] Image showing the text at the bottom of page Description of problem: At the very bottom of the Home > Events page after the oldest event that was generated ~2 hours ago (events older than that are purged) some text explains that "There are no events before X minutes ago" where X is the time that you first loaded the Events page. This is usually inaccurate, since most of the events on the page were likely generated before X minutes ago. Version-Release number of selected component (if applicable): 4.7 How reproducible: 100% Steps to Reproduce: 1. Navigate to Home > Events page 2. Scroll to the very bottom of the page 3. See "There are no events before X minutes ago" Actual results: Text that says "There are no events before X minutes ago" which is usually inaccurate. Expected results: Text that says "Events older than 2 hours are not stored." and no dynamically-updating relative time. Additional info: None