GitHub user jose-torres opened a pull request:
https://github.com/apache/spark/pull/20622
[SPARK-23441][SS] Remove queryExecutionThread.interrupt() from
ContinuousExecution
## What changes were proposed in this pull request?
Remove queryExecutionThread.interrupt() from ContinuousExecution. As
detailed in the JIRA, interrupting the thread is only relevant in the
microbatch case; for continuous processing the query execution can quickly
clean itself up without.
## How was this patch tested?
existing tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jose-torres/spark SPARK-23441
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20622.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #20622
----
commit 3d8acd2974d11a790ab9cd9338673bba18d683ac
Author: Jose Torres <jose@...>
Date: 2018-02-15T17:27:09Z
remove interrupt
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]