[GitHub] incubator-hawq-docs pull request #129: Update for current implementation of ...

2017-08-30 Thread jiny2
Github user jiny2 commented on a diff in the pull request:

https://github.com/apache/incubator-hawq-docs/pull/129#discussion_r135999117
  
--- Diff: markdown/clientaccess/client_auth.html.md.erb ---
@@ -99,27 +99,25 @@ This example shows how to edit the `pg_hba.conf` file 
of the master to allow rem
 
 HAWQ allocates some resources on a per-connection basis, so setting the 
maximum number of connections allowed is recommended.
 
-To limit the number of active concurrent sessions to your HAWQ system, you 
can configure the `max_connections` server configuration parameter on master or 
the `seg_max_connections` server configuration parameter on segments. These 
parameters are *local* parameters, meaning that you must set them in the 
`hawq-site.xml` file of all HAWQ instances.
+To limit the number of active concurrent sessions to your HAWQ system, you 
can configure the `max_connections` server configuration parameter. This 
parameter is a *local* parameter, meaning that you must set them in the 
`hawq-site.xml` file of all HAWQ instances.
 
-When you set `max_connections`, you must also set the dependent parameter 
`max_prepared_transactions`. This value must be at least as large as the value 
of `max_connections`, and all HAWQ instances should be set to the same value.
+When you set `max_connections`, you can also set the value for the maximum 
concurrent connections for the segments by using `seg_max_connections`. Setting 
this parameter overrides the value of `max_connections` on the segment 
instances.
 
 Example `$GPHOME/etc/hawq-site.xml` configuration:
 
 ``` xml
   
   max_connections
-  500
+  200
   
   
-  max_prepared_transactions
+  seg_max_connectionss
--- End diff --

As above.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq-docs pull request #129: Update for current implementation of ...

2017-08-30 Thread jiny2
Github user jiny2 commented on a diff in the pull request:

https://github.com/apache/incubator-hawq-docs/pull/129#discussion_r135999105
  
--- Diff: markdown/clientaccess/client_auth.html.md.erb ---
@@ -99,27 +99,25 @@ This example shows how to edit the `pg_hba.conf` file 
of the master to allow rem
 
 HAWQ allocates some resources on a per-connection basis, so setting the 
maximum number of connections allowed is recommended.
 
-To limit the number of active concurrent sessions to your HAWQ system, you 
can configure the `max_connections` server configuration parameter on master or 
the `seg_max_connections` server configuration parameter on segments. These 
parameters are *local* parameters, meaning that you must set them in the 
`hawq-site.xml` file of all HAWQ instances.
+To limit the number of active concurrent sessions to your HAWQ system, you 
can configure the `max_connections` server configuration parameter. This 
parameter is a *local* parameter, meaning that you must set them in the 
`hawq-site.xml` file of all HAWQ instances.
 
-When you set `max_connections`, you must also set the dependent parameter 
`max_prepared_transactions`. This value must be at least as large as the value 
of `max_connections`, and all HAWQ instances should be set to the same value.
+When you set `max_connections`, you can also set the value for the maximum 
concurrent connections for the segments by using `seg_max_connections`. Setting 
this parameter overrides the value of `max_connections` on the segment 
instances.
 
 Example `$GPHOME/etc/hawq-site.xml` configuration:
 
 ``` xml
   
   max_connections
-  500
+  200
--- End diff --

I am ok with default value changes, as Radar said, if we mentioned the best 
practice value as 1280 for this guc, maybe it is better to directly change to 
1280 to reflect what we recommended. 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 if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request #684: HAWQ-758. Refactor insert checkinstall cas...

2016-06-06 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/684


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request #684: HAWQ-758. Refactor insert checkinstall cas...

2016-06-01 Thread jiny2
Github user jiny2 commented on a diff in the pull request:

https://github.com/apache/incubator-hawq/pull/684#discussion_r65481777
  
--- Diff: src/test/feature/query/test-insert.cpp ---
@@ -0,0 +1,176 @@
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+#include "lib/command.h"
+#include "lib/common.h"
+#include "lib/data-gen.h"
+#include "lib/hawq-config.h"
+#include "lib/sql-util.h"
+
+#include "gtest/gtest.h"
+
--- End diff --

fixing it is ok.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request #684: HAWQ-758. Refactor insert checkinstall cas...

2016-06-01 Thread jiny2
Github user jiny2 commented on a diff in the pull request:

