Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27C7D11E94 for ; Tue, 13 May 2014 02:49:28 +0000 (UTC) Received: (qmail 38152 invoked by uid 500); 10 May 2014 22:00:46 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 1832 invoked by uid 500); 10 May 2014 21:58:19 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 70624 invoked by uid 99); 10 May 2014 21:56:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2014 21:56:44 +0000 Date: Sat, 10 May 2014 21:56:44 +0000 (UTC) From: "Jerry He (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-11148) Provide a distributed procedure to globally roll logs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jerry He created HBASE-11148: -------------------------------- Summary: Provide a distributed procedure to globally roll logs Key: HBASE-11148 URL: https://issues.apache.org/jira/browse/HBASE-11148 Project: HBase Issue Type: New Feature Reporter: Jerry He Fix For: 0.99.0 Propose a distributed procedure here to globally roll logs. Currently HBaseAdmin and HBase shell provides a way to roll the WAL on a single RS. Some use cases may require that all the RS roll the logs at the same time and in a coordinated way. Also there may be requirement that some tasks be done together with the roll log on each region server. -- This message was sent by Atlassian JIRA (v6.2#6252)