Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsitent filtering messages on a topic #1073

Closed
ErykCh opened this issue Feb 5, 2024 · 6 comments · Fixed by #1076
Closed

Inconsitent filtering messages on a topic #1073

ErykCh opened this issue Feb 5, 2024 · 6 comments · Fixed by #1076
Labels
backend bug Something isn't working

Comments

@ErykCh
Copy link

ErykCh commented Feb 5, 2024

Hi, version 2.4.1

filtering messages on a topic

sometimes it works correctly and returns the correct result, but more often it does not work properly

some example:
there is a message with the key Ao9JdNYRQPirTIGe2Nz64g
image

filtering out works
image

finding doesn't work
image

Often I see such error:
image

No errors in logs:
image

@weeco
Copy link
Contributor

weeco commented Feb 5, 2024

We are looking at this. This issues was not introduced with v2.4.1, but we are not sure yet what is causing this. cc @bojand

Re the network error - this is most likely completely separate. Please have a look at the network tab and check the response status code as well as the request duration. If it's something like 30s or 60s I assume there's some timeout (e.g. from your reverse proxy) cutting of the connection.

@ErykCh
Copy link
Author

ErykCh commented Feb 7, 2024

Hi @bojand,

In version 2.4.2 the problem still exists.

!= works correctly, == works incorrectly

but the backend error information no longer appears

@weeco
Copy link
Contributor

weeco commented Feb 7, 2024

@ErykCh Could you please post more details? Such as screenshots that show the filter and the returned message content on which was filtered. That would help us to understand the problem better.

@ErykCh
Copy link
Author

ErykCh commented Feb 8, 2024

Hi,

the same behaviour as in first comment.

So here comparission of two versions:

2.3.10:

image
image
image
logs:
image

now version 2.4.2, the same environment, the same kafka, the same configuration, only difference is kowl version:
image
image
image
image

it looks like the filters are stored as cookies, so we're sure they're the same

logs:
image

@weeco
Copy link
Contributor

weeco commented Feb 8, 2024

Thanks @ErykCh , this looks like an issue specific to strings (i.e. JSON would work) - fixed here: #1093 . Sorry for missing that one - this Docker image will hopefully do it for you: docker pull redpandadata/console-unstable:master-1a0ad4a , we'll cut a patch release with this fix very soon

@ErykCh
Copy link
Author

ErykCh commented Feb 9, 2024

Hi,
version 2.4.3 works properly.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants