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/07/18 09:50:18 UTC

[GitHub] [rocketmq] fujian-zfj opened a new pull request, #4629: map null exception

fujian-zfj opened a new pull request, #4629:
URL: https://github.com/apache/rocketmq/pull/4629

   **Bug Report**
   There is bug in LMQ moudle when checking multiple dispatch queue.
   if (prop == null && pro.isEmpty()) {
       .......
   }
   It will cause an exception.


-- 
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] duhenglucky merged pull request #4629: [ISSUE #4628] Fix bug in LMQ when checking multiple Dispatch Queue

Posted by GitBox <gi...@apache.org>.
duhenglucky merged PR #4629:
URL: https://github.com/apache/rocketmq/pull/4629


-- 
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] coveralls commented on pull request #4629: [ISSUE #4628] Fix bug in LMQ when checking multiple Dispatch Queue

Posted by GitBox <gi...@apache.org>.
coveralls commented on PR #4629:
URL: https://github.com/apache/rocketmq/pull/4629#issuecomment-1187297831

   
   [![Coverage Status](https://coveralls.io/builds/50947059/badge)](https://coveralls.io/builds/50947059)
   
   Coverage increased (+0.09%) to 47.742% when pulling **edf2ee00a65e0fc2b8324aa7036a53dd817a0eca on fujian-zfj:develop-1** into **d930cb96add52a1ff04871a73b618d354f691f79 on apache:develop**.
   


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