Skip to content

Commit

Permalink
Update Worker.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Jul 25, 2023
1 parent 8a09497 commit 4ba13ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ private[celeborn] class Worker(
new Thread() {
override def run(): Unit = {
Thread.sleep(30000)
System.exit(exitKind)
System.exit(0)
}
}.start()
"Success"
Expand Down

0 comments on commit 4ba13ac

Please sign in to comment.