This commit is contained in:
Joey Hess 2020-08-10 13:52:18 -04:00
parent 6661eeda96
commit cd49565b71
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 28 additions and 0 deletions
doc/bugs
Recent_hang_with_rsync_remote_with_older_systems___40__Xenial__44___Jessie__41__
export-tree_exports___34__small__34___files_even_if_they_don__39__t_match_the_wanted_expression

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 9"""
date="2020-08-10T17:26:13Z"
content="""
I'm a bit surprised that the AsyncCancelled exception gets displayed.
Something in git-annex must be catching that, and displaying it. The
"git-annex:" says it's displayed with topLevelWarning, and the only thing
that calls that to display an exception is accountCommandAction, but that uses
tryNonAsync so it's supposed to not catch async exceptions like this one.
(Also why would canceling a worker thread throw an exception all the way
out to accountCommandAction? And if it did, the overall command would then
fail.)
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2020-08-10T17:49:34Z"
content="""
Only dotfiles are considered small by default, and there are good reasons
to do so, which are well outside the scope of this bug report.
If you have any other small files, it's because you've added them to git
and not to git-annex in some way, by setting annex.largefiles or using
command line options or whatever.
"""]]