You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CLG, the message are not properly filtered with timestamp when the timestamp range becomes small.
For example, on hadoop-24hrs-log, the following search commnad (1) returns several messages, but none of (2) or (3) returns any matched search results, although (2) and (3) cover the same exact time range as (1) so they should also return matches.
Bug
In CLG, the message are not properly filtered with timestamp when the timestamp range becomes small.
For example, on hadoop-24hrs-log, the following search commnad (1) returns several messages, but none of (2) or (3) returns any matched search results, although (2) and (3) cover the same exact time range as (1) so they should also return matches.
Suspect that this is caused by some issues in the database queries.
CLP version
5d135cf
Environment
baker
Reproduction steps
The 2nd and 3rd command will not return any output. but the you should see there are message matches in the first command
The text was updated successfully, but these errors were encountered: