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 2020/03/16 07:55:21 UTC

[GitHub] [rocketmq] niejian opened a new issue #1855: message CONSUMED_BUT_FILTERED change to CONSUMED

niejian opened a new issue #1855: message CONSUMED_BUT_FILTERED change to CONSUMED
URL: https://github.com/apache/rocketmq/issues/1855
 
 
   
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   I send messge use Tag1, and then, consumer subscription the same topic use expression Tag2, and consumer didn't receive messgae and the message status change to `CONSUMED_BUT_FILTERED`. later, I change consumer tag to Tag1, console didn't display consumer log, but the message status has changed to `CONSUMED`. So I want to know how the message changed
   
   - What did you expect to see?
   console display consumer log and message status has changed to `CONSUMED`
   - What did you see instead?
   console didn't display consumer log, but the message status has changed to `CONSUMED`
   2. Please tell us about your environment:
   mac os
   jdk 1.8
   rocketmq:4.1.6
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   use springboot 2.1.7. 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq] wlliqipeng commented on issue #1855: message CONSUMED_BUT_FILTERED change to CONSUMED

Posted by GitBox <gi...@apache.org>.
wlliqipeng commented on issue #1855: message CONSUMED_BUT_FILTERED change to CONSUMED
URL: https://github.com/apache/rocketmq/issues/1855#issuecomment-599910829
 
 
   If the message is delivered but filtered, the status of the message is CONSUMED_BUT_FILTERED. So your observation is as expected.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq] wlliqipeng closed issue #1855: message CONSUMED_BUT_FILTERED change to CONSUMED

Posted by GitBox <gi...@apache.org>.
wlliqipeng closed issue #1855: message CONSUMED_BUT_FILTERED change to CONSUMED
URL: https://github.com/apache/rocketmq/issues/1855
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services