[ 
https://issues.apache.org/jira/browse/CASSANDRA-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Ellis updated CASSANDRA-3335:
--------------------------------------

    Attachment: 3335.txt

Patch that switches DTPE to daemon threads, and Memtable's jamm TPE to DTPE. 
The only other direct use of TPE is the thrift handler for sync mode in ACD, 
which doesn't seem to have a problem killing things off when we ask it to so I 
left it alone.
                
> ThreadPoolExecutor creates threads as non-daemon and will block on shutdown 
> by default
> --------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-3335
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3335
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Brandon Williams
>            Priority: Minor
>         Attachments: 3335.txt
>
>
> This is most obviously visible in OptionalTasks which should not block 
> shutdown, but often does.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to