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
We have a pretty big topic that is over 3GB in size with over 2.5M messages in 5 partitions.
When searching for messages using "key equals" search on a specific key, we only get results from 6 days ago (see screenshot). But when we add a "value contains" filter to a unique message identifier that is a part of the value, we do get a newer message (see other screenshot).
The way we found this is that we saw recent messages being logged in our consumer that we couldn't find in the search. But then when we added the value filter, the message would show up.
Steps to reproduce:
open a big topic
search for messages of a known key using the "key equals" filter
Expected behaviour:
All messages are shown
Actual behaviour:
Latest messages are not shown.
We were able to reproduce this with multiple keys on that topic.
Other way to reproduce is to open the topic, take a key from the tail and search for messages using that key. The message in the tail won't be found.
We have a pretty big topic that is over 3GB in size with over 2.5M messages in 5 partitions.
When searching for messages using "key equals" search on a specific key, we only get results from 6 days ago (see screenshot). But when we add a "value contains" filter to a unique message identifier that is a part of the value, we do get a newer message (see other screenshot).
The way we found this is that we saw recent messages being logged in our consumer that we couldn't find in the search. But then when we added the value filter, the message would show up.
Steps to reproduce:
Expected behaviour:
All messages are shown
Actual behaviour:
Latest messages are not shown.
We were able to reproduce this with multiple keys on that topic.
Other way to reproduce is to open the topic, take a key from the tail and search for messages using that key. The message in the tail won't be found.
Version: 0.24.0
Note: Possibly related to #1479
The text was updated successfully, but these errors were encountered: