You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Nabarun Nag (Jira)" <ji...@apache.org> on 2021/09/03 02:22:10 UTC

[jira] [Closed] (GEODE-8168) Redis pipelined command responses can be corrupted

     [ https://issues.apache.org/jira/browse/GEODE-8168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nabarun Nag closed GEODE-8168.
------------------------------

> Redis pipelined command responses can be corrupted
> --------------------------------------------------
>
>                 Key: GEODE-8168
>                 URL: https://issues.apache.org/jira/browse/GEODE-8168
>             Project: Geode
>          Issue Type: Bug
>          Components: redis
>            Reporter: Jens Deppe
>            Assignee: Jens Deppe
>            Priority: Major
>             Fix For: 1.14.0
>
>
> Redis clients can send pipelined commands where commands are sent as batches. Responses are expected in the same order as the commands.
> Since we switched the responses of PUBLISH commands to be asynchronous, now command responses can be interleaved incorrectly which results in clients to break. For example the client is expecting a response from PUBLISH but, instead, gets a response to HMSET.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)