Github user zsxwing commented on the issue:

    https://github.com/apache/spark/pull/17761
  
    @mridulm this only affect codes calling `runUninterruptibly` which is not a 
public API, so won't break any existing codes. The worst case of this PR is 
some task needs to wait until network timeout. However, if removing 
`runUninterruptibly` added in this PR, it's pretty easy to be stuck in an 
endless loop of Kafka client when interrupting it. That's wasting resources and 
unacceptable.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to