Skip to content

Commit a65c9e6

Browse files
committed
more debugging + 1
1 parent be3a20b commit a65c9e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/spark-it/src/test/scala/org/apache/celeborn/tests/spark/fetch_failure/ShuffleReaderGetHooks.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class FileDeletionShuffleReaderGetHook(
8686
.flatMap(_.listFiles().iterator).headOption
8787
datafile match {
8888
case Some(file) => {
89+
println(s"deleted ${file.getAbsolutePath}")
8990
file.delete()
9091
}
9192
case None => throw new RuntimeException("unexpected, there must be some data file")

0 commit comments

Comments
 (0)