From f0f0d6e61c6261ade7b2722a6b6a3f6f8b9216b6 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Mon, 6 May 2019 18:39:07 +0000 Subject: [PATCH] Added a comment --- ..._8a46c0146f81d6d6147d8cfdc1277595._comment | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/forum/git-annex_parallel_invocation_and_the_git-annex_branch/comment_2_8a46c0146f81d6d6147d8cfdc1277595._comment diff --git a/doc/forum/git-annex_parallel_invocation_and_the_git-annex_branch/comment_2_8a46c0146f81d6d6147d8cfdc1277595._comment b/doc/forum/git-annex_parallel_invocation_and_the_git-annex_branch/comment_2_8a46c0146f81d6d6147d8cfdc1277595._comment new file mode 100644 index 0000000000..bf652897f1 --- /dev/null +++ b/doc/forum/git-annex_parallel_invocation_and_the_git-annex_branch/comment_2_8a46c0146f81d6d6147d8cfdc1277595._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="Ilya_Shlyakhter" + avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0" + subject="comment 2" + date="2019-05-06T18:39:07Z" + content=""" +Thanks! + +I do see some failures during concurrent usage, with the error message + +fatal: Unable to create '/data/ilya-work/benchmarks/viral-ngs-benchmarks/.git/index.lock': File exists. + +Another git process seems to be running in this repository, e.g. +an editor opened by 'git commit'. Please make sure all processes +are terminated then try again. If it still fails, a git process +may have crashed in this repository earlier: +remove the file manually to continue. + +It seems that git does not have a built-in wait for the index lock to be released: + +Maybe, for greater robustness, git-annex could add a wait for this, when it calls git. +"""]]