[
https://issues.apache.org/jira/browse/HBASE-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-1048:
-------------------------
Attachment: 1048.patch
First cut at a patch. In logrolling, check if count of logs > a threshold. If
it is, schedule a flush of region with oldest calculated edit.
> HLog: Found 0 logs to remove out of total 1450; oldest outstanding seqnum is
> 162297053 fr om region -ROOT-,,0
> -------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-1048
> URL: https://issues.apache.org/jira/browse/HBASE-1048
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.19.0
>
> Attachments: 1048.patch
>
>
> Above was in tim sell log just before it OOME'd. 1450 log files are going to
> mess us up. Need to clear them. Catalog tables should probably keep up the
> old optional flush or, if N commit logs, schedule a flush on the region with
> the oldest sequent number.
> Bringing into 0.19.0. Gets in the way of our scaling.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.