sarutak edited a comment on pull request #32214:
URL: https://github.com/apache/spark/pull/32214#issuecomment-822447711
@Kimahriman Thanks for updating. I can confirm the effect of change with the
following job.
```
sc.parallelize(1 to 200, 100).map { x => {Thread.sleep(1000); x} }.collect
```
This seems to be a regression brought when Bootstrap is upgraded (#27370).
--
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]