GitHub user jiny2 opened a pull request:
https://github.com/apache/incubator-hawq/pull/1308
HAWQ-1530. Illegally killing a JDBC select query causes locking problems
This bug root cause maybe twice FATAL error throwing, I cannot exactly
reproduce it according to this issue's comment, just based on my understanding
and previous bug fix experiences. We cannot allow a FATAL throwed again when
anohter FATAL causes process into exit phase.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jiny2/incubator-hawq HAWQ-1530
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/1308.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 #1308
----
commit 7a103541d11cebd3872dc1b7108ab636f7f53ddf
Author: Yi <[email protected]>
Date: 2017-11-07T20:47:02Z
HAWQ-1530. Illegally killing a JDBC select query causes locking problems
----
---