[GitHub] [spark] WeichenXu123 edited a comment on issue #25235: [WIP][SPARK-28483][Core] Fix canceling a spark job using barrier mode but barrier tasks do not exit

2019-07-25 Thread GitBox
WeichenXu123 edited a comment on issue #25235: [WIP][SPARK-28483][Core] Fix canceling a spark job using barrier mode but barrier tasks do not exit URL: https://github.com/apache/spark/pull/25235#issuecomment-514520895 The reason I do not use `thread.interrupt` to cancel the thread is: *

[GitHub] [spark] WeichenXu123 edited a comment on issue #25235: [WIP][SPARK-28483][Core] Fix canceling a spark job using barrier mode but barrier tasks do not exit

2019-07-24 Thread GitBox
WeichenXu123 edited a comment on issue #25235: [WIP][SPARK-28483][Core] Fix canceling a spark job using barrier mode but barrier tasks do not exit URL: https://github.com/apache/spark/pull/25235#issuecomment-514520895 The reason I do not use `thread.interrupt` to cancel the thread is: *