[GitHub] incubator-hawq issue #1325: HAWQ-1125. Running pl/python related feature_tes...

2018-01-01 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1325 +1. By the way, I'm wondering whether the sql below works also. -- start_ignore CREATE LANGUAGE plpythonu; -- end_ignore ---

[jira] [Commented] (HAWQ-1561) build faild on centos 6.8 bzip2

2017-12-05 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16279544#comment-16279544 ] Paul Guo commented on HAWQ-1561: Please do not mix different versions of bzip2 since the linking library

[jira] [Commented] (HAWQ-1561) build faild on centos 6.8 bzip2

2017-12-04 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16276568#comment-16276568 ] Paul Guo commented on HAWQ-1561: I just tried. I could run configure with this version. My bzip2 and bzip2

[jira] [Commented] (HAWQ-1561) build faild on centos 6.8 bzip2

2017-12-04 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16276543#comment-16276543 ] Paul Guo commented on HAWQ-1561: You need to install bzip2-devel Admittedly, configure error message

[GitHub] incubator-hawq issue #1263: HAWQ-1495 Corrected answer file to match insert ...

2017-08-02 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1263 +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

[GitHub] incubator-hawq pull request #1263: HAWQ-1495 Corrected answer file to match ...

2017-07-17 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1263#discussion_r127877655 --- Diff: src/test/feature/README.md --- @@ -16,7 +16,10 @@ Before building the code of feature tests part, just make sure your compiler sup

[GitHub] incubator-hawq pull request #1265: HAWQ-1500. HAWQ-1501. HAWQ-1502. Support ...

2017-07-11 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1265#discussion_r126856856 --- Diff: depends/libhdfs3/CMake/FindSSL.cmake --- @@ -0,0 +1,26 @@ +# - Try to find the Open ssl library (ssl) +# +# Once done

[GitHub] incubator-hawq issue #1263: HAWQ-1495 Corrected answer file to match insert ...

2017-07-05 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1263 You could run the test using parallel-run-feature-test.sh. Basically the test need to set some properties so that ans files are uniform. In parallel-run-feature-test.sh, e.g

[GitHub] incubator-hawq issue #1248: HAWQ-1476. Augment enable-ranger-plugin.sh to su...

2017-06-01 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1248 +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

[jira] [Resolved] (HAWQ-1478) Enable hawq build on suse11

2017-06-01 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo resolved HAWQ-1478. Resolution: Fixed > Enable hawq build on suse11 > --- > >

[GitHub] incubator-hawq pull request #1247: HAWQ-1478. Enable hawq build on suse11

2017-06-01 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/1247 HAWQ-1478. Enable hawq build on suse11 This was done by amyrazz44, edespino, internma and liming01 intermittently. You can merge this pull request into a Git repository by running

[jira] [Created] (HAWQ-1478) Enable hawq build on suse11

2017-06-01 Thread Paul Guo (JIRA)
Paul Guo created HAWQ-1478: -- Summary: Enable hawq build on suse11 Key: HAWQ-1478 URL: https://issues.apache.org/jira/browse/HAWQ-1478 Project: Apache HAWQ Issue Type: Bug Reporter: Paul

[GitHub] incubator-hawq issue #1243: HAWQ-1458. Fix share input scan bug for writer p...

2017-05-31 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1243 +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

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-31 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r119279208 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -666,6 +717,29 @@ static int retry_write(int fd, char *buf, int wsize) return 0

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-31 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r119279170 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-31 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r119279222 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -666,6 +717,29 @@ static int retry_write(int fd, char *buf, int wsize) return 0

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-31 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r119278591 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node

[GitHub] incubator-hawq pull request #1237: HAWQ-1459. Tweak the feature test related...

