Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-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 7D8291790D for ; Mon, 2 Feb 2015 15:33:11 +0000 (UTC) Received: (qmail 32339 invoked by uid 500); 2 Feb 2015 15:32:56 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 32294 invoked by uid 500); 2 Feb 2015 15:32:56 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 32285 invoked by uid 99); 2 Feb 2015 15:32:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 15:32:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 02 Feb 2015 15:32:55 +0000 Received: (qmail 31974 invoked by uid 99); 2 Feb 2015 15:32:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 15:32:35 +0000 Date: Mon, 2 Feb 2015 15:32:34 +0000 (UTC) From: "Ufuk Celebi (JIRA)" To: issues@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (FLINK-1465) GlobalBufferPool reports negative memory allocation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FLINK-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi reassigned FLINK-1465: ---------------------------------- Assignee: Ufuk Celebi > GlobalBufferPool reports negative memory allocation > --------------------------------------------------- > > Key: FLINK-1465 > URL: https://issues.apache.org/jira/browse/FLINK-1465 > Project: Flink > Issue Type: Bug > Components: Local Runtime, TaskManager > Affects Versions: 0.9 > Reporter: Robert Metzger > Assignee: Ufuk Celebi > > I've got this error message when starting Flink. > It does not really help me. I suspect that my configuration files (which worked with 0.8 aren't working with 0.9 anymore). Still, the exception is reporting weird stuff > {code} > 11:41:02,516 INFO org.apache.flink.yarn.YarnUtils$$anonfun$startActorSystemAndTaskManager$1$$anon$1 - TaskManager successfully registered at JobManager akka.tcp://flink@cloud-18.dima.tu-berlin.de:39674/user/jo > bmanager. > 11:41:25,230 ERROR org.apache.flink.yarn.YarnUtils$$anonfun$startActorSystemAndTaskManager$1$$anon$1 - Failed to instantiate network environment. > java.io.IOException: Failed to instantiate network buffer pool: Could not allocate enough memory segments for GlobalBufferPool (required (Mb): 0, allocated (Mb): -965, missing (Mb): 965). > at org.apache.flink.runtime.io.network.NetworkEnvironment.(NetworkEnvironment.java:81) > at org.apache.flink.runtime.taskmanager.TaskManager.setupNetworkEnvironment(TaskManager.scala:508) > at org.apache.flink.runtime.taskmanager.TaskManager.org$apache$flink$runtime$taskmanager$TaskManager$$finishRegistration(TaskManager.scala:479) > at org.apache.flink.runtime.taskmanager.TaskManager$$anonfun$receiveWithLogMessages$1.applyOrElse(TaskManager.scala:226) > at scala.runtime.AbstractPartialFunction$mcVL$sp.apply$mcVL$sp(AbstractPartialFunction.scala:33) > at scala.runtime.AbstractPartialFunction$mcVL$sp.apply(AbstractPartialFunction.scala:33) > at scala.runtime.AbstractPartialFunction$mcVL$sp.apply(AbstractPartialFunction.scala:25) > at org.apache.flink.yarn.YarnTaskManager$$anonfun$receiveYarnMessages$1.applyOrElse(YarnTaskManager.scala:32) > at scala.PartialFunction$OrElse.apply(PartialFunction.scala:162) > at org.apache.flink.runtime.ActorLogMessages$$anon$1.apply(ActorLogMessages.scala:41) > at org.apache.flink.runtime.ActorLogMessages$$anon$1.apply(ActorLogMessages.scala:27) > at scala.PartialFunction$class.applyOrElse(PartialFunction.scala:118) > at org.apache.flink.runtime.ActorLogMessages$$anon$1.applyOrElse(ActorLogMessages.scala:27) > at akka.actor.Actor$class.aroundReceive(Actor.scala:465) > at org.apache.flink.runtime.taskmanager.TaskManager.aroundReceive(TaskManager.scala:78) > at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) > at akka.actor.ActorCell.invoke(ActorCell.scala:487) > at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:254) > at akka.dispatch.Mailbox.run(Mailbox.scala:221) > at akka.dispatch.Mailbox.exec(Mailbox.scala:231) > at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) > at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) > at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) > at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) > Caused by: java.lang.OutOfMemoryError: Could not allocate enough memory segments for GlobalBufferPool (required (Mb): 0, allocated (Mb): -965, missing (Mb): 965). > at org.apache.flink.runtime.io.network.buffer.NetworkBufferPool.(NetworkBufferPool.java:76) > at org.apache.flink.runtime.io.network.NetworkEnvironment.(NetworkEnvironment.java:78) > ... 23 more > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)