[
https://issues.apache.org/jira/browse/TAJO-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14112087#comment-14112087
]
ASF GitHub Bot commented on TAJO-1020:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/127
TAJO-1020: TajoContainerProxy::assignExecutionBlock causes NPE by race c...
...ondition.
This is an urgent issue. Please review it as soon as possible.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1020
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/127.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 #127
----
commit 7c73116d35a48580fcf25860d5f610c96572b243
Author: Hyunsik Choi <[email protected]>
Date: 2014-08-27T09:27:07Z
TAJO-1020: TajoContainerProxy::assignExecutionBlock causes NPE by race
condition.
----
> TajoContainerProxy::assignExecutionBlock causes NPE by race condition.
> ----------------------------------------------------------------------
>
> Key: TAJO-1020
> URL: https://issues.apache.org/jira/browse/TAJO-1020
> Project: Tajo
> Issue Type: Bug
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Critical
> Fix For: 0.9.0
>
>
> When some classes using KeyValueSet is being used for a concurrent manner.
> The member variable 'builder' in KeyValueSet causes race condition. As a
> result, builder can cause NPE.
> This is an urgent issue. Please review it as soon as possible.
--
This message was sent by Atlassian JIRA
(v6.2#6252)