Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E14F17FA8 for ; Wed, 8 Apr 2015 00:54:16 +0000 (UTC) Received: (qmail 50872 invoked by uid 500); 8 Apr 2015 00:54:13 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 50844 invoked by uid 500); 8 Apr 2015 00:54:13 -0000 Mailing-List: contact issues-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 issues@drill.apache.org Received: (qmail 50835 invoked by uid 99); 8 Apr 2015 00:54:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2015 00:54:13 +0000 Date: Wed, 8 Apr 2015 00:54:13 +0000 (UTC) From: "Steven Phillips (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2718) Handle counting and status of sent batches by FragmentContext 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-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Phillips updated DRILL-2718: ----------------------------------- Attachment: DRILL-2718.patch > Handle counting and status of sent batches by FragmentContext > ------------------------------------------------------------- > > Key: DRILL-2718 > URL: https://issues.apache.org/jira/browse/DRILL-2718 > Project: Apache Drill > Issue Type: Improvement > Components: Execution - RPC > Reporter: Steven Phillips > Assignee: Steven Phillips > Attachments: DRILL-2718.patch > > > The tracking of sent batches is currently done by the senders, and much of the code is duplicated and unnecessary. We want to move the tracking of sent batches and the handling of their status to the FragmentContext. -- This message was sent by Atlassian JIRA (v6.3.4#6332)