[jira] [Updated] (HBASE-6787) Convert RowProcessorProtocol to protocol buffer service

2012-11-21 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-6787: --- Attachment: 6787-7.patch Thanks, [~ghelmling], this patch takes into account the module changes

[jira] [Updated] (HBASE-6787) Convert RowProcessorProtocol to protocol buffer service

2012-11-21 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-6787: --- Attachment: 6787-8.1.patch An unnecessary change in ProtobufUtil.java had crept in in the last

[jira] [Updated] (HBASE-6787) Convert RowProcessorProtocol to protocol buffer service

2012-11-21 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-6787: --- Resolution: Fixed Status: Resolved (was: Patch Available) Thanks, guys for the reviews and

[jira] [Updated] (HBASE-6787) Convert RowProcessorProtocol to protocol buffer service

2012-11-18 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-6787: --- Attachment: 6787-5.patch This addresses Ted's comments except for the comments to do with 'Type'.

[jira] [Updated] (HBASE-6787) Convert RowProcessorProtocol to protocol buffer service

2012-11-18 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-6787: --- Attachment: 6787-6.patch Missed some getResult changes in the earlier patch. This patch removes the

[jira] [Updated] (HBASE-6787) Convert RowProcessorProtocol to protocol buffer service

2012-11-17 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-6787: --- Attachment: 6787-3.patch Okay here is an updated patch that incorporates all the comments so far.

[jira] [Updated] (HBASE-6787) Convert RowProcessorProtocol to protocol buffer service

2012-11-17 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-6787: -- Attachment: 6787-4.patch The test failure was caused by a typo: {code} assertEquals(0, failures.get()); +

[jira] [Updated] (HBASE-6787) Convert RowProcessorProtocol to protocol buffer service

2012-10-19 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-6787: --- Attachment: 6787-2.patch Addresses Stack's comments. Convert RowProcessorProtocol

[jira] [Updated] (HBASE-6787) Convert RowProcessorProtocol to protocol buffer service

2012-10-18 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-6787: --- Attachment: 6787-1.patch First pass. Convert RowProcessorProtocol to protocol

[jira] [Updated] (HBASE-6787) Convert RowProcessorProtocol to protocol buffer service

2012-10-18 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-6787: --- Status: Patch Available (was: Open) Pushing through hadoopqa Convert