Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C5423102C9 for ; Wed, 14 Jan 2015 22:53:33 +0000 (UTC) Received: (qmail 62836 invoked by uid 500); 14 Jan 2015 22:53:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 62785 invoked by uid 500); 14 Jan 2015 22:53:35 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 62773 invoked by uid 99); 14 Jan 2015 22:53:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2015 22:53:35 +0000 Date: Wed, 14 Jan 2015 22:53:35 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12848) Utilize Flash storage for WAL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-12848: --------------------------- Release Note: New config, hbase.wal.storage.policy, is added with default value 'NONE' User can specify ONE_SSD or ALL_SSD as the value: ONE_SSD: place only one replica of WAL files in SSD and the remaining in default storage ALL_SSD: all replica for WAL files are placed on SSD See [the HDFS docs on storage policy|http://hadoop.apache.org/docs/r2.6.0/hadoop-project-dist/hadoop-hdfs/ArchivalStorage.html] was: New config, hbase.wal.storage.policy, is added with default value 'NONE' User can specify ONE_SSD or ALL_SSD as the value: ONE_SSD: place only one replica of WAL files in SSD and the remaining in default storage ALL_SSD: all replica for WAL files are placed on SSD > Utilize Flash storage for WAL > ----------------------------- > > Key: HBASE-12848 > URL: https://issues.apache.org/jira/browse/HBASE-12848 > Project: HBase > Issue Type: Sub-task > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 2.0.0, 1.1.0 > > Attachments: 12848-v1.patch, 12848-v2.patch, 12848-v3.patch > > > One way to improve data ingestion rate is to make use of Flash storage. > HDFS is doing the heavy lifting - see HDFS-7228. > We assume an environment where: > 1. Some servers have a mix of flash, e.g. 2 flash drives and 4 traditional drives. > 2. Some servers have all traditional storage. > 3. RegionServers are deployed on both profiles within one HBase cluster. > This JIRA allows WAL to be managed on flash in a mixed-profile environment. -- This message was sent by Atlassian JIRA (v6.3.4#6332)