GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/carbondata/pull/1454
[CARBONDATA-1658] Fixed Thread leak issue in no sort
**Problem**: In case of no sort executor service is not shutting down in
writer step which is causing thread leak. In case of long run it will throwing
OOM error
**Solution:**: Need to shutdown executor service in all the case success
and failure
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kumarvishal09/incubator-carbondata
insertintothreadleak
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1454.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1454
----
commit 3c99905ab1f129d8d9af4f84d25b2345be57a27c
Author: kumarvishal <[email protected]>
Date: 2017-10-30T15:22:19Z
Fixed Thread leak issue in no sort
----
---