git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Bug#813084: Background git gc fails, telling me to run git prune, which doesn't help
       [not found] ` <CACsJy8Ai9dW3mLOEidsyh2yw29-2zvYRGB1LZN51B-L4QHMQ2w@mail.gmail.com>
@ 2016-02-27 22:50   ` Ben Hutchings
  0 siblings, 0 replies; only message in thread
From: Ben Hutchings @ 2016-02-27 22:50 UTC (permalink / raw)
  To: Duy Nguyen, 813084; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 1434 bytes --]

Control: forwarded -1 git@vger.kernel.org

On Fri, 2016-01-29 at 21:05 +0700, Duy Nguyen wrote:
> On Fri, Jan 29, 2016 at 8:35 PM, Ben Hutchings <ben@decadent.org.uk> wrote:
> > git keeps trying to do a background gc on my linux repository, but
> > fails, reporting this in .git/gc.log:
> > 
> > warning: There are too many unreachable loose objects; run 'git prune' to remove them.
> > 
> > However, after running 'git prune' and 'git gc' (which succeeds), git
> > soon tries to a background gc again, resulting in the same error.
> > 
> > Let me know what I can do to get any further diagnostic information.
> 
> Make sure nobody is accessing the repository before you do this:
> 
> git prune --expire=now
> 
> Then you can try "git gc --auto" again to see if it is still
> complaining. Report back on git@vger.kernel.org in that case.

OK, I've now done that and I get the same failure.  But
'git gc --prune=all' seems to work:

$ git gc --prune=all
Counting objects: 6479254, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (939232/939232), done.
Writing objects: 100% (6479254/6479254), done.
Total 6479254 (delta 5503044), reused 6479254 (delta 5503044)
Checking connectivity: 6479254, done.

I kept a backup of the .git directory so I can run further experiments
on that.

Ben.

-- 
Ben Hutchings
Every program is either trivial or else contains at least one bug

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-27 22:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <145407452147.14999.2503236526246955240.reportbug@deadeye.wl.decadent.org.uk>
     [not found] ` <CACsJy8Ai9dW3mLOEidsyh2yw29-2zvYRGB1LZN51B-L4QHMQ2w@mail.gmail.com>
2016-02-27 22:50   ` Bug#813084: Background git gc fails, telling me to run git prune, which doesn't help Ben Hutchings

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).