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

Limit on <object> length during ingest PUSH? #319

Open
gogsbread opened this issue Jan 22, 2024 · 1 comment
Open

Limit on <object> length during ingest PUSH? #319

gogsbread opened this issue Jan 22, 2024 · 1 comment

Comments

@gogsbread
Copy link

gogsbread commented Jan 22, 2024

When I try to ingest a string of size > 128, I get a ERR query_error. Is this encoded anywhere? Couldn't find any details about that in protocol or in configuration.

PUSH messages user aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa "foo"
ERR query_error
@valeriansaliou
Copy link
Owner

Object length should be kept within reasonable limits, eg. an UUID. I don't have access to the code right now, so I cannot tell, but object was designed for ID-like values, not strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants