[jira] [Commented] (HBASE-16691) Optimize KeyOnlyFilter by utilizing KeyOnlyCell

2016-09-27 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15527187#comment-15527187
 ] 

Hudson commented on HBASE-16691:


FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1684 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/1684/])
HBASE-16691 Optimize KeyOnlyFilter by utilizing KeyOnlyCell.(binlijin) 
(anoopsamjohn: rev b0fcca6d7bfb7a897d51537b7485acb6e2bb4714)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java
* (add) 
hbase-client/src/test/java/org/apache/hadoop/hbase/filter/TestKeyOnlyFilter.java
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFilter.java


> Optimize KeyOnlyFilter by utilizing KeyOnlyCell
> ---
>
> Key: HBASE-16691
> URL: https://issues.apache.org/jira/browse/HBASE-16691
> Project: HBase
>  Issue Type: Improvement
>Reporter: binlijin
>Assignee: binlijin
> Fix For: 2.0.0
>
> Attachments: HBASE-16691-addendum.patch, HBASE-16691-master.patch, 
> HBASE-16691-master_v2.patch
>
>
> In KeyOnlyFilter#transformCell will return a KeyOnlyCell that have no value 
> or has valueLength as value, current will copy all row keys into a new byte[] 
> and new a KeyValue, we can eliminate the copy and have a wrap KeyOnlyCell 
> that ignore the cell's value.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-16691) Optimize KeyOnlyFilter by utilizing KeyOnlyCell

2016-09-27 Thread binlijin (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15525928#comment-15525928
 ] 

binlijin commented on HBASE-16691:
--

Ok, done, see HBASE-16691-master_v2.patch.

> Optimize KeyOnlyFilter by utilizing KeyOnlyCell
> ---
>
> Key: HBASE-16691
> URL: https://issues.apache.org/jira/browse/HBASE-16691
> Project: HBase
>  Issue Type: Improvement
>Reporter: binlijin
>Assignee: binlijin
> Fix For: 2.0.0
>
> Attachments: HBASE-16691-addendum.patch, HBASE-16691-master.patch, 
> HBASE-16691-master_v2.patch
>
>
> In KeyOnlyFilter#transformCell will return a KeyOnlyCell that have no value 
> or has valueLength as value, current will copy all row keys into a new byte[] 
> and new a KeyValue, we can eliminate the copy and have a wrap KeyOnlyCell 
> that ignore the cell's value.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-16691) Optimize KeyOnlyFilter by utilizing KeyOnlyCell

2016-09-26 Thread binlijin (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15524689#comment-15524689
 ] 

binlijin commented on HBASE-16691:
--

Thanks very much for the review and commit! [~anoop.hbase] 
[~ramkrishna.s.vasude...@gmail.com] [~te...@apache.org]

> Optimize KeyOnlyFilter by utilizing KeyOnlyCell
> ---
>
> Key: HBASE-16691
> URL: https://issues.apache.org/jira/browse/HBASE-16691
> Project: HBase
>  Issue Type: Improvement
>Reporter: binlijin
>Assignee: binlijin
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-16691-master.patch
>
>
> In KeyOnlyFilter#transformCell will return a KeyOnlyCell that have no value 
> or has valueLength as value, current will copy all row keys into a new byte[] 
> and new a KeyValue, we can eliminate the copy and have a wrap KeyOnlyCell 
> that ignore the cell's value.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-16691) Optimize KeyOnlyFilter by utilizing KeyOnlyCell

2016-09-26 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-16691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15523977#comment-15523977
 ] 

Hudson commented on HBASE-16691:


FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1678 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/1678/])
HBASE-16691 Optimize KeyOnlyFilter by utilizing KeyOnlyCell (binlijin) (tedyu: 
rev 890e3f223f778395ada0c008b90630259b5a7e7f)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/filter/KeyOnlyFilter.java
* (add) 
hbase-client/src/test/java/org/apache/hadoop/hbase/filter/TestKeyOnlyFilter.java


> Optimize KeyOnlyFilter by utilizing KeyOnlyCell
> ---
>
> Key: HBASE-16691
> URL: https://issues.apache.org/jira/browse/HBASE-16691
> Project: HBase
>  Issue Type: Improvement
>Reporter: binlijin
>Assignee: binlijin
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-16691-master.patch
>
>
> In KeyOnlyFilter#transformCell will return a KeyOnlyCell that have no value 
> or has valueLength as value, current will copy all row keys into a new byte[] 
> and new a KeyValue, we can eliminate the copy and have a wrap KeyOnlyCell 
> that ignore the cell's value.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)