https://github.com/apache/incubator-hawq/pull/684#discussion_r65481794
  
--- Diff: src/test/feature/query/test-insert.cpp ---
@@ -0,0 +1,176 @@
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+#include "lib/command.h"
+#include "lib/common.h"
+#include "lib/data-gen.h"
+#include "lib/hawq-config.h"
+#include "lib/sql-util.h"
--- End diff --

fixed


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request #684: HAWQ-758. Refactor insert checkinstall cas...

2016-06-01 Thread jiny2
Github user jiny2 commented on a diff in the pull request:

https://github.com/apache/incubator-hawq/pull/684#discussion_r65481787
  
--- Diff: src/test/feature/query/test-insert.cpp ---
@@ -0,0 +1,176 @@
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+#include "lib/command.h"
+#include "lib/common.h"
+#include "lib/data-gen.h"
--- End diff --

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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-758. Refactor insert checkinstall cases us...

2016-05-31 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/684

HAWQ-758. Refactor insert checkinstall cases using new test framework



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-758

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/684.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 #684


commit a7692218f036fc7c0d49ced312eaf4b5fe5d9c5d
Author: YI JIN 
Date:   2016-06-01T05:44:17Z

HAWQ-758. Refactor insert checkinstall cases using new test framework




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-749. segment registration should...

2016-05-25 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/677


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-749. segment registration should...

2016-05-25 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/677

HAWQ-749. segment registration should consider same ip across nodes



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-749

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/677.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 #677


commit fdbca02e89ae7fbdeb62776dbd9330f1930f52aa
Author: YI JIN 
Date:   2016-05-25T10:13:32Z

HAWQ-749. segment registration should consider same ip across nodes




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-750. Test prepare and sequence u...

2016-05-23 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/671


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-750. Test prepare and sequence u...

2016-05-22 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/671#issuecomment-220883241
  
Fixed comment


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: A temporary pull for test framework r...

2016-05-22 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/660


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-750. Test prepare and sequence u...

2016-05-22 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/671

HAWQ-750. Test prepare and sequence using new test library



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-750

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/671.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 #671


commit 8311e661f26abc51e34a6e29bf75de1ddf8fe87b
Author: YI JIN 
Date:   2016-05-23T00:57:56Z

HAWQ-750. Test prepare and sequence using new test library




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: A temporary pull for test framework r...

2016-05-17 Thread jiny2
Github user jiny2 commented on a diff in the pull request:

https://github.com/apache/incubator-hawq/pull/660#discussion_r63644344
  
