Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8EC89200C81 for ; Fri, 26 May 2017 16:17:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8D630160BB8; Fri, 26 May 2017 14:17:07 +0000 (UTC) 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 D48B9160BAF for ; Fri, 26 May 2017 16:17:06 +0200 (CEST) Received: (qmail 14294 invoked by uid 500); 26 May 2017 14:17:06 -0000 Mailing-List: contact users-help@apex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@apex.apache.org Delivered-To: mailing list users@apex.apache.org Received: (qmail 14284 invoked by uid 99); 26 May 2017 14:17:05 -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; Fri, 26 May 2017 14:17:05 +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 93BEE1A0511 for ; Fri, 26 May 2017 14:17:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.173 X-Spam-Level: ** X-Spam-Status: No, score=2.173 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id efWrDRQTVaZR for ; Fri, 26 May 2017 14:17:05 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id ADAFF5F2FD for ; Fri, 26 May 2017 14:17:04 +0000 (UTC) Received: from static.162.255.23.37.macminivault.com (unknown [162.255.23.37]) by mwork.nabble.com (Postfix) with ESMTP id 3AEFB44CED537 for ; Fri, 26 May 2017 07:17:04 -0700 (MST) Date: Fri, 26 May 2017 07:17:04 -0700 (MST) From: Vivek Bhide To: users@apex.incubator.apache.org Message-ID: <1495808224234-1651.post@n6.nabble.com> Subject: Exceeded allowed memory block for AvroFileInputOperator MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Fri, 26 May 2017 14:17:07 -0000 I have a AvroFileInputOperator which has large no of files to be read when the application starts. While the fire reading goes well at the start, I start getting below warning in log after reading around 50+ files Is there something to be worried about and is there a way to mitigate it? 2017-05-26 09:10:36,233 INFO fs.AbstractFileInputOperator (AbstractFileInputOperator.java:openFile(796)) - opening file hdfs://///partition_date=2017-05-05/000000_0_copy_28 2017-05-26 09:11:32,145 WARN internal.DataList (DataList.java:run(743)) - Exceeded allowed memory block allocation by 1 2017-05-26 09:11:58,595 WARN internal.DataList (DataList.java:run(743)) - Exceeded allowed memory block allocation by 1 Regards Vivek -- View this message in context: http://apache-apex-users-list.78494.x6.nabble.com/Exceeded-allowed-memory-block-for-AvroFileInputOperator-tp1651.html Sent from the Apache Apex Users list mailing list archive at Nabble.com.