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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to