[
https://issues.apache.org/jira/browse/HBASE-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-1413:
-------------------------
Attachment: 1413-v2.patch
What you think of this patch Andrew?
Its your patch plus removal of the blocksize from hbase-default.xml.
It adds logging on HLogs config. Should be once per HRS startup.
Then, if we are taking a long time committing an edit, it prints out number of
edits so far. This is useful figuring if every edit is taking a long time to
go in or just the odd one.
Also logs if an edit took > 1ms to go in. When we start seeing these messages,
there is something up w/ our commit logs or with hdfs.
Finally prints length of edit log when running split.
> fall back to filesystem block size default if
> hbase.regionserver.hlog.blocksize is not specified
> ------------------------------------------------------------------------------------------------
>
> Key: HBASE-1413
> URL: https://issues.apache.org/jira/browse/HBASE-1413
> Project: Hadoop HBase
> Issue Type: Task
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Minor
> Fix For: 0.19.2, 0.20.0
>
> Attachments: 1413-v2.patch, hbase-1413.patch
>
>
> Fall back to filesystem block size default if
> hbase.regionserver.hlog.blocksize is not specified.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.