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 [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9904A160C26 for ; Wed, 3 Jan 2018 01:59:26 +0100 (CET) Received: (qmail 78629 invoked by uid 500); 3 Jan 2018 00:59:25 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 78618 invoked by uid 99); 3 Jan 2018 00:59:25 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2018 00:59:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id DA18C1A07C5 for ; Wed, 3 Jan 2018 00:59:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.211 X-Spam-Level: X-Spam-Status: No, score=-99.211 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 1aUHc17GdYhb for ; Wed, 3 Jan 2018 00:59:24 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 742395F3A1 for ; Wed, 3 Jan 2018 00:59:23 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4F39BE0026 for ; Wed, 3 Jan 2018 00:59:22 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3B78D240EA for ; Wed, 3 Jan 2018 00:59:19 +0000 (UTC) Date: Wed, 3 Jan 2018 00:59:19 +0000 (UTC) From: "Miklos Szegedi (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (YARN-7687) ContainerLogAppender Improvements MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 03 Jan 2018 00:59:27 -0000 [ https://issues.apache.org/jira/browse/YARN-7687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16308942#comment-16308942 ] Miklos Szegedi edited comment on YARN-7687 at 1/3/18 12:58 AM: --------------------------------------------------------------- Committed to trunk. Thank you for the contribution [~belugabehr]. was (Author: miklos.szegedi@cloudera.com): Committed to trunk. > ContainerLogAppender Improvements > --------------------------------- > > Key: YARN-7687 > URL: https://issues.apache.org/jira/browse/YARN-7687 > Project: Hadoop YARN > Issue Type: Improvement > Affects Versions: 3.0.0 > Reporter: BELUGA BEHR > Priority: Trivial > Fix For: 3.1.0 > > Attachments: YARN-7687.1.patch, YARN-7687.2.patch, YARN-7687.3.patch > > > * Use Array-backed collection instead of LinkedList > * Ignore calls to {{close()}} after the initial call > * Clear the queue after {{close}} is called to let garbage collection do its magic on the items inside of it > * Fix int-to-long conversion issue (overflow) > * Remove superfluous white space -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org