Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/7352#issuecomment-121329906
  
    Oh I get it, I'm wrong then. This is not about `Runnable.run()` stopping 
but the (Java) `Executor` stopping the scheduling of the task. I didn't realize 
an exception in a task cancelled the future schedule, so, now it makes sense 
that it does matter how `run()` finishes, not just that it finishes. I'm sorry 
about that, I see it now.
    
    Can I make a minor suggestion then: change `logError` to `logWarning` since 
this is a recoverable error, apparently.


---
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