[jira] [Created] (HAWQ-1227) HAWQ init fails if User name contains capital character

2016-12-18 Thread Radar Lei (JIRA)
Radar Lei created HAWQ-1227: --- Summary: HAWQ init fails if User name contains capital character Key: HAWQ-1227 URL: https://issues.apache.org/jira/browse/HAWQ-1227 Project: Apache HAWQ Issue Type:

[jira] [Assigned] (HAWQ-1227) HAWQ init fails if User name contains capital character

2016-12-18 Thread Radar Lei (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radar Lei reassigned HAWQ-1227: --- Assignee: Radar Lei (was: Ed Espino) > HAWQ init fails if User name contains capital character >

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1055#discussion_r92972825 --- Diff: src/backend/libpq/rangerrest.c --- @@ -468,7 +440,7 @@ void call_ranger_rest(CURL_HANDLE curl_handle, char* request) }

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1055#discussion_r92972130 --- Diff: src/backend/libpq/rangerrest.c --- @@ -391,7 +363,7 @@ static size_t write_callback(char *contents, size_t size, size_t nitems,

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1055#discussion_r92972165 --- Diff: src/backend/libpq/rangerrest.c --- @@ -468,7 +440,7 @@ void call_ranger_rest(CURL_HANDLE curl_handle, char* request) }

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1055#discussion_r92971978 --- Diff: src/backend/libpq/rangerrest.c --- @@ -273,10 +245,10 @@ json_object *create_ranger_request_json_batch(List *args) * } */

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1055#discussion_r92971308 --- Diff: src/backend/libpq/rangerrest.c --- @@ -273,10 +245,10 @@ json_object *create_ranger_request_json_batch(List *args) * } */

[GitHub] incubator-hawq issue #1055: HAWQ-1001. Bugfix and refactor ranger logic.

2016-12-18 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/1055 cc @linwen @ictmalili @zhangh43 --- 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

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread xunzhang
GitHub user xunzhang opened a pull request: https://github.com/apache/incubator-hawq/pull/1055 HAWQ-1001. Bugfix and refactor ranger logic. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xunzhang/incubator-hawq HAWQ-1001-BUGFIX

[jira] [Assigned] (HAWQ-1226) Enable ranger while RPS is down will cause HAWQ core dump

2016-12-18 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma reassigned HAWQ-1226: --- Assignee: Hongxu Ma (was: Ed Espino) > Enable ranger while RPS is down will cause HAWQ core dump >

[jira] [Updated] (HAWQ-1226) Enable ranger while RPS is down will cause HAWQ core dump

2016-12-18 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma updated HAWQ-1226: Description: Core dump when starting hawq without starting RPS with enable_ranger is true. {{ (lldb) bt *

[jira] [Updated] (HAWQ-1226) Enable ranger while RPS is down will cause HAWQ core dump

2016-12-18 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma updated HAWQ-1226: Description: Core dump when starting hawq without starting RPS with enable_ranger is true. {code} (lldb) bt

[jira] [Created] (HAWQ-1226) Enable ranger while RPS is down will cause HAWQ core dump

2016-12-18 Thread Hongxu Ma (JIRA)
Hongxu Ma created HAWQ-1226: --- Summary: Enable ranger while RPS is down will cause HAWQ core dump Key: HAWQ-1226 URL: https://issues.apache.org/jira/browse/HAWQ-1226 Project: Apache HAWQ Issue

[GitHub] incubator-hawq pull request #1054: HAWQ-870. Allocate target's tuple table s...

2016-12-18 Thread interma
Github user interma closed the pull request at: https://github.com/apache/incubator-hawq/pull/1054 --- 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

[GitHub] incubator-hawq issue #1054: HAWQ-870. Allocate target's tuple table slot in ...

2016-12-18 Thread interma
Github user interma commented on the issue: https://github.com/apache/incubator-hawq/pull/1054 Thanks. --- 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

[jira] [Closed] (HAWQ-870) Allocate target's tuple table slot in PortalHeapMemory during split partition

2016-12-18 Thread Hongxu Ma (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hongxu Ma closed HAWQ-870. -- Resolution: Fixed already commit in. > Allocate target's tuple table slot in PortalHeapMemory during split

[GitHub] incubator-hawq issue #1054: HAWQ-870. Allocate target's tuple table slot in ...

2016-12-18 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1054 +1 --- 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