sarutak commented on pull request #30749:
URL: https://github.com/apache/spark/pull/30749#issuecomment-743995516


   Though the screenshot seems to be from `2.4`, I confirmed that `master` also 
has this issue.
   I verified the change with the following script.
   ```
   val stage = sc.parallelize(1 to 10).map(x => (x, x)).reduceByKey(_ + _)
   stage.collect
   stage.map { x => {Thread.sleep(60000); x} }.reduceByKey(_ + _).collect
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to