GitHub user chenliang613 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/460
[CARBONDATA-560] fix QueryExecutionException processing.
In QueryExecutionException:
Change executorService.shutdownNow() to :
queryProperties.executorService.shutdown();
try {
queryProperties.executorService.awaitTermination(1, TimeUnit.HOURS);
} catch (InterruptedException e) {
throw
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chenliang613/incubator-carbondata patch-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/460.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 #460
----
commit 98a969042094400b06e6c17775d1aaefbace98f1
Author: Liang Chen <[email protected]>
Date: 2016-12-24T09:10:56Z
[CARBONDATA-560] In QueryExecutionException, can not use
executorService.shutdownNow() to shut down immediately.
In QueryExecutionException, can not use executorService.shutdownNow() to
shut down immediately.
----
---
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.
---