GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/1909 [CARBONDATA-1410] Thread leak issue in case of data loading failure
Problem: In case of data loading failure threads are not getting closed and its causing thread leak in long run, because of this OOM is coming
Solution: Close all the thread in case of failure , Success and killing
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] Testing done
Manual Testing
- [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/dhatchayani/incubator-carbondata thread_leak
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1909.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1909
----
commit d10ff0b1a0aca5183f22d76761c22b372090833d
Author: dhatchayani <dhatcha.official@...>
Date: 2018-02-02T05:25:19Z
[CARBONDATA-1410] Thread leak issue in case of data loading failure
----
---