--- Diff: src/test/feature/query/test-prepare.cpp ---
@@ -0,0 +1,75 @@
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+#include "lib/command.h"
+#include "lib/common.h"
+#include "lib/data-gen.h"
+#include "lib/hawq-config.h"
+#include "lib/sql-util.h"
+
+#include "gtest/gtest.h"
+
+class TestQueryPrepare : public ::testing::Test {
+ public:
+  TestQueryPrepare() {}
+  ~TestQueryPrepare() {}
+};
+
+
+TEST_F(TestQueryPrepare, TestPrepareUniqueness) {
+  SQLUtility util;
+  util.execSQLFile("query/sql/prepare-uniqueness.sql",
--- End diff --

Cool!


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: A temporary pull for test framework r...

2016-05-17 Thread jiny2
Github user jiny2 commented on a diff in the pull request:

https://github.com/apache/incubator-hawq/pull/660#discussion_r63644372
  
--- Diff: src/test/feature/query/test-prepare.cpp ---
@@ -0,0 +1,75 @@
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+#include "lib/command.h"
+#include "lib/common.h"
+#include "lib/data-gen.h"
+#include "lib/hawq-config.h"
+#include "lib/sql-util.h"
+
+#include "gtest/gtest.h"
+
+class TestQueryPrepare : public ::testing::Test {
+ public:
+  TestQueryPrepare() {}
+  ~TestQueryPrepare() {}
+};
+
+
+TEST_F(TestQueryPrepare, TestPrepareUniqueness) {
+  SQLUtility util;
+  util.execSQLFile("query/sql/prepare-uniqueness.sql",
+  "query/ans/prepare-uniqueness.ans");
+}
+
+TEST_F(TestQueryPrepare, TestPrepareParameters) {
+  SQLUtility util;
+  // prepare
+  util.execute("drop table if exists test1");
+  util.execute("drop table if exists test2");
+  util.execute("create table test1 ("
+  "unique1 int4,"
+  "unique2 int4,"
+  "two int4,"
+  "fourint4,"
+  "ten int4,"
+  "twenty  int4,"
+  "hundred int4,"
+  "thousandint4,"
+  "twothousand int4,"
+  "fivethous   int4,"
+  "tenthousint4,"
+  "odd int4,"
+  "evenint4,"
+  "stringu1name,"
+  "stringu2name,"
+  "string4 name) with oids");
+  util.execute("create table test2 ("
+  "nametext,"
+  "thepath path)");
+
+  std::string pwd = Command::getCommandOutput("pwd");
--- End diff --

I think a function call is better than __FILE__. 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: A temporary pull for test framework r...

2016-05-17 Thread jiny2
Github user jiny2 commented on a diff in the pull request:

https://github.com/apache/incubator-hawq/pull/660#discussion_r63622814
  
--- Diff: src/test/feature/query/test-prepare.cpp ---
@@ -0,0 +1,75 @@
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+#include "lib/command.h"
+#include "lib/common.h"
+#include "lib/data-gen.h"
+#include "lib/hawq-config.h"
+#include "lib/sql-util.h"
+
+#include "gtest/gtest.h"
+
+class TestQueryPrepare : public ::testing::Test {
+ public:
+  TestQueryPrepare() {}
+  ~TestQueryPrepare() {}
+};
+
+
+TEST_F(TestQueryPrepare, TestPrepareUniqueness) {
+  SQLUtility util;
+  util.execSQLFile("query/sql/prepare-uniqueness.sql",
--- End diff --

Seems, it has to be run in feature directory ...


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: A temporary pull for test framework r...

2016-05-17 Thread jiny2
Github user jiny2 commented on a diff in the pull request:

https://github.com/apache/incubator-hawq/pull/660#discussion_r63622781
  
--- Diff: src/test/feature/query/ans/prepare-parameters.ans ---
@@ -0,0 +1,85 @@
+PREPARE q2(text) ASSELECT datname, datistemplate, datallowconn 
   FROM pg_database WHERE datname = $1;EXECUTE q2('regression');PREPARE 
q3(text, int, float, boolean, oid, smallint) ASSELECT * FROM test1 
WHERE string4 = $1 AND (four = $2 ORten = $3::bigint OR true = $4 OR 
oid = $5 OR odd = $6::int) ORDER BY 1,2,3,4;EXECUTE q3('xx', 5::smallint, 
10.5::float, false, 500::oid, 4::bigint);EXECUTE q3('bool');EXECUTE q3('bytea', 
5::smallint, 10.5::float, false, 500::oid, 4::bigint, true);EXECUTE 
q3(5::smallint, 10.5::float, false, 500::oid, 4::bigint, 'bytea');PREPARE 
q4(nonexistenttype) AS SELECT $1;PREPARE q5(int, text) ASSELECT * FROM 
test1 WHERE unique1 = $1 OR stringu1 = $2;CREATE TEMPORARY TABLE 
q5_prep_results AS EXECUTE q5(200, 'DT');SELECT * FROM q5_prep_results 
ORDER BY 1,2,3,4;PREPARE q6 ASSELECT * FROM test1 WHERE unique1 = $1 AND 
stringu1 = $2;PREPARE q7(unknown) ASSELECT * FROM test2 WHERE thepath = 
$1;SELECT name, statem
 ent, parameter_types FROM pg_prepared_statements ORDER BY name;
+PREPARE
+  datname   | datistemplate | datallowconn 
++---+--
+ regression | f | t
+(1 row)
+
+PREPARE
+ unique1 | unique2 | two | four | ten | twenty | hundred | thousand | 
twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 

+-+-+-+--+-++-+--+-+---+--+-+--+--+--+-
+   2 |2716 |   0 |2 |   2 |  2 |   2 |2 |  
 2 | 2 |2 |   4 |5 | CA   | MAEAAA   | xx
+ 102 | 612 |   0 |2 |   2 |  2 |   2 |  102 |  
   102 |   102 |  102 |   4 |5 | YD   | OX   | xx
+ 802 |2908 |   0 |2 |   2 |  2 |   2 |  802 |  
   802 |   802 |  802 |   4 |5 | WE   | WHEAAA   | xx
+ 902 |1104 |   0 |2 |   2 |  2 |   2 |  902 |  
   902 |   902 |  902 |   4 |5 | SI   | MQBAAA   | xx
+1002 |2580 |   0 |2 |   2 |  2 |   2 |2 |  
  1002 |  1002 | 1002 |   4 |5 | OM   | GVDAAA   | xx
+1602 |8148 |   0 |2 |   2 |  2 |   2 |  602 |  
  1602 |  1602 | 1602 |   4 |5 | QJ   | KBMAAA   | xx
+1702 |7940 |   0 |2 |   2 |  2 |   2 |  702 |  
  1702 |  1702 | 1702 |   4 |5 | MN   | KTLAAA   | xx
+2102 |6184 |   0 |2 |   2 |  2 |   2 |  102 |  
   102 |  2102 | 2102 |   4 |5 | WC   | WDJAAA   | xx
+2202 |8028 |   0 |2 |   2 |  2 |   2 |  202 |  
   202 |  2202 | 2202 |   4 |5 | SG   | UWLAAA   | xx
+2302 |7112 |   0 |2 |   2 |  2 |   2 |  302 |  
   302 |  2302 | 2302 |   4 |5 | OK   | ONKAAA   | xx
+2902 |6816 |   0 |2 |   2 |  2 |   2 |  902 |  
   902 |  2902 | 2902 |   4 |5 | QH   | ECKAAA   | xx
+3202 |7128 |   0 |2 |   2 |  2 |   2 |  202 |  
  1202 |  3202 | 3202 |   4 |5 | ET   | EOKAAA   | xx
+3902 |9224 |   0 |2 |   2 |  2 |   2 |  902 |  
  1902 |  3902 | 3902 |   4 |5 | CU   | UQNAAA   | xx
+4102 |7676 |   0 |2 |   2 |  2 |   2 |  102 |  
   102 |  4102 | 4102 |   4 |5 | UB   | GJLAAA   | xx
+4202 |6628 |   0 |2 |   2 |  2 |   2 |  202 |  
   202 |  4202 | 4202 |   4 |5 | QF   | YUJAAA   | xx
+4502 | 412 |   0 |2 |   2 |  2 |   2 |  502 |  
   502 |  4502 | 4502 |   4 |5 | ER   | WP   | xx
+4702 |2520 |   0 |2 |   2 |  2 |   2 |  702 |  
   702 |  4702 | 4702 |   4 |5 | WY   | YSDAAA   | xx
+4902 |1600 |   0 |2 |   2 |  2 |   2 |  902 |  
   902 |  4902 | 4902 |   4 |5 | OG   | OJCAAA   | xx
+5602 |8796 |   0 |2 |   2 |  2 |   2 |  602 |  
  1602 |   602 | 5602 |   4 |5 | MH   | IANAAA   | xx
+6002 |8932 |   0 |2 |   2 |  2 |   2 |2 |  
 2 |  1002 | 6002 |   4 |5 | WW   | OFNAAA   | xx
+6402 |3808 |   0 |2 | 

[GitHub] incubator-hawq pull request: A temporary pull for test framework r...

2016-05-17 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/660

A temporary pull for test framework review

goh_prepare in checkinstall-good

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq testframe

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/660.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 #660


commit 1f5454b7ab41566c9cde35a2346f8c6b0790f8ba
Author: YI JIN 
Date:   2016-05-16T23:53:43Z

tmp fix 1

commit 89d70640fa53cfd361efbb834355b1042fd355e4
Author: YI JIN 
Date:   2016-05-17T11:15:15Z

Merge branch 'master' into testframe

commit 131988703069499b992c7fdaf16b3188d085996d
Author: YI JIN 
Date:   2016-05-17T13:06:31Z

tmp fix 2




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-738. Allocate query resource twi...

2016-05-17 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/659#issuecomment-219636646
  
+1 LGTM.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-737. Last action time should be ...

2016-05-16 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/658


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-737. Last action time should be ...

2016-05-16 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/658

HAWQ-737. Last action time should be initialized as created time instead of 0



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-737

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/658.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 #658


commit b495e9748931570d13437ebabdeb6900a16eb94c
Author: YI JIN 
Date:   2016-05-17T00:13:10Z

HAWQ-737. Last action time should be initialized as created time instead of 0




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-687. The segment resource increa...

2016-04-18 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/623


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-687. The segment resource increa...

2016-04-18 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/623

HAWQ-687. The segment resource increase pending counter is not adjusted 
correctly when failing to increase resource quota



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-687

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/623.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 #623


commit 2523faf7997d81875bad8a0bf7154faa82d52b30
Author: YI JIN 
Date:   2016-04-19T03:39:19Z

HAWQ-687. The segment resource increase pending counter is not adjusted 
correctly when failing to increase resource quota




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-685. Pass wrong pointer to trans...

2016-04-18 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/620


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-685. Pass wrong pointer to trans...

2016-04-18 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/620

HAWQ-685. Pass wrong pointer to transform connection track instance status 
when canceling a waiting query resource request



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-685

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/620.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 #620


commit fd2ac59e0144a6eadfce4e701365d57e6a0f502a
Author: YI JIN 
Date:   2016-04-18T10:03:54Z

HAWQ-685. Pass wrong pointer to transform connection track instance status 
when canceling a waiting query resource request




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: Wrongly process container set when fa...

2016-04-18 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/619


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: Wrongly process container set when fa...

2016-04-18 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/619

Wrongly process container set when failed to increase resource quota due to 
failing to connect to segment



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-684

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/619.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 #619


commit 686c36ff875a3bfd5b676fa3d7b9290109ae2568
Author: YI JIN 
Date:   2016-04-18T07:29:16Z

Wrongly process container set when failed to increase resource quota due to 
failing to connect to segment




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-678. Resource manager should clo...

2016-04-14 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/614


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-676. Apply fix for common codes ...

2016-04-14 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/612#issuecomment-210213495
  
LGTM +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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-671. Validation raises error whe...

2016-04-14 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/608


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-674. Wrongly validate an incompl...

2016-04-14 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/610


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-678. Resource manager should clo...

2016-04-14 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/614

HAWQ-678. Resource manager should close connection with QD when QD is 
cancelled and try to return resource to clean up all registered resource context

When one FD is waiting for resource from resource manager, QD is canclled, 
QD sends return resource from another FD, in this case old one should be 
disconnected at once to ensure the response is sent to QD through new FD.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-678

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/614.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 #614


commit 04dc73f262f63fc378d3619850d06720c304c055
Author: YI JIN 
Date:   2016-04-14T22:09:13Z

HAWQ-678. Resource manager should close connection with QD when QD is 
cancelled and try to return resource to clean up all registered resource context




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-674. Wrongly validate an incompl...

2016-04-14 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/610

HAWQ-674. Wrongly validate an incomplete resource pool status when GRM is 
not available



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-674

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/610.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 #610


commit fcd83e7973848703c9e588ef21c309391180c788
Author: YI JIN 
Date:   2016-04-14T09:14:54Z

HAWQ-674. Wrongly validate an incomplete resource pool status when GRM is 
not available




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-671. Validation raises error whe...

2016-04-13 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/608

HAWQ-671. Validation raises error when adding accepted containers into a 
down node and fix function typo



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-671

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/608.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 #608


commit ee7fa09545ac1846024f68e5bef39977c077a6e4
Author: YI JIN 
Date:   2016-04-14T06:01:15Z

HAWQ-671. Validation raises error when adding accepted containers into a 
down node and fix function typo




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-663. Wrongly count total allocat...

2016-04-12 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/597


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-664. The return value of registe...

2016-04-12 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/598


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-664. The return value of registe...

2016-04-12 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/598

HAWQ-664. The return value of registering fd is not checked for 
asynchronous connection



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-664

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/598.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 #598


commit 468d95b3cb91b7280d4066a7508b703386efcceb
Author: YI JIN 
Date:   2016-04-12T23:01:53Z

HAWQ-664. The return value of registering fd is not checked for 
asynchronous connection




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-657. Remove duplicate validation...

2016-04-12 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/590


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-663. Wrongly count total allocat...

2016-04-12 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/597

HAWQ-663. Wrongly count total allocated resource in resource queue manager



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-663

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/597.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 #597


commit 8c0ca3a2237e1830a8e1096f72c1fdc8eca6f846
Author: YI JIN 
Date:   2016-04-12T23:00:36Z

HAWQ-663. Wrongly count total allocated resource in resource queue manager




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-658. fix bug of kill/stop Hadoop...

2016-04-11 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/594#issuecomment-208311961
  
LGTM


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-660. Change segment resource man...

2016-04-11 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/591


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-660. Change segment resource man...

2016-04-11 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/591

HAWQ-660. Change segment resource manager log level when failing in 
updating memory quota



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-660

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/591.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 #591


commit 34ec92a15c0de5f260f955ba96c2377911396b43
Author: YI JIN 
Date:   2016-04-11T08:13:37Z

HAWQ-660. Change segment resource manager log level when failing in 
updating memory quota




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-657. Remove duplicate validation...

2016-04-10 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/590

HAWQ-657. Remove duplicate validation logic in requesthandler_ddl.c



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-657

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/590.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 #590


commit d49fddb3206f110e63f27f9d45c8bda5c8f86f7f
Author: YI JIN 
Date:   2016-04-11T02:38:46Z

HAWQ-657. Remove duplicate validation logic in requesthandler_ddl.c




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: Fix coverity problem in resqueuemanag...

2016-04-10 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/589


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: Fix coverity problem in resqueuemanag...

2016-04-10 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/589

Fix coverity problem in resqueuemanager.c



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-654-2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/589.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 #589


commit 24a66fc0a895e2f74b71a00add40b4b05694a007
Author: YI JIN 
Date:   2016-04-10T10:25:31Z

Fix coverity problem in resqueuemanager.c




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-649. Fix bug of adjusting segmen...

2016-04-10 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/587


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-649. Fix bug of adjusting segmen...

2016-04-10 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/587

HAWQ-649. Fix bug of adjusting segment capacity



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-649-4

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/587.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 #587


commit 353ac801185cb1821fa926b790274e6e91354b47
Author: YI JIN 
Date:   2016-04-10T10:05:14Z

HAWQ-649. Fix bug of adjusting segment capacity




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-649. Remove unused variables in ...

2016-04-09 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/583


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-649. Remove unused variables in ...

2016-04-09 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/583

HAWQ-649. Remove unused variables in release build in resourcepool.c



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-649-3

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/583.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 #583


commit bf3f0583bc0782ba0f4960d6d5ba8be5caa61e5d
Author: YI JIN 
Date:   2016-04-10T06:45:31Z

HAWQ-649. Remove unused variables in release build.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-654. Reform function getQueueTra...

2016-04-09 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/582


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-654. Reform function getQueueTra...

2016-04-09 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/582

HAWQ-654. Reform function getQueueTrackByQueueName() and 
getQueueTrackByQueueOID() to facilitate test



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-654

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/582.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 #582


commit 02b190d8d6738df8ac8c39aa0e8b1fb67f169759
Author: YI JIN 
Date:   2016-04-10T06:18:00Z

HAWQ-654. Reform function getQueueTrackByQueueName() and 
getQueueTrackByQueueOID() to facilitate test




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-649. Fix a wrong expression in r...

2016-04-09 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/580


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-649. Fix a wrong expression in r...

2016-04-09 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/580

HAWQ-649. Fix a wrong expression in resourcepool.c



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-649-2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/580.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 #580


commit cc0626c2bc6d524a90d12eacd51ed26be2af7d6d
Author: YI JIN 
Date:   2016-04-10T05:52:03Z

HAWQ-649. Fix a wrong expression in resourcepool.c




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-649. Remove resourcepool.c unuse...

2016-04-09 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/576


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-649. Remove resourcepool.c unuse...

2016-04-09 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/576

HAWQ-649. Remove resourcepool.c unused code



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-649

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/576.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 #576


commit 154613eb306af6d2f1dbac4d6d11dd951612565e
Author: YI JIN 
Date:   2016-04-10T01:22:45Z

HAWQ-649. Remove resourcepool.c unused code




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-647. fix compilation flag bug in...

2016-04-09 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/575#issuecomment-207872669
  
@xunzhang Ok, +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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-647. fix compilation flag bug in...

2016-04-09 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/575#issuecomment-207870809
  
Did you tried to use O0 build to break sendWithRetry?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-648. Remove hawqsite.c unused co...

2016-04-09 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/574


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-648. Remove hawqsite.c unused co...

2016-04-09 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/574

HAWQ-648. Remove hawqsite.c unused code



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-648

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/574.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 #574


commit 34e1ac2f88ced10dda7490249bc466c17e6b8351
Author: YI JIN 
Date:   2016-04-09T08:48:41Z

HAWQ-648. Remove hawqsite.c unused code




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-645. shrink LOG level log output...

2016-04-09 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/572


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-645. shrink LOG level log output...

2016-04-08 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/572

HAWQ-645. shrink LOG level log output from resource manager



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-645

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/572.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 #572


commit 06801c6b58e7908dfdb542df8dc2c83ab82865bb
Author: YI JIN 
Date:   2016-04-09T01:11:03Z

HAWQ-645. shrink LOG level log output from resource manager




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-640. Wrongly timing the requests...

2016-04-08 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/571


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-641. Add log for changing host c...

2016-04-08 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/570


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-634. Let resource manager cancel...

2016-04-08 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/568


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-640. Wrongly timing the requests...

2016-04-08 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/571

HAWQ-640. Wrongly timing the requests for YARN containers causes resource 
manager not fully acquire resource



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-640

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/571.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 #571


commit 02cdce7bab5852ffbfb483f60f396f51018a8ef6
Author: YI JIN 
Date:   2016-04-08T11:33:28Z

HAWQ-640. Wrongly timing the reqeusts for YARN containers causes resource 
manager not fully acquire resource




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-641. Add log for changing host c...

2016-04-08 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/570

HAWQ-641. Add log for changing host capacity that registers before fixing 
cluster memory to core ratio



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-641

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/570.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 #570


commit 80393cefe165fe0f150a3510172ecee02d504c5c
Author: YI JIN 
Date:   2016-04-08T10:30:15Z

HAWQ-641. Add log for changing host capacity that registers before fixing 
cluster memory to core ratio




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-634. Let resource manager cancel...

2016-04-07 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/568

HAWQ-634. Let resource manager cancel waiting and return allocated resource 
when unregister connection rpc is called



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-634

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/568.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 #568


commit 3d1ddd1af78c1d7b0a33e4e6e6d707e1d3be4a30
Author: YI JIN 
Date:   2016-04-08T04:27:42Z

HAWQ-634. Let resource manager cancel waiting and return allocated resource 
when unregister connection rpc is called




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-637. Fix RM process error if pro...

2016-04-07 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/565#issuecomment-207179261
  
LGTM +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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-631. Wrongly report error messag...

2016-04-05 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/560


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-631. Wrongly report error messag...

2016-04-05 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/560

HAWQ-631. Wrongly report error message when QD fails to connect to resource 
manager



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-631

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/560.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 #560


commit 04ae683a5f6fc61fe5c2fe8d26400c4bf507215f
Author: YI JIN 
Date:   2016-04-06T06:44:43Z

HAWQ-631. Wrongly report error message when QD fails to connect to resource 
manager




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-605. Some segment capacity chang...

2016-04-05 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/557


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-630. Change QD lease heart-beat ...

2016-04-05 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/559


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-630. Change QD lease heart-beat ...

2016-04-05 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/559

HAWQ-630. Change QD lease heart-beat interval to 10s and timeout to 180s



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-630

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/559.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 #559


commit 850aeb45a81f58157ad3c669be963980f816fc00
Author: YI JIN 
Date:   2016-04-06T05:51:01Z

HAWQ-630. Change QD lease heart-beat interval to 10s and timeout to 180s




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-605. Some segment capacity chang...

2016-04-05 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/557

HAWQ-605. Some segment capacity changes are not logged out and when segment 
goes to up status, the capacity is not adjusted



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-605

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/557.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 #557






---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-564. Resume resource dispatching...

2016-04-05 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/550


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-602. Remove unused code for util...

2016-04-05 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/527


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-603. Remove unused code for reso...

2016-04-05 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/528


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-623. Resource quota request does...

2016-04-05 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/552


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-625. Fix the build failure on MA...

2016-04-04 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/554#issuecomment-205624141
  
+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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-623. Resource quota request does...

2016-04-04 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/552

HAWQ-623. Resource quota request does not follow latest resource quota 
calculating logic



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-623

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/552.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 #552


commit 852190f018baed481b09ebc8782ad81b9df20077
Author: YI JIN 
Date:   2016-04-05T01:01:16Z

HAWQ-623. Resource quota request does not follow latest resource quota 
calculating logic




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-564. Resume resource dispatching...

2016-04-03 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/550

HAWQ-564. Resume resource dispatching when reset a RUAlive pending segment



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-564-2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/550.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 #550


commit 332eff11ff1ec11334ae0b8da2b7346a809ae4c3
Author: YI JIN 
Date:   2016-04-03T11:34:03Z

HAWQ-564. Resume resource dispatching when reset a RUAlive pending segment




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-620. remove useless codes in res...

2016-04-01 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/548#issuecomment-204355747
  
+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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-564. QD hangs when connecting to...

2016-03-31 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/543


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-564. QD hangs when connecting to...

2016-03-31 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/543

HAWQ-564. QD hangs when connecting to resource manager



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ0564

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/543.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 #543


commit 449951ad0e233f436388f11ffd06107343ce538a
Author: YI JIN 
Date:   2016-04-01T00:51:44Z

HAWQ-564. QD hangs when connecting to resource manager




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-573. Refix the bug as last fix h...

2016-03-31 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/538#issuecomment-203838579
  
+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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-612. Improve error message if un...

2016-03-31 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/539#issuecomment-203838675
  
+1 LGTM


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-610. Remove resource manager tem...

2016-03-30 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/536


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-610. Remove resource manager tem...

2016-03-30 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/536

HAWQ-610. Remove resource manager temporary directory facility that is not 
used any more



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-610

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/536.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 #536


commit 0aa94adc903ed1e010b938a14ebddc30ccb3809d
Author: YI JIN 
Date:   2016-03-31T03:41:27Z

HAWQ-610. Remove resource manager temporary directory facility that is not 
used any more




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-604. Remove Dead Codes in resour...

2016-03-29 Thread jiny2
Github user jiny2 commented on the pull request:

https://github.com/apache/incubator-hawq/pull/531#issuecomment-203250810
  
+1 LGTM


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-603. Remove unused code for reso...

2016-03-29 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/528

HAWQ-603. Remove unused code for resource manager segment side



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-603

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/528.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 #528


commit e11c5da16b55c612ef16b6e67d13665e2d40951b
Author: YI JIN 
Date:   2016-03-30T00:44:28Z

HAWQ-603. Remove unused code for resource manager segment side




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-602. Remove unused code for util...

2016-03-29 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/527

HAWQ-602. Remove unused code for utility components in resource manager



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-602

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/527.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 #527


commit 838f6cbe135ba477d17dd5b3a33736d60456131f
Author: YI JIN 
Date:   2016-03-30T00:43:02Z

HAWQ-602. Remove unused code for utility components in resource manager




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-596. change gucs hawq_rm_tolerat...

2016-03-28 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/515


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-594. remove dead code in resqueu...

2016-03-28 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/519


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-600. Remove dead code in resourc...

2016-03-28 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/523


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-600. Remove dead code in resourc...

2016-03-28 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/523

HAWQ-600. Remove dead code in resource manager communication component



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-600

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/523.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 #523


commit d7a2359c9a6c7a53fda09f99b21e086429cd3343
Author: YI JIN 
Date:   2016-03-29T00:31:28Z

HAWQ-600. Remove dead code in resource manager communication component




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-594. remove dead code in resqueu...

2016-03-27 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/519

HAWQ-594. remove dead code in resqueuemanager.c and requesthandler.c



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-594

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/519.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 #519


commit cf0d6304a592a9d2c45e6c303628e1b6b3728ef8
Author: YI JIN 
Date:   2016-03-28T04:41:28Z

HAWQ-594. remove dead code in resqueuemanager.c and requesthandler.c




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-595. set guc hawq_rm_nslice_pers...

2016-03-27 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/514


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-596. change gucs hawq_rm_tolerat...

2016-03-27 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/515

HAWQ-596. change gucs hawq_rm_tolerate_nseg_limit and 
hawq_rm_rejectrequest_nseg_limit to a percentage value

double type gucs, the value range is [0.0,1.0], the default values of both 
hawq_rm_tolerate_nseg_limit and hawq_rm_rejectrequest_nseg_limit are changed to 
0.25.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-596

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/515.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 #515


commit f9ec8f4f59bee57ca40c2cc5362c0e4f51af6859
Author: YI JIN 
Date:   2016-03-27T12:30:58Z

HAWQ-596. change gucs hawq_rm_tolerate_nseg_limit and 
hawq_rm_rejectrequest_nseg_limit to a percentage value




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-589. Clean dead code in resource...

2016-03-26 Thread jiny2
Github user jiny2 closed the pull request at:

https://github.com/apache/incubator-hawq/pull/507


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request: HAWQ-595. set guc hawq_rm_nslice_pers...

2016-03-26 Thread jiny2
GitHub user jiny2 opened a pull request:

https://github.com/apache/incubator-hawq/pull/514

HAWQ-595. set guc hawq_rm_nslice_perseg_limit default value to 5000



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jiny2/incubator-hawq HAWQ-595

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hawq/pull/514.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 #514


commit 6e4f8a84de62ead4ad9ba50c03a9b147714e2f7d
Author: YI JIN 
Date:   2016-03-27T04:54:28Z

HAWQ-595. set guc hawq_rm_nslice_perseg_limit default value to 5000




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


  1   2   3   4   >