From 8d3a6ae527f363dbec0c32d862bb1f3627628987 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 8 Aug 2022 11:15:04 -0400 Subject: [PATCH] comment --- ...nt_3_ca2b909c54a772e1eea58b7cbc07bf39._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/bup_often_errors_out_when_-J___62___1/comment_3_ca2b909c54a772e1eea58b7cbc07bf39._comment 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 index 0000000000..e1f8649f96 --- /dev/null +++ b/doc/bugs/bup_often_errors_out_when_-J___62___1/comment_3_ca2b909c54a772e1eea58b7cbc07bf39._comment @@ -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. +"""]] -- 2.30.2