You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Pritam Damania (JIRA)" <ji...@apache.org> on 2013/06/08 01:18:19 UTC

[jira] [Created] (HBASE-8714) Have an option to perform sync_file_range on HFiles

Pritam Damania created HBASE-8714:
-------------------------------------

             Summary: Have an option to perform sync_file_range on HFiles
                 Key: HBASE-8714
                 URL: https://issues.apache.org/jira/browse/HBASE-8714
             Project: HBase
          Issue Type: New Feature
            Reporter: Pritam Damania
            Priority: Minor


In HDFS we use sync_file_range(WRITE) to periodically sync data to disks to ensure we have smooth IO and not huge bursts to the disk. We need to allow HBase to enable sync_file_range(WAIT_AFTER | WRITE) to ensure that HFiles are throttled and can write only as fast as disks can.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira