You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Nick Dimiduk <nd...@gmail.com> on 2014/11/01 01:54:54 UTC

Unable to fetch?

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.

Re: Unable to fetch?

Posted by Ted Yu <yu...@gmail.com>.
Thanks Nick.

On Mon, Nov 3, 2014 at 3:26 PM, Nick Dimiduk <nd...@gmail.com> wrote:

> I take that back, it did work. The failure was coming from the
> git.apache.org/hbase.git mirror, which hasn't propagated the delete yet.
>
> On Mon, Nov 3, 2014 at 3:25 PM, Nick Dimiduk <nd...@gmail.com> wrote:
>
> > 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 <st...@duboce.net> 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
> be
> >> 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 <ap...@apache.org>
> >> wrote:
> >>
> >> > This isn't just an annoyance. Clearly active dev is happening on
> >> > "hbase-11339", last commit:
> >> >
> >> > commit e5a1b86dbad650f9740eb24a7f544c4a51f05654
> >> >
> >> > Author: Jonathan M Hsieh <jm...@apache.org>
> >> >
> >> > Date:   Thu Oct 30 06:50:13 2014 -0700
> >> >
> >> >
> >> >     HBASE-11683 Metrics for MOB (Jingcheng Du)
> >> >
> >> >
> >> > ​While on "HBASE-11339" it's ​
> >> >
> >> > commit 8a8b7de760a33c8195e287975d5b4a337d71b1fa
> >> >
> >> > Author: Ramkrishna <ra...@intel.com>
> >> >
> >> > 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!
> >> >
> >> > ​
> >> >
> >> > On Fri, Oct 31, 2014 at 6:04 PM, Nick Dimiduk <nd...@gmail.com>
> >> 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
> >> for
> >> > us
> >> > > unfortunate mac users?
> >> > >
> >> > > Thanks,
> >> > > Nick
> >> > >
> >> > > [0]:
> >> > >
> >> > >
> >> >
> >>
> https://github.com/apache/hbase/commit/8a8b7de760a33c8195e287975d5b4a337d71b1fa
> >> > >
> >> > > On Fri, Oct 31, 2014 at 5:56 PM, Ted Yu <yu...@gmail.com>
> 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 <nd...@gmail.com>
> >> 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
> Hein
> >> > (via Tom White)
> >> >
> >>
> >
> >
>

Re: Unable to fetch?

Posted by Nick Dimiduk <nd...@gmail.com>.
I take that back, it did work. The failure was coming from the
git.apache.org/hbase.git mirror, which hasn't propagated the delete yet.

On Mon, Nov 3, 2014 at 3:25 PM, Nick Dimiduk <nd...@gmail.com> wrote:

> 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 <st...@duboce.net> 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 be
>> 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 <ap...@apache.org>
>> wrote:
>>
>> > This isn't just an annoyance. Clearly active dev is happening on
>> > "hbase-11339", last commit:
>> >
>> > commit e5a1b86dbad650f9740eb24a7f544c4a51f05654
>> >
>> > Author: Jonathan M Hsieh <jm...@apache.org>
>> >
>> > Date:   Thu Oct 30 06:50:13 2014 -0700
>> >
>> >
>> >     HBASE-11683 Metrics for MOB (Jingcheng Du)
>> >
>> >
>> > ​While on "HBASE-11339" it's ​
>> >
>> > commit 8a8b7de760a33c8195e287975d5b4a337d71b1fa
>> >
>> > Author: Ramkrishna <ra...@intel.com>
>> >
>> > 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!
>> >
>> > ​
>> >
>> > On Fri, Oct 31, 2014 at 6:04 PM, Nick Dimiduk <nd...@gmail.com>
>> 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
>> for
>> > us
>> > > unfortunate mac users?
>> > >
>> > > Thanks,
>> > > Nick
>> > >
>> > > [0]:
>> > >
>> > >
>> >
>> https://github.com/apache/hbase/commit/8a8b7de760a33c8195e287975d5b4a337d71b1fa
>> > >
>> > > On Fri, Oct 31, 2014 at 5:56 PM, Ted Yu <yu...@gmail.com> 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 <nd...@gmail.com>
>> 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 Hein
>> > (via Tom White)
>> >
>>
>
>

Re: Unable to fetch?

