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 1E2121797A for ; Mon, 3 Nov 2014 23:22:38 +0000 (UTC) Received: (qmail 7907 invoked by uid 500); 3 Nov 2014 23:22:36 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 7674 invoked by uid 500); 3 Nov 2014 23:22:36 -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 7612 invoked by uid 99); 3 Nov 2014 23:22:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2014 23:22:36 +0000 Date: Mon, 3 Nov 2014 23:22:35 +0000 (UTC) From: "Sean Busbey (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-12418) Multiple branches for MOB feature breaking git for case insensitive filesystems MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sean Busbey created HBASE-12418: ----------------------------------- Summary: Multiple branches for MOB feature breaking git for ca= se insensitive filesystems Key: HBASE-12418 URL: https://issues.apache.org/jira/browse/HBASE-12418 Project: HBase Issue Type: Bug Reporter: Sean Busbey Priority: Blocker The feature branch for MOB work (HBASE-11339) at some recent point split in= to two divergent branches that differ by case in their name (hbase-11339 v = HBASE-11339). [Per the mailing list|http://mail-archives.apache.org/mod_mbox/hbase-dev/20= 1411.mbox/%3CCA%2BRK%3D_B_fgNXK8c_pg%2B6iv4WSTchYot%2Bdd3cMM9HJwy1-RUfCw%40= mail.gmail.com%3E], this is breaking git on filesystems that are case insen= sitive, namely Mac OS X. {quote} This isn't just an annoyance. Clearly active dev is happening on "hbase-11339", last commit: commit e5a1b86dbad650f9740eb24a7f544c4a51f05654 Author: Jonathan M Hsieh Date: Thu Oct 30 06:50:13 2014 -0700 HBASE-11683 Metrics for MOB (Jingcheng Du) =E2=80=8BWhile on "HBASE-11339" it's =E2=80=8B commit 8a8b7de760a33c8195e287975d5b4a337d71b1fa Author: Ramkrishna Date: Fri Oct 31 15:43:58 2014 +0530 HBASE-12392 Incorrect implementation of CompactionRequest.isRetainDeleteMarkers(Jingcheng Du) and this commit, HBASE-12392, is missing on "hbase-11339", so whatever it is supposed to fix isn't fixed there. We need for someone working on MOB to commit HBASE-12392 into "hbase-11339" and then drop the "HBASE-11339" branch. Thanks! {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332)