Hide Forgot
Created attachment 1131802 [details] filter-right Description of problem: After create app in project, try to filter event data on Event page and all resources event tab page. When input partial word in filter box, sometimes it filters out event data correctly, sometimes filters wrong or doesn't filter out. Refer to attachments. Version-Release number of selected component (if applicable): openshift v1.1.3-342-g8f04689 kubernetes v1.2.0-alpha.7-703-gbc4550d etcd 2.2.5 How reproducible: Always Steps to Reproduce: 1.Create app in project. 2.Login web console, on Event page and all resources event tab page, input partial word that contained in some event data, eg: input "29" to filter "11:09:29 AM", input "sti" to filter event data containing "sti" 3. Actual results: 2.Sometimes filter out correctly, sometimes wrong. Expected results: 3.Should always filter out events correctly. Additional info:
Created attachment 1131803 [details] filter-wrong-1
Created attachment 1131804 [details] filter-wrong-2
It's working, except the filter is more inclusive than you expect. For instance, if you search for "29," it will match 29 anywhere in the timestamp like milliseconds, although we don't show the time to that precision in the table. I can look at restricting the filter so it doesn't match everything in the event. Probably we want to remove matching on time and any field we don't display.
https://github.com/openshift/origin/pull/7715
Note that the above pull intentionally disables filtering on time. You can filter on the other visible fields in the table.
Tested on devenv-rhel7_3592: openshift v1.1.3-397-g326e0ed kubernetes v1.2.0-alpha.7-703-gbc4550d etcd 2.2.5 After created app in project ,filter events data on all related page, it can filter visible field except time field as designed. The bug has been fixed, so move to Verified.