comment
authorJoey Hess <joeyh@joeyh.name>
Mon, 8 Aug 2022 15:15:04 +0000 (11:15 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 8 Aug 2022 15:15:04 +0000 (11:15 -0400)
doc/bugs/bup_often_errors_out_when_-J___62___1/comment_3_ca2b909c54a772e1eea58b7cbc07bf39._comment [new file with mode: 0644]

diff --git a/doc/bugs/bup_often_errors_out_when_-J___62___1/comment_3_ca2b909c54a772e1eea58b7cbc07bf39._comment b/doc/bugs/bup_often_errors_out_when_-J___62___1/comment_3_ca2b909c54a772e1eea58b7cbc07bf39._comment
new file mode 100644 (file)
index 0000000..e1f8649
--- /dev/null
@@ -0,0 +1,15 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2022-08-08T15:11:53Z"
+ content="""
+Looks like bup-midx is at fault, and that makes sense; it converts git pack
+files into "midx" files, so is reading and deleting pack files. So it seems
+likely that two of those running at the same time would fail like this.
+
+I'm going to post to bup's mailing list (its github repo does not have
+issues turned on).
+
+git-annex may need to work around this by only running one bup-split at a
+time.
+"""]]