[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-12-16 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15755708#comment-15755708 ] Enis Soztutar commented on HBASE-17051: --- Nvm, I think this: {code} std::shared_ptr

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-12-16 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15755682#comment-15755682 ] Enis Soztutar commented on HBASE-17051: --- Thanks [~xiaobingo] for the patch. I'm getting a

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-12-16 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15755479#comment-15755479 ] Hadoop QA commented on HBASE-17051: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-12-16 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15755471#comment-15755471 ] Xiaobing Zhou commented on HBASE-17051: --- Posted v5 to address the last point by adding

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-12-05 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15723860#comment-15723860 ] Hadoop QA commented on HBASE-17051: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-12-05 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15723700#comment-15723700 ] Xiaobing Zhou commented on HBASE-17051: --- Thanks [~enis] for the review. Posted v004 to address all

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-12-01 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15713566#comment-15713566 ] Enis Soztutar commented on HBASE-17051: --- - we do not need to have two different modules connection

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-11-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15710459#comment-15710459 ] Hadoop QA commented on HBASE-17051: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-11-30 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15710383#comment-15710383 ] Xiaobing Zhou commented on HBASE-17051: --- v003 fixed some header files reference issue. >

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-11-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15710283#comment-15710283 ] Hadoop QA commented on HBASE-17051: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-11-30 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15710158#comment-15710158 ] Xiaobing Zhou commented on HBASE-17051: --- Posted v002 patch. # modified and reused connection pool.

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-11-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15678233#comment-15678233 ] Hadoop QA commented on HBASE-17051: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-11-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15678165#comment-15678165 ] Hadoop QA commented on HBASE-17051: --- | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote ||

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-11-18 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15678139#comment-15678139 ] Xiaobing Zhou commented on HBASE-17051: --- Posted another patch v001. It # implements

[jira] [Commented] (HBASE-17051) libhbase++: implement RPC client and connection management

2016-11-18 Thread Xiaobing Zhou (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15678067#comment-15678067 ] Xiaobing Zhou commented on HBASE-17051: --- I posted the initial patch v000, and will add tests in