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/05/27 03:25:45 UTC

[GitHub] [rocketmq] wongtp opened a new issue #2044: A "NullPointerException" could be thrown in the DefaultLitePullConsumerImpl

wongtp opened a new issue #2044:
URL: https://github.com/apache/rocketmq/issues/2044


   ```java
   ProcessQueue processQueue = assignedMessageQueue.getProcessQueue(messageQueue);
   //  "processQueue" is nullable here. line 653
   if (processQueue == null && processQueue.isDropped()) {
       log.info("The message queue not be able to poll, because it's dropped. group={}, messageQueue={}", defaultLitePullConsumer.getConsumerGroup(), this.messageQueue);
       return;
   }
   
   ```


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



[GitHub] [rocketmq] lizhiboo commented on issue #2044: A "NullPointerException" could be thrown in the DefaultLitePullConsumerImpl

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


   yup,can you submit a pr to fix it? 


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



[GitHub] [rocketmq] RongtongJin closed issue #2044: A "NullPointerException" could be thrown in the DefaultLitePullConsumerImpl

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


   


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



[GitHub] [rocketmq] lebron374 commented on issue #2044: A "NullPointerException" could be thrown in the DefaultLitePullConsumerImpl

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


   > yup,can you submit a pr to fix it?
   
   i commit a pr @ https://github.com/apache/rocketmq/pull/2059


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