Skip to content
Snippets Groups Projects
Commit a1fc0281 authored by Justin Loew's avatar Justin Loew
Browse files

Moving changes, please ignore

parent 7b8dff98
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ private[spark] class MemoryStore(
def compare(other: OurBlockIdAndSizeType): Int = this.size.compare(other.size)
}
private val blockIdAndSizeSet = new SortedSet[OurBlockIdAndSizeType]()
private val blockIdAndSizeSet = SortedSet[OurBlockIdAndSizeType]()
private val entries = new LinkedHashMap[BlockId, MemoryEntry[_]](32, 0.75f, true)
// A mapping from taskAttemptId to amount of memory used for unrolling a block (in bytes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment