You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/02/14 08:32:30 UTC

[GitHub] [rocketmq-externals] yuz10 opened a new issue #861: Exception parsing redis command "set a 1010 px 1000"

yuz10 opened a new issue #861:
URL: https://github.com/apache/rocketmq-externals/issues/861


   The issue tracker is **ONLY** used for bug report and feature request. 
   
   Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/).
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
    start redis connector and execute redis command "set a 1010 px 1000"
   - What did you expect to see?
   
   - What did you see instead?
   ```
   [2022-02-14 15:48:46,106] ERROR parser value error: set a 1010 px 1000 {} 
   java.lang.ClassCastException: java.lang.String cannot be cast to [B
           at com.moilioncircle.redis.replicator.util.Strings.toString(Strings.java:42)
           at com.moilioncircle.redis.replicator.util.Strings.toString(Strings.java:37)
           at com.moilioncircle.redis.replicator.cmd.CommandParsers.toRune(CommandParsers.java:34)
           at org.apache.rocketmq.connect.redis.parser.SetParser.handleValue(SetParser.java:44)
   ```
   2. Please tell us about your environment:
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-externals] vongosling closed issue #861: Exception parsing redis command "set a 1010 px 1000"

Posted by GitBox <gi...@apache.org>.
vongosling closed issue #861:
URL: https://github.com/apache/rocketmq-externals/issues/861


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org