aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/storage/memory/MemoryStore.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17056][CORE] Fix a wrong assert regarding unroll memory in MemoryStoreLiang-Chi Hsieh2016-09-271-1/+1
* [SPARK-17491] Close serialization stream to fix wrong answer bug in putIterat...Josh Rosen2016-09-171-23/+66
* [SPARK-17465][SPARK CORE] Inappropriate memory management in `org.apache.spar...Xing SHI2016-09-141-3/+3
* [CORE][DOC] remove redundant commentwm624@hotmail.com2016-09-141-9/+9
* [SPARK-17503][CORE] Fix memory leak in Memory store when unable to cache the ...Sean Zhong2016-09-121-14/+26
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-301-1/+1
* [SPARK-16166][CORE] Also take off-heap memory usage into consideration in log...jerryshao2016-07-251-1/+3
* [MINOR][CORE] Fix display wrong free memory size in the logjerryshao2016-06-271-1/+2
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-021-10/+10
* [SPARK-13992] Add support for off-heap cachingJosh Rosen2016-04-011-44/+109
* [SPARK-14135] Add off-heap storage memory bookkeeping support to MemoryManagerJosh Rosen2016-03-261-9/+10
* [SPARK-13980] Incrementally serialize blocks while unrolling them in MemoryStoreJosh Rosen2016-03-241-25/+204
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-231-15/+40
* [SPARK-13990] Automatically pick serializer when caching RDDsJosh Rosen2016-03-211-40/+59
* [SPARK-13921] Store serialized blocks as multiple chunks in MemoryStoreJosh Rosen2016-03-171-30/+28
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-171-1/+2
* [SPARK-10907][SPARK-6157] Remove pendingUnrollMemory from MemoryStoreJosh Rosen2016-03-141-190/+171
* [SPARK-13696] Remove BlockStore class & simplify interfaces of mem. & disk st...Josh Rosen2016-03-101-0/+522