[jira] [Commented] (HBASE-16694) Reduce garbage for onDiskChecksum in HFileBlock

2016-09-27 Thread Hudson (JIRA)

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

Hudson commented on HBASE-16694:


FAILURE: Integrated in Jenkins build HBase-0.98-on-Hadoop-1.1 #1277 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1277/])
HBASE-16694 Reduce garbage for onDiskChecksum in HFileBlock (binlijin) 
(apurtell: rev 6903296a3c181958eda82d0e2cbe24aba986efda)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java


> Reduce garbage for onDiskChecksum in HFileBlock
> ---
>
> Key: HBASE-16694
> URL: https://issues.apache.org/jira/browse/HBASE-16694
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 2.0..
>Reporter: binlijin
>Assignee: binlijin
>Priority: Minor
> Fix For: 2.0.0, 1.4.0, 0.98.23
>
> Attachments: HBASE-16694-master.patch
>
>
> Current when finish a HFileBlock will create a new byte[] for onDiskChecksum, 
> we can reuse it.



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


[jira] [Commented] (HBASE-16694) Reduce garbage for onDiskChecksum in HFileBlock

2016-09-27 Thread Hudson (JIRA)

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

Hudson commented on HBASE-16694:


FAILURE: Integrated in Jenkins build HBase-0.98-matrix #404 (See 
[https://builds.apache.org/job/HBase-0.98-matrix/404/])
HBASE-16694 Reduce garbage for onDiskChecksum in HFileBlock (binlijin) 
(apurtell: rev 6903296a3c181958eda82d0e2cbe24aba986efda)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java


> Reduce garbage for onDiskChecksum in HFileBlock
> ---
>
> Key: HBASE-16694
> URL: https://issues.apache.org/jira/browse/HBASE-16694
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 2.0..
>Reporter: binlijin
>Assignee: binlijin
>Priority: Minor
> Fix For: 2.0.0, 1.4.0, 0.98.23
>
> Attachments: HBASE-16694-master.patch
>
>
> Current when finish a HFileBlock will create a new byte[] for onDiskChecksum, 
> we can reuse it.



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


[jira] [Commented] (HBASE-16694) Reduce garbage for onDiskChecksum in HFileBlock

2016-09-26 Thread Hudson (JIRA)

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

Hudson commented on HBASE-16694:


FAILURE: Integrated in Jenkins build HBase-1.4 #432 (See 
[https://builds.apache.org/job/HBase-1.4/432/])
HBASE-16694 Reduce garbage for onDiskChecksum in HFileBlock (binlijin) 
(apurtell: rev 67a43c30594329dc4a0de19787d2796e05f0b2c8)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java


> Reduce garbage for onDiskChecksum in HFileBlock
> ---
>
> Key: HBASE-16694
> URL: https://issues.apache.org/jira/browse/HBASE-16694
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 2.0..
>Reporter: binlijin
>Assignee: binlijin
>Priority: Minor
> Fix For: 2.0.0, 1.4.0, 0.98.23
>
> Attachments: HBASE-16694-master.patch
>
>
> Current when finish a HFileBlock will create a new byte[] for onDiskChecksum, 
> we can reuse it.



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


[jira] [Commented] (HBASE-16694) Reduce garbage for onDiskChecksum in HFileBlock

2016-09-26 Thread binlijin (JIRA)

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

binlijin commented on HBASE-16694:
--

Thanks very much for the review and commit! [~andrew.purt...@gmail.com]

> Reduce garbage for onDiskChecksum in HFileBlock
> ---
>
> Key: HBASE-16694
> URL: https://issues.apache.org/jira/browse/HBASE-16694
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 2.0..
>Reporter: binlijin
>Assignee: binlijin
>Priority: Minor
> Fix For: 2.0.0, 1.4.0, 0.98.23
>
> Attachments: HBASE-16694-master.patch
>
>
> Current when finish a HFileBlock will create a new byte[] for onDiskChecksum, 
> we can reuse it.



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


[jira] [Commented] (HBASE-16694) Reduce garbage for onDiskChecksum in HFileBlock

2016-09-26 Thread Hudson (JIRA)

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

Hudson commented on HBASE-16694:


FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1679 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/1679/])
HBASE-16694 Reduce garbage for onDiskChecksum in HFileBlock (binlijin) 
(apurtell: rev b9ec59ebbe0ea392bfe742a9f3774d9447722d42)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java


> Reduce garbage for onDiskChecksum in HFileBlock
> ---
>
> Key: HBASE-16694
> URL: https://issues.apache.org/jira/browse/HBASE-16694
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 2.0..
>Reporter: binlijin
>Assignee: binlijin
>Priority: Minor
> Fix For: 2.0.0, 1.4.0, 0.98.23
>
> Attachments: HBASE-16694-master.patch
>
>
> Current when finish a HFileBlock will create a new byte[] for onDiskChecksum, 
> we can reuse it.



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


[jira] [Commented] (HBASE-16694) Reduce garbage for onDiskChecksum in HFileBlock

2016-09-26 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-16694:


If no objections I will commit this later today

> Reduce garbage for onDiskChecksum in HFileBlock
> ---
>
> Key: HBASE-16694
> URL: https://issues.apache.org/jira/browse/HBASE-16694
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 2.0..
>Reporter: binlijin
>Assignee: binlijin
>Priority: Minor
> Attachments: HBASE-16694-master.patch
>
>
> Current when finish a HFileBlock will create a new byte[] for onDiskChecksum, 
> we can reuse it.



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


[jira] [Commented] (HBASE-16694) Reduce garbage for onDiskChecksum in HFileBlock

2016-09-26 Thread Andrew Purtell (JIRA)

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

Andrew Purtell commented on HBASE-16694:


+1


> Reduce garbage for onDiskChecksum in HFileBlock
> ---
>
> Key: HBASE-16694
> URL: https://issues.apache.org/jira/browse/HBASE-16694
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 2.0..
>Reporter: binlijin
>Assignee: binlijin
>Priority: Minor
> Attachments: HBASE-16694-master.patch
>
>
> Current when finish a HFileBlock will create a new byte[] for onDiskChecksum, 
> we can reuse it.



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