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 13:18:18 UTC

[GitHub] [rocketmq] panzhi33 commented on issue #3199: two timed task for RequestFutureTable

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