[jira] [Commented] (HBASE-17086) Cell#getTagsLength() returns a int, but in KeyValue, tags length is a short

2016-11-25 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15695453#comment-15695453 ] Anoop Sam John commented on HBASE-17086: As mentioned, this is with intent we made return type to

[jira] [Commented] (HBASE-17086) Cell#getTagsLength() returns a int, but in KeyValue, tags length is a short

2016-11-14 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15663255#comment-15663255 ] Anoop Sam John commented on HBASE-17086: Ya 65536.. To be the correct math :-) >

[jira] [Commented] (HBASE-17086) Cell#getTagsLength() returns a int, but in KeyValue, tags length is a short

2016-11-14 Thread Xiang Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15663109#comment-15663109 ] Xiang Li commented on HBASE-17086: -- Hi Anoop, thanks, got it. So it is like a unsighed short? And what

[jira] [Commented] (HBASE-17086) Cell#getTagsLength() returns a int, but in KeyValue, tags length is a short

2016-11-13 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15662817#comment-15662817 ] Anoop Sam John commented on HBASE-17086: {code} /** * @return the total length of the tags in

[jira] [Commented] (HBASE-17086) Cell#getTagsLength() returns a int but in KeyValue, tags length is a short

2016-11-13 Thread Xiang Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-17086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15662782#comment-15662782 ] Xiang Li commented on HBASE-17086: -- [~anoop.hbase], you are the expert here. Any comments? Too much