followup and merge

This commit is contained in:
Joey Hess 2020-02-20 13:30:55 -04:00
parent be2a9e12bb
commit 17b3c66a61
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,27 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2020-02-20T17:13:13Z"
content="""
You seem to be the only one reporting this problem, and you have mentioned
seeing it multiple times. There must be something unusual in how you are
using git-annex.
A recent similar problem that was fixed in
[[!commit 667d38a8f11c1ee8f256cdbd80e225c2bae06595]]
involved having multiple files with the same key. It would be good
to verify if the bug still occurs with the fixed git-annex, assuming you
have a way to reproduce this bug.
Without a way to reproduce it, all I can suggest is building git-annex with
the DebugLocks build flag (`stack build --flag DebugLocks`). That will make
it display a backtrace when the error occurs, assuming it's happening in
one of the places where debugging is enabled. If not, we'll have to
instrument more places in the code that use STM.
Also, redirecting all the output like you have done just risks hiding
a useful clue, so you should show the full regular console output
ideally w/o json enabled.
I have merged your other bug report about of `git annex fsck` with this one.
"""]]

View file

@ -45,3 +45,6 @@ Linux ip-172-31-87-151.ec2.internal 4.14.133-113.105.amzn2.x86_64 #1 SMP Wed Jul
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
> This is apparently the same problem as
> [[git-annex-copy_fails_with___34__thread_blocked_indefinitely_in_an_STM_transaction__34__]]
> which was filed by the same person, so merging. [[done]]. --[[Joey]]