Posted by Nick Dimiduk <nd...@gmail.com>.
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 <st...@duboce.net> 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 be
> 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 <ap...@apache.org>
> wrote:
>
> > This isn't just an annoyance. Clearly active dev is happening on
> > "hbase-11339", last commit:
> >
> > commit e5a1b86dbad650f9740eb24a7f544c4a51f05654
> >
> > Author: Jonathan M Hsieh <jm...@apache.org>
> >
> > Date:   Thu Oct 30 06:50:13 2014 -0700
> >
> >
> >     HBASE-11683 Metrics for MOB (Jingcheng Du)
> >
> >
> > ​While on "HBASE-11339" it's ​
> >
> > commit 8a8b7de760a33c8195e287975d5b4a337d71b1fa
> >
> > Author: Ramkrishna <ra...@intel.com>
> >
> > 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!
> >
> > ​
> >
> > On Fri, Oct 31, 2014 at 6:04 PM, Nick Dimiduk <nd...@gmail.com>
> 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 for
> > us
> > > unfortunate mac users?
> > >
> > > Thanks,
> > > Nick
> > >
> > > [0]:
> > >
> > >
> >
> https://github.com/apache/hbase/commit/8a8b7de760a33c8195e287975d5b4a337d71b1fa
> > >
> > > On Fri, Oct 31, 2014 at 5:56 PM, Ted Yu <yu...@gmail.com> 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 <nd...@gmail.com>
> 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 Hein
> > (via Tom White)
> >
>

Re: Unable to fetch?

Posted by Stack <st...@duboce.net>.
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 be
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 <ap...@apache.org> wrote:

> This isn't just an annoyance. Clearly active dev is happening on
> "hbase-11339", last commit:
>
> commit e5a1b86dbad650f9740eb24a7f544c4a51f05654
>
> Author: Jonathan M Hsieh <jm...@apache.org>
>
> Date:   Thu Oct 30 06:50:13 2014 -0700
>
>
>     HBASE-11683 Metrics for MOB (Jingcheng Du)
>
>
> ​While on "HBASE-11339" it's ​
>
> commit 8a8b7de760a33c8195e287975d5b4a337d71b1fa
>
> Author: Ramkrishna <ra...@intel.com>
>
> 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!
>
> ​
>
> On Fri, Oct 31, 2014 at 6:04 PM, Nick Dimiduk <nd...@gmail.com> 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 for
> us
> > unfortunate mac users?
> >
> > Thanks,
> > Nick
> >
> > [0]:
> >
> >
> https://github.com/apache/hbase/commit/8a8b7de760a33c8195e287975d5b4a337d71b1fa
> >
> > On Fri, Oct 31, 2014 at 5:56 PM, Ted Yu <yu...@gmail.com> 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 <nd...@gmail.com> 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 Hein
> (via Tom White)
>

Re: Unable to fetch?

Posted by Sean Busbey <bu...@cloudera.com>.
Filed HBASE-12418, to raise visibility of this mail thread

https://issues.apache.org/jira/browse/HBASE-12418

On Mon, Nov 3, 2014 at 4:37 PM, Ted Yu <yu...@gmail.com> wrote:

> Encountered the following error when trying to refresh 0.98 workspace:
>
> error: Ref refs/remotes/origin/hbase-11339 is at
> 8a8b7de760a33c8195e287975d5b4a337d71b1fa but expected
> e5a1b86dbad650f9740eb24a7f544c4a51f05654
>  ! e5a1b86..8a8b7de  hbase-11339 -> origin/hbase-11339  (unable to update
> local ref)
>
> I would second Andrew's petition.
>
>
> On Mon, Nov 3, 2014 at 10:19 AM, Andrew Purtell <ap...@apache.org>
> wrote:
>
> > This isn't just an annoyance. Clearly active dev is happening on
> > "hbase-11339", last commit:
> >
> > commit e5a1b86dbad650f9740eb24a7f544c4a51f05654
> >
> > Author: Jonathan M Hsieh <jm...@apache.org>
> >
> > Date:   Thu Oct 30 06:50:13 2014 -0700
> >
> >
> >     HBASE-11683 Metrics for MOB (Jingcheng Du)
> >
> >
> > ​While on "HBASE-11339" it's ​
> >
> > commit 8a8b7de760a33c8195e287975d5b4a337d71b1fa
> >
> > Author: Ramkrishna <ra...@intel.com>
> >
> > 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!
> >
> > ​
> >
> > On Fri, Oct 31, 2014 at 6:04 PM, Nick Dimiduk <nd...@gmail.com>
> 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 for
> > us
> > > unfortunate mac users?
> > >
> > > Thanks,
> > > Nick
> > >
> > > [0]:
> > >
> > >
> >
> https://github.com/apache/hbase/commit/8a8b7de760a33c8195e287975d5b4a337d71b1fa
> > >
> > > On Fri, Oct 31, 2014 at 5:56 PM, Ted Yu <yu...@gmail.com> 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 <nd...@gmail.com>
> 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 Hein
> > (via Tom White)
> >
>



