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 7470F179AD for ; Mon, 3 Nov 2014 23:26:31 +0000 (UTC) Received: (qmail 22812 invoked by uid 500); 3 Nov 2014 23:26:30 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 22722 invoked by uid 500); 3 Nov 2014 23:26:30 -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 22710 invoked by uid 99); 3 Nov 2014 23:26:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2014 23:26:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ndimiduk@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-ob0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2014 23:26:26 +0000 Received: by mail-ob0-f171.google.com with SMTP id wp18so9916640obc.2 for ; Mon, 03 Nov 2014 15:26:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Qkxjx/d+ZicG+gsDoZh8clw+NgINkei2mia3achpQKY=; b=smBrttdKgVzjaULc/BmyWV/56Ft0Q7gu5wDgQHIlVMp/Qk/Sih2q/Jp+pCdVbSKXpI Pla2nP2B75CcZLZgvCUrjt+vrhZ35agWQxNj7T+iNyVoRW6nJ2+1tBa8w5p0f3ptbAUo YSMC+XTwhsojZE/OtiIowvxTwVG0nESY9zhUiZrtETCF2QldoDNSl7qm2ZERMyTkl4hN /V+Gy06+ohVW1zsPL1CN5QOlxQ6/8aJ8TvknLDa2/uRJ4jbDBDHitZ5A/Rejh5xIdVMQ MIO+pBQzA3GB0mM3Yt1G1Y4sy7e6PSTyAPQT1gofYj4nq/EPvmRpc8ETYe+KMP/nPw+J nEbQ== X-Received: by 10.182.233.169 with SMTP id tx9mr15919756obc.38.1415057165400; Mon, 03 Nov 2014 15:26:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.80.164 with HTTP; Mon, 3 Nov 2014 15:25:45 -0800 (PST) In-Reply-To: References: <65F1C5B8-4A89-4D71-874A-3FDD99C5E4F6@gmail.com> From: Nick Dimiduk Date: Mon, 3 Nov 2014 15:25:45 -0800 Message-ID: Subject: Re: Unable to fetch? To: hbase-dev Content-Type: multipart/alternative; boundary=001a11c2e596ae40610506fcab9a X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2e596ae40610506fcab9a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Both the branches contained identical history. Tried to delete the uppercase branch with the following command. $ git push apache-rw --delete HBASE-11339 To https://git-wip-us.apache.org/repos/asf/hbase.git - [deleted] HBASE-11339 Says it worked, but I'm still having trouble fetching. On Mon, Nov 3, 2014 at 3:17 PM, Stack wrote: > How did you do that Andrew? > > I looked at the two branches and they seem the same if I compare on a > case-sensitive system (git log --oneline|head -100 ...) or if I look over > on github: > > https://github.com/apache/hbase/commits/hbase-11339 > https://github.com/apache/hbase/commits/HBASE-11339 > > I tried to delete the upper case HBASE-11339 branch but I don't seem to b= e > able to: > > [stack@c2020 hbase.git.clean]$ git push origin :HBASE-11339 > error: no DAV locking support on > https://git-wip-us.apache.org/repos/asf/hbase.git/ > fatal: git-http-push failed > > A search turns up: https://git-wip-us.apache.org/docs/common-errors.html > > but I'm already on https. > > Unless anyone else has ideas, I'll file INFRA ticket and ask them delete > them delete the upper-case HBASE-11339 branch. > > Would appreciate those working on this stuff shouting if there is > differences between the branches. > > Jon is on vacation so I'm game for helping out here. > > St.Ack > > > On Mon, Nov 3, 2014 at 10:19 AM, Andrew Purtell > wrote: > > > 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! > > > > =E2=80=8B > > > > On Fri, Oct 31, 2014 at 6:04 PM, Nick Dimiduk > wrote: > > > > > Looks like there are two branches for HBASE-11339; one is upper case > and > > > the other is lower case. This is breaking for me because the Mac > > filesystem > > > is not case sensitive. It appears the capitalized version was pushed > > > unintentionally via this commit [0]. Would the folks working on this > > > feature please delete one of the two branches and fix the situation f= or > > us > > > unfortunate mac users? > > > > > > Thanks, > > > Nick > > > > > > [0]: > > > > > > > > > https://github.com/apache/hbase/commit/8a8b7de760a33c8195e287975d5b4a337d= 71b1fa > > > > > > On Fri, Oct 31, 2014 at 5:56 PM, Ted Yu wrote: > > > > > > > I got this earlier today. > > > > > > > > I had to re-clone my git workspace. > > > > > > > > Cheers > > > > > > > > On Oct 31, 2014, at 5:54 PM, Nick Dimiduk > wrote: > > > > > > > > > Is anyone else seeing this? Seems like there was a forced push to > the > > > > > hbase-11339 branch. > > > > > > > > > > $ git --no-pager fetch apache-rw > > > > > error: Ref refs/remotes/apache-rw/hbase-11339 is at > > > > > 8a8b7de760a33c8195e287975d5b4a337d71b1fa but expected > > > > > aa523164e825567d93eb0b2a191955ca195ea242 > > > > > From https://git-wip-us.apache.org/repos/asf/hbase > > > > > ! aa52316..e5a1b86 hbase-11339 -> apache-rw/hbase-11339 (unable > to > > > > > update local ref) > > > > > git exited abnormally with code 1. > > > > > > > > > > > > > > > -- > > Best regards, > > > > - Andy > > > > Problems worthy of attack prove their worth by hitting back. - Piet Hei= n > > (via Tom White) > > > --001a11c2e596ae40610506fcab9a--