GitHub user liyezhang556520 opened a pull request:

    https://github.com/apache/spark/pull/2792

    [SPARK-3941][CORE] _remainingmem should not increase twice when 
updateBlockInfo

    In BlockManagermasterActor, _remainingMem would increase memSize for twice 
when updateBlockInfo if new storageLevel is invalid and old storageLevel is 
"useMemory". Also, _remainingMem should increase with original memory size 
instead of new memSize.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/liyezhang556520/spark spark-3941-remainMem

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/2792.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2792
    
----
commit 0380a327a7d657891fcc42883504945eef2a758d
Author: Zhang, Liye <[email protected]>
Date:   2014-10-14T05:41:25Z

    [SPARK-3941][CORE] _remainingmem should not increase twice when 
updateBlockInfo

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to