Github user DrIgor commented on the issue:

    https://github.com/apache/zeppelin/pull/2039
  
    `interrupt` just sets `Thread.isInterrupted` flag and does not immediately 
stop the thread. Then thread can check this flag and decide if it needs to 
stop. So in fact, termination logic remains the same.
    
    Maybe you mixed up `Thread.interrupt` and `Thread.stop` methods? 
`Thread.stop` terminates a thread without graceful shutdown, `Thread.interrupt` 
doesn't.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to