From issues-return-33883-archive-asf-public=cust-asf.ponee.io@carbondata.apache.org Fri Feb 2 06:25:14 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 5016A180608 for ; Fri, 2 Feb 2018 06:25:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 40023160C56; Fri, 2 Feb 2018 05:25:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AF526160C44 for ; Fri, 2 Feb 2018 06:25:13 +0100 (CET) Received: (qmail 72510 invoked by uid 500); 2 Feb 2018 05:25:12 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 72500 invoked by uid 99); 2 Feb 2018 05:25:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2018 05:25:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C42B4E038F; Fri, 2 Feb 2018 05:25:12 +0000 (UTC) From: dhatchayani To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org Message-ID: Subject: [GitHub] carbondata pull request #1909: [CARBONDATA-1410] Thread leak issue in case o... Content-Type: text/plain Date: Fri, 2 Feb 2018 05:25:12 +0000 (UTC) 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.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 #1909 ---- commit d10ff0b1a0aca5183f22d76761c22b372090833d Author: dhatchayani Date: 2018-02-02T05:25:19Z [CARBONDATA-1410] Thread leak issue in case of data loading failure ---- ---