From dev-return-19443-apmail-drill-dev-archive=drill.apache.org@drill.apache.org Sat Jan 9 13:35:41 2016 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 C497917436 for ; Sat, 9 Jan 2016 13:35:41 +0000 (UTC) Received: (qmail 9590 invoked by uid 500); 9 Jan 2016 13:35:41 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 9538 invoked by uid 500); 9 Jan 2016 13:35:41 -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 9489 invoked by uid 99); 9 Jan 2016 13:35:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jan 2016 13:35:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DE4152C1F57 for ; Sat, 9 Jan 2016 13:35:39 +0000 (UTC) Date: Sat, 9 Jan 2016 13:35:39 +0000 (UTC) From: "Deneche A. Hakim (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DRILL-4174) fix for DRILL-4081 mistakenly regresses the fix for DRILL-3786 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deneche A. Hakim resolved DRILL-4174. ------------------------------------- Resolution: Fixed Fixed by 5cb8eb95ea98eacf1c262e50ab1ff2714d37fc2c > fix for DRILL-4081 mistakenly regresses the fix for DRILL-3786 > -------------------------------------------------------------- > > Key: DRILL-4174 > URL: https://issues.apache.org/jira/browse/DRILL-4174 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Relational Operators > Affects Versions: 1.4.0 > Reporter: Deneche A. Hakim > Assignee: Deneche A. Hakim > Fix For: 1.5.0 > > > As part of fixing DRILL-3786, ExternalSortBatch counts how many batches are held in memory in a local variable "totalBatches" to make sure sort spills to disk before we have too many batches for the SelectionVector4. > The fix for DRILL-4081 removed the line that incremented totalBatches which causes the previous fix to no longer work -- This message was sent by Atlassian JIRA (v6.3.4#6332)