-- 
Sean

Re: Unable to fetch?

Posted by Ted Yu <yu...@gmail.com>.
Encountered the following error when trying to refresh 0.98 workspace:

error: Ref refs/remotes/origin/hbase-11339 is at
8a8b7de760a33c8195e287975d5b4a337d71b1fa but expected
e5a1b86dbad650f9740eb24a7f544c4a51f05654
 ! e5a1b86..8a8b7de  hbase-11339 -> origin/hbase-11339  (unable to update
local ref)

I would second Andrew's petition.


On Mon, Nov 3, 2014 at 10:19 AM, Andrew Purtell <ap...@apache.org> wrote:

> This isn't just an annoyance. Clearly active dev is happening on
> "hbase-11339", last commit:
>
> commit e5a1b86dbad650f9740eb24a7f544c4a51f05654
>
> Author: Jonathan M Hsieh <jm...@apache.org>
>
> Date:   Thu Oct 30 06:50:13 2014 -0700
>
>
>     HBASE-11683 Metrics for MOB (Jingcheng Du)
>
>
> ​While on "HBASE-11339" it's ​
>
> commit 8a8b7de760a33c8195e287975d5b4a337d71b1fa
>
> Author: Ramkrishna <ra...@intel.com>
>
> 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!
>
> ​
>
> On Fri, Oct 31, 2014 at 6:04 PM, Nick Dimiduk <nd...@gmail.com> 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 for
> us
> > unfortunate mac users?
> >
> > Thanks,
> > Nick
> >
> > [0]:
> >
> >
> https://github.com/apache/hbase/commit/8a8b7de760a33c8195e287975d5b4a337d71b1fa
> >
> > On Fri, Oct 31, 2014 at 5:56 PM, Ted Yu <yu...@gmail.com> 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 <nd...@gmail.com> 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 Hein
> (via Tom White)
>

Re: Unable to fetch?

Posted by Andrew Purtell <ap...@apache.org>.
This isn't just an annoyance. Clearly active dev is happening on
"hbase-11339", last commit:

commit e5a1b86dbad650f9740eb24a7f544c4a51f05654

Author: Jonathan M Hsieh <jm...@apache.org>

Date:   Thu Oct 30 06:50:13 2014 -0700


    HBASE-11683 Metrics for MOB (Jingcheng Du)


​While on "HBASE-11339" it's ​

commit 8a8b7de760a33c8195e287975d5b4a337d71b1fa

Author: Ramkrishna <ra...@intel.com>

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!

​

On Fri, Oct 31, 2014 at 6:04 PM, Nick Dimiduk <nd...@gmail.com> 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 for us
> unfortunate mac users?
>
> Thanks,
> Nick
>
> [0]:
>
> https://github.com/apache/hbase/commit/8a8b7de760a33c8195e287975d5b4a337d71b1fa
>
> On Fri, Oct 31, 2014 at 5:56 PM, Ted Yu <yu...@gmail.com> 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 <nd...@gmail.com> 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 Hein
(via Tom White)

Re: Unable to fetch?

Posted by Nick Dimiduk <nd...@gmail.com>.
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 for us
unfortunate mac users?

Thanks,
Nick

[0]:
https://github.com/apache/hbase/commit/8a8b7de760a33c8195e287975d5b4a337d71b1fa

On Fri, Oct 31, 2014 at 5:56 PM, Ted Yu <yu...@gmail.com> 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 <nd...@gmail.com> 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.
>

Re: Unable to fetch?

Posted by Ted Yu <yu...@gmail.com>.
I got this earlier today. 

I had to re-clone my git workspace. 

Cheers

On Oct 31, 2014, at 5:54 PM, Nick Dimiduk <nd...@gmail.com> 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.