From issues-return-40843-archive-asf-public=cust-asf.ponee.io@tez.apache.org Thu Oct 17 04:41:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 50E7118067C for ; Thu, 17 Oct 2019 06:41:02 +0200 (CEST) Received: (qmail 75726 invoked by uid 500); 17 Oct 2019 04:41:01 -0000 Mailing-List: contact issues-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list issues@tez.apache.org Received: (qmail 75691 invoked by uid 99); 17 Oct 2019 04:41:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2019 04:41:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B3DD5E2EE5 for ; Thu, 17 Oct 2019 04:41:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 159AA780427 for ; Thu, 17 Oct 2019 04:41:00 +0000 (UTC) Date: Thu, 17 Oct 2019 04:41:00 +0000 (UTC) From: "Rajesh Balamohan (Jira)" To: issues@tez.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TEZ-4091) UnorderedPartitionedKVWriter::readDataForDME should check if in-mem file is flushed or not 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/TEZ-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953397#comment-16953397 ] Rajesh Balamohan commented on TEZ-4091: --------------------------------------- precommit env is still broken as it ends up picking up older jars. > UnorderedPartitionedKVWriter::readDataForDME should check if in-mem file is flushed or not > ------------------------------------------------------------------------------------------ > > Key: TEZ-4091 > URL: https://issues.apache.org/jira/browse/TEZ-4091 > Project: Apache Tez > Issue Type: Bug > Reporter: Rajesh Balamohan > Priority: Minor > Attachments: TEZ-4091.1.patch, TEZ-4091.2.patch > > Time Spent: 10m > Remaining Estimate: 0h > > It is possible that the in-mem cache flushed out the data to file. Before sending the data over wire, it would be good to check if the data got flushed out to disk. -- This message was sent by Atlassian Jira (v8.3.4#803005)