[
https://issues.apache.org/jira/browse/HBASE-14307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14740548#comment-14740548
]
Hudson commented on HBASE-14307:
--------------------------------
FAILURE: Integrated in HBase-1.1 #656 (See
[https://builds.apache.org/job/HBase-1.1/656/])
HBASE-14307 - Incorrect use of positional read api in HFileBlock (Chris
(ramkrishna: rev c20cb7dd1df5562a5d991629e6b97267e1d8608e)
* hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestHFileBlockPositionalRead.java
> Incorrect use of positional read api in HFileBlock
> --------------------------------------------------
>
> Key: HBASE-14307
> URL: https://issues.apache.org/jira/browse/HBASE-14307
> Project: HBase
> Issue Type: Bug
> Reporter: Shradha Revankar
> Assignee: Chris Nauroth
> Fix For: 2.0.0, 0.98.15, 1.2.1, 1.0.3, 1.1.3
>
> Attachments: HBASE-14307.001.master.patch,
> HBASE-14307.002.master.patch, HBASE-14307.003.patch
>
>
> Considering that {{read()}} is not guaranteed to read all bytes,
> I'm interested to understand this particular piece of code and why is partial
> read treated as an error :
> https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFileBlock.java#L1446-L1450
> Particularly, if hbase were to use a different filesystem, say
> WebhdfsFileSystem, this would not work, please also see
> https://issues.apache.org/jira/browse/HDFS-8943 for discussion around this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)