[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-05-02 Thread Tudor Scurtu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tudor Scurtu updated HBASE-5625: Attachment: 5625v8.txt Modified 'Result' private buffer reallocation to pad to a size equal to the

[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-05-02 Thread Zhihong Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Yu updated HBASE-5625: -- Resolution: Fixed Status: Resolved (was: Patch Available) Avoid byte buffer allocations

[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-04-25 Thread Tudor Scurtu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tudor Scurtu updated HBASE-5625: Attachment: 5625v7.txt Added check with reallocation in 'Result.binarySearch()'.

[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-04-04 Thread Tudor Scurtu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tudor Scurtu updated HBASE-5625: Attachment: 5625v6.txt Implemented coding style comments. Added separate unit tests for all

[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-04-02 Thread Tudor Scurtu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tudor Scurtu updated HBASE-5625: Attachment: 5625v5.txt @Zhihong: Thanks for the review request. I actually had to make my own in

[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-04-02 Thread Zhihong Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Yu updated HBASE-5625: -- Fix Version/s: 0.96.0 Hadoop Flags: Reviewed Avoid byte buffer allocations when reading a

[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-03-29 Thread Tudor Scurtu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tudor Scurtu updated HBASE-5625: Attachment: 5625v4.txt @Zhihong: I added a new method, 'TestResult.testPerformance()'. This must

[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-03-27 Thread Tudor Scurtu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tudor Scurtu updated HBASE-5625: Attachment: 5625v3.txt @Zhihong: I initially submitted a minimalistic version so I wouldn't have

[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-03-23 Thread Tudor Scurtu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tudor Scurtu updated HBASE-5625: Description: When calling Result.getValue(), an extra dummy KeyValue and its associated

[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-03-23 Thread Tudor Scurtu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tudor Scurtu updated HBASE-5625: Attachment: 5625.txt The current patch introduces a method (Result.loadValue()) that uses

[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-03-23 Thread Zhihong Yu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Yu updated HBASE-5625: -- Status: Patch Available (was: Open) Avoid byte buffer allocations when reading a value from a

[jira] [Updated] (HBASE-5625) Avoid byte buffer allocations when reading a value from a Result object

2012-03-23 Thread Tudor Scurtu (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tudor Scurtu updated HBASE-5625: Attachment: 5625v2.txt Correct trunk diff. Avoid byte buffer allocations when