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 AB602200B16 for ; Mon, 20 Jun 2016 12:31:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AA659160A65; Mon, 20 Jun 2016 10:31:06 +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 22F2A160A24 for ; Mon, 20 Jun 2016 12:31:05 +0200 (CEST) Received: (qmail 85179 invoked by uid 500); 20 Jun 2016 10:31:05 -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 85170 invoked by uid 99); 20 Jun 2016 10:31:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2016 10:31:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2CD282C14F8 for ; Mon, 20 Jun 2016 10:31:05 +0000 (UTC) Date: Mon, 20 Jun 2016 10:31:05 +0000 (UTC) From: "Till Rohrmann (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-4094) Off heap memory deallocation might not work properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 20 Jun 2016 10:31:06 -0000 Till Rohrmann created FLINK-4094: ------------------------------------ Summary: Off heap memory deallocation might not work properly Key: FLINK-4094 URL: https://issues.apache.org/jira/browse/FLINK-4094 Project: Flink Issue Type: Bug Components: Local Runtime Affects Versions: 1.1.0 Reporter: Till Rohrmann Priority: Critical Fix For: 1.1.0 A user reported that off-heap memory is not properly deallocated when setting {{taskmanager.memory.preallocate:false}} (per default) [1]. This can cause the TaskManager process being killed by the OS. It should be possible to execute multiple batch jobs with preallocation turned off. No longer used direct memory buffers should be properly garbage collected so that the JVM process does not exceed it's maximum memory bounds. [1] http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/offheap-memory-allocation-and-memory-leak-bug-td12154.html -- This message was sent by Atlassian JIRA (v6.3.4#6332)