2017-05-27 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/1237 --- 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

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-27 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118815751 --- Diff: src/backend/utils/misc/guc.c --- @@ -6685,6 +6687,15 @@ static struct config_int ConfigureNamesInt

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-27 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118815742 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -793,15 +877,78 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-27 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118815361 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -793,15 +877,78 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-27 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118815310 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -666,6 +717,29 @@ static int retry_write(int fd, char *buf, int wsize) return 0

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-27 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118815308 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -666,6 +717,29 @@ static int retry_write(int fd, char *buf, int wsize) return 0

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118226956 --- Diff: src/backend/utils/misc/guc.c --- @@ -6685,6 +6687,15 @@ static struct config_int ConfigureNamesInt

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118224289 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -709,6 +783,12 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118221100 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118222465 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118224476 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -764,7 +848,7 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118220731 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118222840 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -552,11 +551,59 @@ static void sisc_lockname(char* p, int size, int share_id, const

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118224402 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -738,6 +818,10 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118226007 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -793,15 +877,72 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118223887 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -666,6 +717,29 @@ static int retry_write(int fd, char *buf, int wsize) return 0

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118222360 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118220716 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-24 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r118226308 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -793,15 +877,72 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen

[jira] [Resolved] (HAWQ-1471) "Build and Install" under Red Hat 6.X environment, gcc / gcc-c++ version 4.7.2 is too low to install hawq

2017-05-24 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo resolved HAWQ-1471. Resolution: Fixed Assignee: Paul Guo (was: Ed Espino) Fix Version/s: 2.3.0.0-incubating

[jira] [Comment Edited] (HAWQ-1471) "Build and Install" under Red Hat 6.X environment, gcc / gcc-c++ version 4.7.2 is too low to install hawq

2017-05-24 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16022567#comment-16022567 ] Paul Guo edited comment on HAWQ-1471 at 5/24/17 8:59 AM: - Modified the wiki page

[GitHub] incubator-hawq issue #1243: HAWQ-1458. Fix share input scan bug for writer p...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1243 I think we could file some JIRAs for rest/following work since this is just a hack? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117423393 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -793,15 +887,70 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117423311 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -552,11 +551,61 @@ static void sisc_lockname(char* p, int size, int share_id, const

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117419625 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -552,11 +551,61 @@ static void sisc_lockname(char* p, int size, int share_id, const

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117423486 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -793,15 +887,70 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117416229 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117423597 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -793,15 +887,70 @@ shareinput_reader_waitready(int share_id, PlanGenerator planGen

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117423739 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -41,14 +41,16 @@ #include "postgres.h" --- End diff -- I've bee

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117420258 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -552,11 +551,61 @@ static void sisc_lockname(char* p, int size, int share_id, const

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117420455 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -666,6 +719,36 @@ static int retry_write(int fd, char *buf, int wsize) return 0

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117418080 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117418664 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117418935 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -759,3 +764,30 @@ ExecEagerFreeMaterial(MaterialState *node

[GitHub] incubator-hawq pull request #1243: HAWQ-1458. Fix share input scan bug for w...

2017-05-19 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1243#discussion_r117413480 --- Diff: src/backend/executor/nodeMaterial.c --- @@ -41,14 +41,16 @@ #include "postgres.h" #include "exec

[GitHub] incubator-hawq issue #1181: HAWQ-1398. Fixing invalid references in log stat...

2017-05-17 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1181 You should check into the apache repo. github repo is just a mirror which will keep sync-ed with the apache repo. See https://cwiki.apache.org/confluence/display/HAWQ

[GitHub] incubator-hawq issue #1242: HAWQ-1469. Don't expose warning messages to comm...

2017-05-17 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1242 +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

[GitHub] incubator-hawq pull request #1242: HAWQ-1469. Don't expose warning messages ...

2017-05-17 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1242#discussion_r116960903 --- Diff: src/backend/libpq/rangerrest.c --- @@ -453,23 +453,30 @@ static int call_ranger_rest(CURL_HANDLE curl_handle, const char* request

[jira] [Closed] (HAWQ-1455) Wrong results on CTAS query over catalog

2017-05-17 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo closed HAWQ-1455. -- Resolution: Fixed Fix Version/s: 2.3.0.0-incubating > Wrong results on CTAS query over cata

[jira] [Commented] (HAWQ-1455) Wrong results on CTAS query over catalog

2017-05-17 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013628#comment-16013628 ] Paul Guo commented on HAWQ-1455: Closing this one after checking in the patch below. commit

[GitHub] incubator-hawq issue #1232: HAWQ-1455. Wrong results on CTAS query over cata...

2017-05-10 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1232 My guess is that we simplified the lock mechanism, i.e. we removed some code from gpdb. That patch seems to be the whole gpdb patch against pg for open source. 2017-05-10

[jira] [Commented] (HAWQ-1460) WAL Send Server process should exit if postmaster on master is killed

2017-05-10 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16004401#comment-16004401 ] Paul Guo commented on HAWQ-1460: I saw this on a single-node platform without slave. > WAL Send Ser

[jira] [Closed] (HAWQ-1457) Shared memory for SegmentStatus and MetadataCache should not be allocated on segments.

2017-05-10 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo closed HAWQ-1457. -- Resolution: Fixed > Shared memory for SegmentStatus and MetadataCache should not be allocated on > se

[jira] [Closed] (HAWQ-1460) WAL Send Server process should exit if postmaster on master is killed

2017-05-10 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo closed HAWQ-1460. -- Resolution: Fixed > WAL Send Server process should exit if postmaster on master is kil

[GitHub] incubator-hawq pull request #1236: HAWQ-1457. Shared memory for SegmentStatu...

2017-05-10 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/1236 --- 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

[GitHub] incubator-hawq issue #1236: HAWQ-1457. Shared memory for SegmentStatus and M...

2017-05-10 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1236 Merged. Closing. --- 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

[GitHub] incubator-hawq issue #1238: HAWQ-1460. WAL Send Server process should exit i...

2017-05-09 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1238 @jiny2 @linwen Could you please take a look at this? --- 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

[GitHub] incubator-hawq pull request #1238: HAWQ-1460. WAL Send Server process should...

2017-05-09 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/1238 HAWQ-1460. WAL Send Server process should exit if postmaster on maste… …r is killed You can merge this pull request into a Git repository by running: $ git pull https

[jira] [Assigned] (HAWQ-1460) WAL Send Server process should exit if postmaster on master is killed

2017-05-09 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo reassigned HAWQ-1460: -- Assignee: Paul Guo (was: Ed Espino) > WAL Send Server process should exit if postmaster on mas

[jira] [Created] (HAWQ-1460) WAL Send Server process should exit if postmaster on master is killed

2017-05-09 Thread Paul Guo (JIRA)
Paul Guo created HAWQ-1460: -- Summary: WAL Send Server process should exit if postmaster on master is killed Key: HAWQ-1460 URL: https://issues.apache.org/jira/browse/HAWQ-1460 Project: Apache HAWQ

[jira] [Commented] (HAWQ-1458) Shared Input Scan QE hung in shareinput_reader_waitready().

2017-05-09 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16002291#comment-16002291 ] Paul Guo commented on HAWQ-1458: I'd suggest providing more details. Just a stack seems to be too simple

[GitHub] incubator-hawq pull request #1237: HAWQ-1459. Tweak the feature test related...

2017-05-09 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/1237 HAWQ-1459. Tweak the feature test related entries in makefiles. You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo-/incubator

[jira] [Assigned] (HAWQ-1459) Tweak the feature test related entries in makefiles.

2017-05-09 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo reassigned HAWQ-1459: -- Assignee: Paul Guo (was: Ed Espino) > Tweak the feature test related entries in makefi

[jira] [Created] (HAWQ-1459) Tweak the feature test related entries in makefiles.

2017-05-09 Thread Paul Guo (JIRA)
Paul Guo created HAWQ-1459: -- Summary: Tweak the feature test related entries in makefiles. Key: HAWQ-1459 URL: https://issues.apache.org/jira/browse/HAWQ-1459 Project: Apache HAWQ Issue Type: Bug

[jira] [Assigned] (HAWQ-1457) Shared memory for SegmentStatus and MetadataCache should not be allocated on segments.

2017-05-09 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo reassigned HAWQ-1457: -- Assignee: Paul Guo (was: Ed Espino) > Shared memory for SegmentStatus and MetadataCache sho

[GitHub] incubator-hawq pull request #1236: HAWQ-1457. Shared memory for SegmentStatu...

2017-05-09 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/1236 HAWQ-1457. Shared memory for SegmentStatus and MetadataCache should n… …ot be allocated on segments. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (HAWQ-1457) Shared memory for SegmentStatus and MetadataCache should not be allocated on segments.

2017-05-09 Thread Paul Guo (JIRA)
Paul Guo created HAWQ-1457: -- Summary: Shared memory for SegmentStatus and MetadataCache should not be allocated on segments. Key: HAWQ-1457 URL: https://issues.apache.org/jira/browse/HAWQ-1457 Project

[jira] [Closed] (HAWQ-1444) Need to replace gettimeofday() with clock_gettime() for related timeout checking code

2017-05-08 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo closed HAWQ-1444. -- Resolution: Not A Problem Fix Version/s: (was: backlog) 2.3.0.0-incubating > N

[jira] [Commented] (HAWQ-1444) Need to replace gettimeofday() with clock_gettime() for related timeout checking code

2017-05-08 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16000498#comment-16000498 ] Paul Guo commented on HAWQ-1444: I went through the callers of gettimeofday() in code and did not find

[jira] [Assigned] (HAWQ-1444) Need to replace gettimeofday() with clock_gettime() for related timeout checking code

2017-05-08 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo reassigned HAWQ-1444: -- Assignee: Paul Guo (was: Ed Espino) > Need to replace gettimeofday() with clock_gettime() for rela

[GitHub] incubator-hawq issue #1221: HAWQ-1434

2017-05-07 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1221 @shivzone Please help to take a look at the patch. --- 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

[GitHub] incubator-hawq issue #1221: HAWQ-1434

2017-05-07 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1221 @michaelandrepearce If the code change has been in main, please close this PR. Thanks. By the way, it would be better to have the PR title with more details (i.e. not just a JIRA ID

[GitHub] incubator-hawq issue #1218: HAWQ-1431: Do not use StatsAccessor when column ...

2017-05-07 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1218 @sansanichfb If the code change has been in main, please close this PR. Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] incubator-hawq issue #1181: HAWQ-1398. Fixing invalid references in log stat...

2017-05-07 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1181 +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

[GitHub] incubator-hawq pull request #1232: HAWQ-1455. Wrong results on CTAS query ov...

2017-05-05 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/1232 HAWQ-1455. Wrong results on CTAS query over catalog This reverts the previous fix for HAWQ-512, however to HAWQ-512, it looks like we could modify the lock related code following

[jira] [Commented] (HAWQ-1455) Wrong results on CTAS query over catalog

2017-05-05 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15998012#comment-15998012 ] Paul Guo commented on HAWQ-1455: This is a regression which was introduced by https://issues.apache.org

[jira] [Assigned] (HAWQ-1455) Wrong results on CTAS query over catalog

2017-05-05 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo reassigned HAWQ-1455: -- Assignee: Paul Guo (was: Ed Espino) > Wrong results on CTAS query over cata

[GitHub] incubator-hawq issue #1230: HAWQ-1453. Fixed relation_close() error at analy...

2017-05-04 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1230 Personally I do not like having asOwner and oldOwner1, but it is not a big issue. So +1 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] incubator-hawq issue #1227: HAWQ-1448. Fixed postmaster process hung at recv...

2017-05-03 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1227 Normally stopped master should not lead to recv() hang on segments since recv() will return 0 if the tcp connection (libpq) is closed. --- If your project is set up for it, you can reply

[jira] [Commented] (HAWQ-1436) Implement RPS High availability on HAWQ

2017-04-26 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15985959#comment-15985959 ] Paul Guo commented on HAWQ-1436: If you use the guc with list, you could design it as either load-balancer

[jira] [Created] (HAWQ-1444) Need to replace gettimeofday() with clock_gettime() for related timeout checking code

2017-04-26 Thread Paul Guo (JIRA)
Paul Guo created HAWQ-1444: -- Summary: Need to replace gettimeofday() with clock_gettime() for related timeout checking code Key: HAWQ-1444 URL: https://issues.apache.org/jira/browse/HAWQ-1444 Project

[GitHub] incubator-hawq pull request #1223: HAWQ-1439. tolerate system time being cha...

2017-04-26 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1223#discussion_r113598189 --- Diff: src/backend/resourcemanager/utils/network_utils.c --- @@ -41,9 +42,23 @@ static void cleanupSocketConnectionPool(int code, Datum arg

[GitHub] incubator-hawq pull request #1223: HAWQ-1439. tolerate system time being cha...

2017-04-26 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1223#discussion_r113598785 --- Diff: src/backend/resourcemanager/utils/network_utils.c --- @@ -29,6 +29,7 @@ #include #include #include +#include

[jira] [Comment Edited] (HAWQ-1436) Implement RPS High availability on HAWQ

2017-04-26 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984421#comment-15984421 ] Paul Guo edited comment on HAWQ-1436 at 4/26/17 9:21 AM: - [~xsheng] Typo in my

[jira] [Commented] (HAWQ-1436) Implement RPS High availability on HAWQ

2017-04-26 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984421#comment-15984421 ] Paul Guo commented on HAWQ-1436: [~xsheng] Typo in my comment. I removed the "do not" word. &

[jira] [Comment Edited] (HAWQ-1436) Implement RPS High availability on HAWQ

2017-04-26 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984225#comment-15984225 ] Paul Guo edited comment on HAWQ-1436 at 4/26/17 8:43 AM: - Some suggestions: 1

[jira] [Commented] (HAWQ-1436) Implement RPS High availability on HAWQ

2017-04-26 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15984225#comment-15984225 ] Paul Guo commented on HAWQ-1436: Some suggestions: 1) Since RPS has been a stateless proxy to my knowledge

[GitHub] incubator-hawq issue #1223: HAWQ-1439. tolerate system time being changed to...

2017-04-24 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1223 This is a workaround. A better solution seems to use the relative time based on H/W tick. I'd test to use clock_gettime() to replace gettimeofday() if clock_gettime() exists

[GitHub] incubator-hawq issue #1222: HAWQ-1438. Support resource owner beyond transac...

2017-04-21 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/1222 +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

[GitHub] incubator-hawq pull request #1212: HAWQ-1396. Add more test cases for queryi...

2017-04-11 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1212#discussion_r110828640 --- Diff: src/test/feature/sanity_tests.txt --- @@ -2,5 +2,5 @@ #SERIAL=* are the serial tests to run, optional but should not be empty

[GitHub] incubator-hawq pull request #1212: HAWQ-1396. Add more test cases for queryi...

2017-04-07 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1212#discussion_r110351041 --- Diff: src/test/feature/sanity_tests.txt --- @@ -2,5 +2,5 @@ #SERIAL=* are the serial tests to run, optional but should not be empty

[GitHub] incubator-hawq pull request #1211: HAWQ-1425. Print error message if ssh con...

2017-04-06 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1211#discussion_r110319372 --- Diff: tools/bin/hawqpylib/hawqlib.py --- @@ -203,6 +203,17 @@ def check_hostname_equal(remote_host, user = ""): cmd =

[jira] [Resolved] (HAWQ-1423) cmock framework does not recognize __MAYBE_UNUSED.

2017-04-05 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo resolved HAWQ-1423. Resolution: Fixed Fix Version/s: (was: backlog) 2.3.0.0-incubating > cm

  1   2   3   4   5   6   7   >