Return-Path: X-Original-To: apmail-tez-issues-archive@minotaur.apache.org Delivered-To: apmail-tez-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 1C10510076 for ; Mon, 9 Feb 2015 09:07:35 +0000 (UTC) Received: (qmail 79616 invoked by uid 500); 9 Feb 2015 09:07:35 -0000 Delivered-To: apmail-tez-issues-archive@tez.apache.org Received: (qmail 79555 invoked by uid 500); 9 Feb 2015 09:07:35 -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 79545 invoked by uid 99); 9 Feb 2015 09:07:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 09:07:35 +0000 Date: Mon, 9 Feb 2015 09:07:34 +0000 (UTC) From: "Jeff Zhang (JIRA)" To: issues@tez.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TEZ-2045) TaskAttemptListener should not pull Tasks from AMContainer 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-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14311942#comment-14311942 ] Jeff Zhang commented on TEZ-2045: --------------------------------- Redundant log in AMContainerImpl {code} if (LOG.isDebugEnabled()) { LOG.debug("AssignTA: attempt: " + event.getRemoteTaskSpec()); LOG.debug("AdditionalLocalResources: " + container.additionalLocalResources); } LOG.info("AssignTA: attempt: " + event.getRemoteTaskSpec()); LOG.info("AdditionalLocalResources: " + container.additionalLocalResources); {code} > TaskAttemptListener should not pull Tasks from AMContainer > ---------------------------------------------------------- > > Key: TEZ-2045 > URL: https://issues.apache.org/jira/browse/TEZ-2045 > Project: Apache Tez > Issue Type: Task > Reporter: Siddharth Seth > Assignee: Siddharth Seth > Attachments: TEZ-2045.1.txt, TEZ-2045.2.txt > > > The flow should be reversed where AMContainer registers with the TaskAttemptListener, like it's done for all other operations. -- This message was sent by Atlassian JIRA (v6.3.4#6332)