[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-16 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769164#comment-13769164 ] Hadoop QA commented on HBASE-9549: -- {color:red}-1 overall{color}. Here are the results o

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-16 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769212#comment-13769212 ] Enis Soztutar commented on HBASE-9549: -- The patch looks good, but I am afraid that th

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769662#comment-13769662 ] Nick Dimiduk commented on HBASE-9549: - I agree, it is incompatible in a subtle way. Bu

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769872#comment-13769872 ] Nick Dimiduk commented on HBASE-9549: - Seems likely. Having a look. >

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769863#comment-13769863 ] stack commented on HBASE-9549: -- [~ndimiduk] Are those failures because of this patch?

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769882#comment-13769882 ] Enis Soztutar commented on HBASE-9549: -- If we are breaking BC, better we do it as a p

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769880#comment-13769880 ] Nick Dimiduk commented on HBASE-9549: - Yep, new patch on the way. > K

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769895#comment-13769895 ] stack commented on HBASE-9549: -- Needs a fat release note. > KeyValue#parseCo

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769899#comment-13769899 ] stack commented on HBASE-9549: -- Nice writeup on the issue [~ndimiduk] > KeyV

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769885#comment-13769885 ] Nick Dimiduk commented on HBASE-9549: - It does break BC. Let's turn up the priority an

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769967#comment-13769967 ] Nick Dimiduk commented on HBASE-9549: - Working through thirft tests now. It looks like

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769979#comment-13769979 ] Nick Dimiduk commented on HBASE-9549: - Thrift tests pass cleanly. I guess this code pa

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769939#comment-13769939 ] stack commented on HBASE-9549: -- ok. will wait on hadoopqa before cutting next RC

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769960#comment-13769960 ] Enis Soztutar commented on HBASE-9549: -- I did not see any changes to thrift tests. Sh

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769948#comment-13769948 ] Nick Dimiduk commented on HBASE-9549: - I have an updated javadoc for parseColumn. Runn

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769844#comment-13769844 ] Hadoop QA commented on HBASE-9549: -- {color:red}-1 overall{color}. Here are the results o

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770028#comment-13770028 ] Hadoop QA commented on HBASE-9549: -- {color:green}+1 overall{color}. Here are the results

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769916#comment-13769916 ] Nick Dimiduk commented on HBASE-9549: - With this patch applied, the shell is back in b

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769907#comment-13769907 ] stack commented on HBASE-9549: -- How does shell perform w/ the patch in place? I do not see a

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770039#comment-13770039 ] Nick Dimiduk commented on HBASE-9549: - The difference between 02 and 03 is just javado

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770047#comment-13770047 ] Enis Soztutar commented on HBASE-9549: -- bq. Thrift tests pass cleanly. I guess this c

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770043#comment-13770043 ] stack commented on HBASE-9549: -- [~ndimiduk] You up for a commit then? I see my javadoc in pa

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770012#comment-13770012 ] Nick Dimiduk commented on HBASE-9549: - Patch cherry-picks cleanly to 0.96. Should be g

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770156#comment-13770156 ] Hadoop QA commented on HBASE-9549: -- {color:red}-1 overall{color}. Here are the results o

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770206#comment-13770206 ] Hudson commented on HBASE-9549: --- FAILURE: Integrated in hbase-0.96-hadoop2 #35 (See [https:

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770284#comment-13770284 ] Hudson commented on HBASE-9549: --- FAILURE: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #737 (Se

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770298#comment-13770298 ] Hudson commented on HBASE-9549: --- FAILURE: Integrated in hbase-0.96 #64 (See [https://builds

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770367#comment-13770367 ] Hudson commented on HBASE-9549: --- FAILURE: Integrated in HBase-TRUNK #4525 (See [https://bui

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-16 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768959#comment-13768959 ] Enis Soztutar commented on HBASE-9549: -- It seems that shell calls KV.getColumn() with

[jira] [Commented] (HBASE-9549) KeyValue#parseColumn(byte[]) does not handle empty qualifier

2013-09-16 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769003#comment-13769003 ] Enis Soztutar commented on HBASE-9549: -- It seems this is used at REST, thrift (HRegio