git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [JGIT PATCH 0/4] Racy pack directory fixes
@ 2009-07-25 22:52 Shawn O. Pearce
  2009-07-25 22:52 ` [JGIT PATCH 1/4] Avoid unnecessary stat when scanning packs in the objects directory Shawn O. Pearce
  0 siblings, 1 reply; 5+ messages in thread
From: Shawn O. Pearce @ 2009-07-25 22:52 UTC (permalink / raw)
  To: Robin Rosenberg; +Cc: git

I noticed some "racy git" sort of problems with the pack directory.
I suspect JGit read the pack directory while a concurrent `git gc`
was still writing the outputs, leaving JGit missing a large part
of the repository because it never saw the final state.  This short
series fixes it.

Unrelated to my other two series already sent today.

Shawn O. Pearce (4):
  Avoid unnecessary stat when scanning packs in the objects directory
  Make ObjectDirectory last modified time atomically updated with list
  Don't create new pack lists if the directory hasn't changed
  Fix racy condition when a repository is repacked

 .../src/org/spearce/jgit/lib/ObjectDirectory.java  |  235 ++++++++++++-------
 1 files changed, 148 insertions(+), 87 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-25 22:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-25 22:52 [JGIT PATCH 0/4] Racy pack directory fixes Shawn O. Pearce
2009-07-25 22:52 ` [JGIT PATCH 1/4] Avoid unnecessary stat when scanning packs in the objects directory Shawn O. Pearce
2009-07-25 22:52   ` [JGIT PATCH 2/4] Make ObjectDirectory last modified time atomically updated with list Shawn O. Pearce
2009-07-25 22:52     ` [JGIT PATCH 3/4] Don't create new pack lists if the directory hasn't changed Shawn O. Pearce
2009-07-25 22:52       ` [JGIT PATCH 4/4] Fix racy condition when a repository is repacked Shawn O. Pearce

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