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

A connection can get stuck indefinitely if an extremely large Redis command is received #91

Open
rkarthik007 opened this issue Mar 8, 2018 · 0 comments
Assignees
Labels
kind/bug This issue is a bug

Comments

@rkarthik007
Copy link
Collaborator

If a Redis command larger than the maximum read buffer size is received, it will never get processed, and the buffer will never get freed. We need to detect the fact that the buffer is filled with one large incomplete command and respond with an error.

@rkarthik007 rkarthik007 added this to To Do in YCQL via automation Mar 8, 2018
@mbautin mbautin changed the title A connection can get stuck indefinitely if a large Redis command is received A connection can get stuck indefinitely if an extremely large Redis command is received Mar 8, 2018
@rkarthik007 rkarthik007 added kind/enhancement This is an enhancement of an existing feature kind/bug This issue is a bug and removed kind/enhancement This is an enhancement of an existing feature labels Apr 6, 2018
@bmatican bmatican added this to To do in YEDIS Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This issue is a bug
Projects
YCQL
  
To Do
YEDIS
To do
Status: No status
Development

No branches or pull requests

2 participants