From issues-return-22887-apmail-spark-issues-archive=spark.apache.org@spark.apache.org Thu Jan 8 01:23:35 2015 Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-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 BC5AB1075C for ; Thu, 8 Jan 2015 01:23:35 +0000 (UTC) Received: (qmail 13335 invoked by uid 500); 8 Jan 2015 01:23:37 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 13301 invoked by uid 500); 8 Jan 2015 01:23:37 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 13291 invoked by uid 99); 8 Jan 2015 01:23:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2015 01:23:36 +0000 Date: Thu, 8 Jan 2015 01:23:34 +0000 (UTC) From: "Andrew Or (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SPARK-4777) Some block memory after unrollSafely not count into used memory(memoryStore.entrys or unrollMemory) 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/SPARK-4777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Or updated SPARK-4777: ----------------------------- Priority: Major (was: Minor) > Some block memory after unrollSafely not count into used memory(memoryStore.entrys or unrollMemory) > --------------------------------------------------------------------------------------------------- > > Key: SPARK-4777 > URL: https://issues.apache.org/jira/browse/SPARK-4777 > Project: Spark > Issue Type: Bug > Components: Spark Core > Affects Versions: 1.1.0 > Reporter: SuYan > > Some memory not count into memory used by memoryStore or unrollMemory. > Thread A after unrollsafely memory, it will release 40MB unrollMemory(40MB will used by other threads). then ThreadA wait get accountingLock to tryToPut blockA(30MB). before Thread A get accountingLock, blockA memory size is not counting into unrollMemory or memoryStore.currentMemory. > > IIUC, freeMemory should minus that block memory -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org