You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/10/28 18:00:29 UTC

[jira] [Resolved] (AMBARI-13066) Turn on fsync on close when HBase is installed

     [ https://issues.apache.org/jira/browse/AMBARI-13066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu resolved AMBARI-13066.
-----------------------------
    Resolution: Later

> Turn on fsync on close when HBase is installed
> ----------------------------------------------
>
>                 Key: AMBARI-13066
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13066
>             Project: Ambari
>          Issue Type: Improvement
>            Reporter: Ted Yu
>            Priority: Minor
>
> The following two options should be turned on by default when HBase is installed:
> dfs.datanode.synconclose=true - this is to avoid data loss and guarantee HDFS correctness. By default, HDFS does not fsync file on close.
> ​dfs.datanode.sync.behind.writes=true - sync partial blocks to disk, always *must* when sync-on-close is on for performance.
> Thanks to [~arpitagarwal] for confirmation



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)