GitHub user eminency opened a pull request:
https://github.com/apache/tajo/pull/451
TAJO-1440: Some tests fail in parallel test environment in TestKillQuery
Currently, state variable is exposed directly to outside.
Thus, changing state operation is out of locking scope and consistency may
be broken.
Changing state should be protected by acquiring write lock.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eminency/tajo TAJO-1440
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/451.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 #451
----
commit 0c0cb5b9092050de8403ba4b00636acba885b89d
Author: Jongyoung Park <[email protected]>
Date: 2015-03-23T02:14:03Z
Changing state should be protected by lock acquiring
commit 302ebf7a154c9f3830ab3480ae821127774475bf
Author: Jongyoung Park <[email protected]>
Date: 2015-03-23T02:20:15Z
Debugging code is removed
----
---
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.
---