From: Junio C Hamano <gitster@pobox.com>
To: Jan Hudec <bulb@ucw.cz>
Cc: Theodore Tso <tytso@MIT.EDU>, Jon Smirl <jonsmirl@gmail.com>,
Git Mailing List <git@vger.kernel.org>
Subject: Re: Alternates and push
Date: Sun, 07 Sep 2008 11:56:42 -0700 [thread overview]
Message-ID: <7vhc8rn5sl.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <20080907184922.GA3909@efreet.light.src> (Jan Hudec's message of "Sun, 7 Sep 2008 20:49:22 +0200")
Jan Hudec <bulb@ucw.cz> writes:
> On Sat, Sep 06, 2008 at 11:06:49 -0700, Junio C Hamano wrote:
>> Theodore Tso <tytso@MIT.EDU> writes:
>>
>> > Long-standing mis-feature in git's logic in deciding what to push.
>> > It's been reported a few times, but apparently it's hard to fix, or at
>> > least it never hsa been fixed as far as I know.
>>
>> This comes from an early (mis)design of git.
>> [...]
>> * The existing alternates mechanism is not about alternate repositories.
>> It is about alternate object stores. That is why each line of this
>> file points at "objects" directory elsewhere, not the ".git" directory
>> that is typically at one level above that "objects" directory.
>>
>> The fact your repository's object store points at the object store that
>> happens to be inside Linus's repository does not imply that Linus's
>> object store is associated with refs in Linus's repository in any way
>> (that's the early _mis_design part).
>
> Why is this a *mis*design? Couldn't push be fixed by redesigning it's
> protocol along the lines of:
> - clients sends a list of sha1s it wants to push, from the tip down
> - server stops it when it sees an object it has -- this check can be done
> against the object store without having a ref for it.
Because your second step is *BROKEN*.
Think of a case where an earlier commit walker started fetching into that
"server" end, which got newer commits and their associated objects first
and then older ones, and then got killed before reaching to the objects it
already had. In such a case, the commit walker will *not* update the refs
on the server end (and for a very good reason).
After that, the server end would have:
* refs that point at some older commits, all objects from whom are
guaranteed to be in the repository (that's the "ref" guarantee);
* newer commits and their objects, but if you follow them you will hit
some objects that are *NOT* in the repository.
Now imagine starting your broken procedure to serve clients from such a
repository. Your second step would cause the server to attempt to pack
the difference from the latter classes of incomplete objects and makes the
pack generation fail.
next prev parent reply other threads:[~2008-09-07 18:59 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-06 12:42 Alternates and push Jon Smirl
2008-09-06 16:20 ` Theodore Tso
2008-09-06 18:06 ` Junio C Hamano
2008-09-06 18:24 ` Jon Smirl
2008-09-06 19:21 ` Shawn O. Pearce
2008-09-09 8:35 ` Petr Baudis
2008-09-09 14:57 ` Shawn O. Pearce
2008-09-07 18:49 ` Jan Hudec
2008-09-07 18:56 ` Junio C Hamano [this message]
2008-09-07 19:17 ` Jan Hudec
2008-09-07 19:18 ` Junio C Hamano
2008-09-08 17:56 ` Jan Hudec
2008-09-07 23:41 ` Theodore Tso
2008-09-08 0:02 ` Junio C Hamano
2008-09-08 0:41 ` Theodore Tso
2008-09-08 2:53 ` Junio C Hamano
2008-09-08 5:07 ` Junio C Hamano
2008-09-08 6:42 ` Junio C Hamano
2008-09-08 7:24 ` Daniel Barkalow
2008-09-08 14:56 ` Shawn O. Pearce
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7vhc8rn5sl.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=bulb@ucw.cz \
--cc=git@vger.kernel.org \
--cc=jonsmirl@gmail.com \
--cc=tytso@MIT.EDU \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).