Skip to content

Commit 70ca182

Browse files
committed
a bit change in comment
1 parent 556978b commit 70ca182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/scala/org/apache/spark/storage/BlockManager.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@ private[spark] class BlockManager(
658658
}
659659
}
660660

661-
// Now that the block is in either the memory or disk store, let other threads read it,
662-
// and tell the master about it.
661+
// Now that the block is in either the memory, tachyon or disk store,
662+
// let other threads read it, and tell the master about it.
663663
marked = true
664664
myInfo.markReady(size)
665665
if (tellMaster) {

0 commit comments

Comments
 (0)