Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E2BA510FF5 for ; Thu, 11 Dec 2014 05:10:13 +0000 (UTC) Received: (qmail 94346 invoked by uid 500); 11 Dec 2014 05:10:13 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 94279 invoked by uid 500); 11 Dec 2014 05:10:13 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 94226 invoked by uid 99); 11 Dec 2014 05:10:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2014 05:10:13 +0000 Date: Thu, 11 Dec 2014 05:10:13 +0000 (UTC) From: "Hanifi Gunes (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-1839) Clean up complex writers per batch if project has a ComplexWriter function evaluation or leak memory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Hanifi Gunes created DRILL-1839: ----------------------------------- Summary: Clean up complex writers per batch if project has a ComplexWriter function evaluation or leak memory Key: DRILL-1839 URL: https://issues.apache.org/jira/browse/DRILL-1839 Project: Apache Drill Issue Type: Bug Reporter: Hanifi Gunes Assignee: Hanifi Gunes ProjectRecordBatch maintains a list of complex writers that is used for allocation before function evaluation. To avoid re-allocation & leaking memory, we need to clean up writers from previous batches before function invocation takes place. -- This message was sent by Atlassian JIRA (v6.3.4#6332)