[jira] [Closed] (HAWQ-1529) "segment resource manager" will NOT exit when postmaster died

2017-09-25 Thread Kuien Liu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuien Liu closed HAWQ-1529. --- Resolution: Fixed Fix Version/s: backlog https://github.com/apache/incubator-hawq/pull/1290 > "segment

[jira] [Commented] (HAWQ-1529) "segment resource manager" will NOT exit when postmaster died

2017-09-25 Thread Kuien Liu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16180172#comment-16180172 ] Kuien Liu commented on HAWQ-1529: - https://github.com/apache/incubator-hawq/pull/1290 has been marged. >

[GitHub] incubator-hawq pull request #1290: HAWQ-1529. Fix segment resource manager h...

2017-09-25 Thread kuien
Github user kuien closed the pull request at: https://github.com/apache/incubator-hawq/pull/1290 ---

[jira] [Commented] (HAWQ-1480) Packing a core file in hawq

2017-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16180029#comment-16180029 ] ASF GitHub Bot commented on HAWQ-1480: -- Github user janebeckman commented on a diff in the pull

[jira] [Commented] (HAWQ-1480) Packing a core file in hawq

2017-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16180025#comment-16180025 ] ASF GitHub Bot commented on HAWQ-1480: -- Github user janebeckman commented on a diff in the pull

[jira] [Commented] (HAWQ-1480) Packing a core file in hawq

2017-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16180006#comment-16180006 ] ASF GitHub Bot commented on HAWQ-1480: -- Github user janebeckman commented on a diff in the pull

[jira] [Commented] (HAWQ-1480) Packing a core file in hawq

2017-09-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16180005#comment-16180005 ] ASF GitHub Bot commented on HAWQ-1480: -- Github user janebeckman commented on a diff in the pull

[jira] [Created] (HAWQ-1531) Templatize pxf-private.classpath and pxf-log4j.properties

2017-09-25 Thread Oleksandr Diachenko (JIRA)
Oleksandr Diachenko created HAWQ-1531: - Summary: Templatize pxf-private.classpath and pxf-log4j.properties Key: HAWQ-1531 URL: https://issues.apache.org/jira/browse/HAWQ-1531 Project: Apache HAWQ

[GitHub] incubator-hawq issue #1290: HAWQ-1529. Fix segment resource manager hang whe...

2017-09-25 Thread jianlirong
Github user jianlirong commented on the issue: https://github.com/apache/incubator-hawq/pull/1290 LGTM, +1 ---

[jira] [Created] (HAWQ-1530) Illegally killing a JDBC select query causes locking problems

2017-09-25 Thread Grant Krieger (JIRA)
Grant Krieger created HAWQ-1530: --- Summary: Illegally killing a JDBC select query causes locking problems Key: HAWQ-1530 URL: https://issues.apache.org/jira/browse/HAWQ-1530 Project: Apache HAWQ

[jira] [Closed] (HAWQ-1193) TDE support in HAWQ

2017-09-25 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma closed HAWQ-1193. --- Resolution: Fixed finished > TDE support in HAWQ > --- > > Key: HAWQ-1193 >

[GitHub] incubator-hawq issue #1290: HAWQ-1529. Fix segment resource manager hang whe...

2017-09-25 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/1290 LGTM, +1 ---

[GitHub] incubator-hawq pull request #1290: HAWQ-1529. Fix segment resource manager h...

2017-09-25 Thread kuien
GitHub user kuien opened a pull request: https://github.com/apache/incubator-hawq/pull/1290 HAWQ-1529. Fix segment resource manager hang when postmaster died If PostmasterIsAlive() is under implicit declaration, %eax (32-bits) will be used for comparison rather than %al (8-bits),

[jira] [Closed] (HAWQ-1510) Add TDE-related functionality into hawq command line tools

2017-09-25 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma closed HAWQ-1510. --- Resolution: Fixed done > Add TDE-related functionality into hawq command line tools >

[jira] [Updated] (HAWQ-1510) Add TDE-related functionality into hawq command line tools

2017-09-25 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma updated HAWQ-1510: Description: 1, hawq init the only way to enable tde in hawq: user should give a key name(already created by

[jira] [Commented] (HAWQ-1529) "segment resource manager" will NOT exit when postmaster died

2017-09-25 Thread Kuien Liu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16178730#comment-16178730 ] Kuien Liu commented on HAWQ-1529: - Without include pmsignal.h, 32 bits of return (PostmasterIsAlive() )

[jira] [Comment Edited] (HAWQ-1529) "segment resource manager" will NOT exit when postmaster died

2017-09-25 Thread Kuien Liu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16178608#comment-16178608 ] Kuien Liu edited comment on HAWQ-1529 at 9/25/17 8:31 AM: -- A possible patch looks

[jira] [Commented] (HAWQ-1529) "segment resource manager" will NOT exit when postmaster died

2017-09-25 Thread Kuien Liu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16178608#comment-16178608 ] Kuien Liu commented on HAWQ-1529: - A possible patch looks strange but does work. {code:c} ---

[jira] [Comment Edited] (HAWQ-1529) "segment resource manager" will NOT exit when postmaster died

2017-09-25 Thread Kuien Liu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16178608#comment-16178608 ] Kuien Liu edited comment on HAWQ-1529 at 9/25/17 6:52 AM: -- A possible patch looks