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/07/30 07:58:15 UTC

[GitHub] [rocketmq] reidzhou opened a new issue #3199: why create two timed task for scanExpiredRequest [关于DefaultMQProducerImpl的start方法有一点疑问]

reidzhou opened a new issue #3199:
URL: https://github.com/apache/rocketmq/issues/3199


   


-- 
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] panzhi33 commented on issue #3199: two timed task for RequestFutureTable

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


   > **BUG REPORT**
   > 
   > * What did you do (The steps to reproduce)?
   >   create a producer
   >   ```
   >    DefaultMQProducer producer = new DefaultMQProducer("test");
   >    producer.setNamesrvAddr("");
   >    producer.start();
   >   ```
   > * What did you see instead?
   >   multi thread named 'ClientHouseKeepingService'
   >   ![image](https://user-images.githubusercontent.com/34478469/127622420-2631fdfd-9996-405a-8f50-25b2b73aae04.png)
   > 
   > there is two timed task to update RequestFutureTable which is static resource.
   > is that a bug?
   
   yes,i can 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.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] reidzhou closed issue #3199: multi timed task for scanExpiredRequest [scanExpiredRequest有两个定时任务]

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


   


-- 
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 #3199: two timed task for RequestFutureTable

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


   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 #3199: two timed task for RequestFutureTable

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


   


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