[
https://issues.apache.org/jira/browse/HBASE-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710947#action_12710947
]
stack commented on HBASE-1430:
------------------------------
I tested it on TRUNK. Worked. I applied it to TRUNK. Want to make one for
the branch j-d?
> Read the logs in batches during log splitting to avoid OOME
> -----------------------------------------------------------
>
> Key: HBASE-1430
> URL: https://issues.apache.org/jira/browse/HBASE-1430
> Project: Hadoop HBase
> Issue Type: Improvement
> Reporter: Jean-Daniel Cryans
> Assignee: Jean-Daniel Cryans
> Priority: Blocker
> Fix For: 0.20.0, 0.19.3
>
> Attachments: hbase-1430-trunk-v1.patch
>
>
> During log splitting, in the worst case we can read 64 logs of 64MB which
> will surely bust any heap. Instead we should read the logs in batches of 5-10
> that we write right away.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.