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 2019/02/26 04:45:41 UTC

[GitHub] pigpdong opened a new issue #903: PrintMessageByQueueCommand may not print the right msgs

pigpdong opened a new issue #903: PrintMessageByQueueCommand may not print the right msgs 
URL: https://github.com/apache/rocketmq/issues/903
 
 
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   * What did you do (The steps to reproduce)?
   PrintMessageByQueueCommand with the option -d -e
   * What did you expect to see?
     print the right msglist
   * What did you see instead?
    the -e may get a max offset,but consumer.pull(mq, subExpression, offset, 32); this code may return the msg which bigger than the maxoffset
   
   and the option -d -d describe as a string like End timestamp[currentTimeMillis|yyyy-MM-dd#HH:mm:ss:SSS]  but acturally it need a long 
   timestamp = Long.parseLong(value);
   
   1. Please tell us about your environment:
      None.
   2. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
      None

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services