This commit is contained in:
Joey Hess 2019-03-18 22:54:34 -04:00
parent 7bd01999fd
commit 0f20c8c517
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2019-03-19T02:33:02Z"
content="""
Since this is NFS, does it have annex.pidlock set?
If so, an stale pid lock (.git/annex/pidlock) can cause a stall, for up to
annex.pidlockimeout seconds.
The hang points seem consistent with it preparing to commit the journal to
the git-annex branch and indeed something related to locking.
An strace would tell for sure.
"""]]