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

stack commented on HBASE-8498:
------------------------------

+1 on patch.

On commit change this?

{code}
+      LOG.error("Partial cell read caused by EOF: " + ioEx);
+      throw new EOFException("Partial cell read");
{code}

to....

LOG.error("Partial cell read caused by EOF", ioEx);
throw new EOFException("Partial cell read", ioEx);
                
> PB WAL reading is broken due to some partial reads
> --------------------------------------------------
>
>                 Key: HBASE-8498
>                 URL: https://issues.apache.org/jira/browse/HBASE-8498
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>            Priority: Critical
>         Attachments: HBASE-8498-v0.patch, HBASE-8498-v0.patch, 
> HBASE-8498-v1.patch, HBASE-8498-v2.patch
>
>
> From dev list, there's IOException during log splitting on hadoop-2.0.3. We 
> need to understand whether this is caused by EOF, and ignore it if it is.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to