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 E64051839A for ; Fri, 26 Jun 2015 23:46:05 +0000 (UTC) Received: (qmail 65076 invoked by uid 500); 26 Jun 2015 23:46:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 64996 invoked by uid 500); 26 Jun 2015 23:46:05 -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 64649 invoked by uid 99); 26 Jun 2015 23:46:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2015 23:46:05 +0000 Date: Fri, 26 Jun 2015 23:46:05 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-13979) Move out the lowReplication roll form FSHLog to be reusable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Matteo Bertozzi created HBASE-13979: --------------------------------------- Summary: Move out the lowReplication roll form FSHLog to be reusable Key: HBASE-13979 URL: https://issues.apache.org/jira/browse/HBASE-13979 Project: HBase Issue Type: Improvement Affects Versions: 1.2.0 Reporter: Matteo Bertozzi Assignee: Matteo Bertozzi Priority: Trivial Fix For: 2.0.0, 1.2.0 Attachments: HBASE-13979-v0.patch I'd like to reuse the low-replication detection and log roll logic used in the FSHLog. most of that logic doesn't know about Region or WALEdits, so we can move it out. -- This message was sent by Atlassian JIRA (v6.3.4#6332)