Added a comment

This commit is contained in:
Ilya_Shlyakhter 2019-05-06 18:39:07 +00:00 committed by admin
parent 4f11885c12
commit f0f0d6e61c

View file

@ -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:
<https://stackoverflow.com/questions/36208630/is-there-a-way-to-make-git-automatically-retry-commands-if-index-lock-exists>
Maybe, for greater robustness, git-annex could add a wait for this, when it calls git.
"""]]