You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Manish Gupta (JIRA)" <ji...@apache.org> on 2018/04/23 15:03:00 UTC

[jira] [Created] (CARBONDATA-2391) Thread leak in compaction operation if prefetch is enabled and compaction process is killed

Manish Gupta created CARBONDATA-2391:
----------------------------------------

             Summary: Thread leak in compaction operation if prefetch is enabled and compaction process is killed
                 Key: CARBONDATA-2391
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2391
             Project: CarbonData
          Issue Type: Bug
            Reporter: Manish Gupta
            Assignee: Manish Gupta


Problem
Thread leak in compaction operation if prefetch is enabled and compaction process is killed

Analysis
During compaction if prefetch is enabled RawResultIterator launches an executor service for prefetching the data.
If compaction fails or the process is killed it can lead to thread leak due to executor service still in running state.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)