[
https://issues.apache.org/jira/browse/HBASE-8498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13652203#comment-13652203
]
stack commented on HBASE-8498:
------------------------------
[~sershe]
You might have to manually schedule your patch.
Go to https://builds.apache.org/job/PreCommit-HBASE-Build/. Login with your
apache id and then click 'build now'. It will ask for number of patch to run.
Type in 8498 (not hbase-8498). I just scheduled one for you.
Should below
{code}
+ LOG.error("Partial cell read caused by EOF: " + ioEx);
{code}
be
+ LOG.error("Partial cell read", ioEx);
Sticking a trace level logging of the exception in here could save a life one
day:
+ } catch (Throwable t) {
+ }
+1 on trying patch.
> add more logging and exception handling to PB WAL reading
> ---------------------------------------------------------
>
> 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
>
>
> 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