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 2021/11/10 09:02:27 UTC

[GitHub] [rocketmq] Bin2020 opened a new issue #3476: send batch message with tag, commitlog save tag error

Bin2020 opened a new issue #3476:
URL: https://github.com/apache/rocketmq/issues/3476


   版本4.9.2,发送批量消息,tag设置TagA。commitlog保存的消息TAGS为TagACLUSTER,漏了分隔符。消费者订阅TagA收不到该消息。如果订阅全部类型tag,打印该消息的TAGS为TagACLUSTERDefaultCluster
   ```
   BenchmarkTest mKEYSOrderID002UNIQ_KEY7F000001023818B4AAC23171A8B90001WAITtrueTAGSTagACLUSTERDefaultClusterWAITtrue 
   ```


-- 
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] HScarb commented on issue #3476: send batch message with tag, commitlog save tag error

Posted by GitBox <gi...@apache.org>.
HScarb commented on issue #3476:
URL: https://github.com/apache/rocketmq/issues/3476#issuecomment-965149397


   https://github.com/apache/rocketmq/pull/2961
   this PR modifies `MessageDecoder#messageProperties2String()` may cause this problem, as it deleted last character of the properties string


-- 
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] HScarb edited a comment on issue #3476: send batch message with tag, commitlog save tag error

Posted by GitBox <gi...@apache.org>.
HScarb edited a comment on issue #3476:
URL: https://github.com/apache/rocketmq/issues/3476#issuecomment-965149397


   https://github.com/apache/rocketmq/pull/2961
   this PR modifies `MessageDecoder#messageProperties2String()` may cause this problem, as it deleted last character of the properties string
   as we see, @areyouok has working on it to fix this bug


-- 
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] RongtongJin commented on issue #3476: send batch message with tag, commitlog save tag error

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #3476:
URL: https://github.com/apache/rocketmq/issues/3476#issuecomment-987540819


   Merged


-- 
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] RongtongJin closed issue #3476: send batch message with tag, commitlog save tag error

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #3476:
URL: https://github.com/apache/rocketmq/issues/3476


   


-- 
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] wz2cool commented on issue #3476: send batch message with tag, commitlog save tag error

Posted by GitBox <gi...@apache.org>.
wz2cool commented on issue #3476:
URL: https://github.com/apache/rocketmq/issues/3476#issuecomment-1000750960


   meet the same problem wait version 4.9.3


-- 
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] areyouok commented on issue #3476: send batch message with tag, commitlog save tag error

Posted by GitBox <gi...@apache.org>.
areyouok commented on issue #3476:
URL: https://github.com/apache/rocketmq/issues/3476#issuecomment-966207281


   I have fix it, test finished.
   
   You can pick this commit and build it yourself before 4.9.3 release.


-- 
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