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

Add print statement to default remove routine

parent cdcccd7b
No related branches found
No related tags found
No related merge requests found
......@@ -386,6 +386,7 @@ private[spark] class MemoryStore(
def remove(blockId: BlockId): Boolean = memoryManager.synchronized {
val entry = entries.synchronized {
println(s"Hello, world!")
entries.remove(blockId)
}
if (entry != null) {
......
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