Return-Path: Delivered-To: apmail-incubator-pig-dev-archive@locus.apache.org Received: (qmail 42237 invoked from network); 6 Dec 2007 20:16:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2007 20:16:06 -0000 Received: (qmail 37835 invoked by uid 500); 6 Dec 2007 20:15:54 -0000 Delivered-To: apmail-incubator-pig-dev-archive@incubator.apache.org Received: (qmail 37813 invoked by uid 500); 6 Dec 2007 20:15:54 -0000 Mailing-List: contact pig-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@incubator.apache.org Delivered-To: mailing list pig-dev@incubator.apache.org Received: (qmail 37804 invoked by uid 99); 6 Dec 2007 20:15:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 12:15:54 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 20:16:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0574E71424F for ; Thu, 6 Dec 2007 12:15:43 -0800 (PST) Message-ID: <27347894.1196972143003.JavaMail.jira@brutus> Date: Thu, 6 Dec 2007 12:15:43 -0800 (PST) From: "Utkarsh Srivastava (JIRA)" To: pig-dev@incubator.apache.org Subject: [jira] Updated: (PIG-44) Problem with spilling BigBags In-Reply-To: <8644769.1196795023437.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Utkarsh Srivastava updated PIG-44: ---------------------------------- Attachment: spilling.patch This is not a particularly attractive solution, but may be adequate for the short-term. Please review > Problem with spilling BigBags > ----------------------------- > > Key: PIG-44 > URL: https://issues.apache.org/jira/browse/PIG-44 > Project: Pig > Issue Type: Bug > Reporter: Olga Natkovich > Assignee: Olga Natkovich > Attachments: spilling.patch > > > Currently, once we spill the bag, if no additional memory becomes available, we would be spilling 1 record at a time because of the problem with the logic. Short term, we will make a change to spill 100 records at a time. Longer term, we need to try and drain the memory before doing so. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.