[
https://issues.apache.org/jira/browse/HBASE-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708691#action_12708691
]
stack commented on HBASE-1413:
------------------------------
I've been playing in here Andrew. I think we should remove this from the
hbase-default.xml too:
{code}
<property>
<name>hbase.regionserver.hlog.blocksize</name>
<value>1048576</value>
<description>Block size for HLog files. To minimize potential data loss,
the size should be (avg key length) * (avg value length) * flushlogentries.
Default 1MB.
</description>
</property>
{code}
Its looking like the original assumption that we'd recover up to the last
written block if dfs.support.append was set to true in hadoop doesn't hold.
Let me test more to be sure.
> 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: 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.