We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556978b commit 70ca182Copy full SHA for 70ca182
core/src/main/scala/org/apache/spark/storage/BlockManager.scala
@@ -658,8 +658,8 @@ private[spark] class BlockManager(
658
}
659
660
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.
+ // Now that the block is in either the memory, tachyon or disk store,
+ // let other threads read it, and tell the master about it.
663
marked = true
664
myInfo.markReady(size)
665
if (tellMaster) {
0 commit comments