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/04/20 04:26:49 UTC

[GitHub] [rocketmq] lilylei013 opened a new issue #1950: when DefaultMQProducerImpl shutdown didn't shutdown some demon thread.

lilylei013 opened a new issue #1950:
URL: https://github.com/apache/rocketmq/issues/1950


   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
      start a DefaultMQProducer producer , after send message , then shutdown it, but the main thread is not finish.
   
   - What did you expect to see?
       I want all the MQ producer relative threads is finished. 
   - What did you see instead?
     there is still some demon threads left there .
        RequestHouseKeepingService , and AsyncAppender-Dispatcher-Thread-3,4,6
   
   2. Please tell us about your environment:
        windows 64bit  eclipse 
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
        for the RequestHouseKeepingService , there is because timer is not shutdown
        for the AsyncAppender-Dispatcher-Thread , I didn't found it now
   


----------------------------------------------------------------
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] coder-zzzz commented on issue #1950: when DefaultMQProducerImpl shutdown didn't shutdown some demon thread.

Posted by GitBox <gi...@apache.org>.
coder-zzzz commented on issue #1950:
URL: https://github.com/apache/rocketmq/issues/1950#issuecomment-617612925


   I think the AsyncAppender-Dispatcher-Thread is used by log, so it is usefull , can not shutdown when producer shutdown


----------------------------------------------------------------
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] lilylei013 commented on issue #1950: when DefaultMQProducerImpl shutdown didn't shutdown some demon thread.

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


   Just cancle the timer when producer shutdown it's okay


----------------------------------------------------------------
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] coder-zzzz commented on issue #1950: when DefaultMQProducerImpl shutdown didn't shutdown some demon thread.

Posted by GitBox <gi...@apache.org>.
coder-zzzz commented on issue #1950:
URL: https://github.com/apache/rocketmq/issues/1950#issuecomment-617610773


   I found this issue #1957  today, but didn't find this issue #1950.I already commit a pr #1958  to fix #1957 


----------------------------------------------------------------
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] lilylei013 commented on issue #1950: when DefaultMQProducerImpl shutdown didn't shutdown some demon thread.

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


   I checked 4.7.0 version, it's not fix. It's the timertask which is not cancel


----------------------------------------------------------------
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 commented on issue #1950: when DefaultMQProducerImpl shutdown didn't shutdown some demon thread.

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


   Hi @lilylei013 What version are you using? I used the latest version and there seems to be no such issue.


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