This commit is contained in:
Joey Hess 2021-04-27 12:24:36 -04:00
parent d3e49b210a
commit f58fb5a610
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2021-04-27T16:20:41Z"
content="""
The command that you show failing does not seem to have concurrency
enabled. Then you explicitly disable concurrency with -J 1 and it succeeds.
Do you have annex.jobs set, and if so, to what?
There is something very odd about "(checking s3...) (checking s3...)
(checking s3...)" etc. I suspect you also have chunking enabled, and it is
displaying that once per chunk, in which case it's probably not much of a
clue about the problem. However, it highlights that you have really not
explained how this remote is set up; it would be useful to provide enough
information to reproduce the bug from scratch.
"""]]