mnizhq007 opened a new issue, #1377: URL: https://github.com/apache/incubator-kvrocks/issues/1377
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Version OS:centos6.9 KVRocks:2.3.0 redis-cli:6.2.6/4.0.10 ### Minimal reproduce step I have a cluster of kvorkcs,3 master and 3 slave setup 1:I randomly logged in to a node to execute the command redis-cli -c -h IP1 -p PORT1 -a password XREAD BLOCK 10000 STREAMS test-mq $ Please make sure that there is redirection happening when executing the XADD command. setup 2:Login again to the same node redis-cli -c -h IP1 -p PORT1 -a password XADD test-mq * key1 value1 ### What did you expect to see? I would like to see normal consumption data, for example. 1) 1) "test-mq" 2) 1) 1) "1681209941456-0" 2) 1) "key1" 2) "value1" (3.51s) ### What did you see instead? I can see that the consume command in step 1 is unable to see the data and only sees an empty message. (nil) (10.00s) ### Anything Else? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
