[
https://issues.apache.org/jira/browse/HIVE-17615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196555#comment-16196555
]
ASF GitHub Bot commented on HIVE-17615:
---------------------------------------
GitHub user anishek opened a pull request:
https://github.com/apache/hive/pull/259
HIVE-17615 : Task.executeTask has to be thread safe for parallel execution
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anishek/hive HIVE-17615
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/259.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 #259
----
commit 80ee9193e28adcfc2ee0bf1f64318dc0ee9c326b
Author: Anishek Agarwal <[email protected]>
Date: 2017-10-09T06:40:03Z
HIVE-17615 : Task.executeTask has to be thread safe for parallel execution
----
> Task.executeTask has to be thread safe for parallel execution
> -------------------------------------------------------------
>
> Key: HIVE-17615
> URL: https://issues.apache.org/jira/browse/HIVE-17615
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Affects Versions: 3.0.0
> Reporter: anishek
> Assignee: anishek
> Labels: pull-request-available
> Fix For: 3.0.0
>
> Attachments: HIVE-17615.0.patch
>
>
> With parallel execution enabled we should make sure that the
> {{Task.executeTask}} has to be thread safe, which is not the case with
> hiveHistory object.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)