From cd49565b71b8cae8946f6d6bcd85bea62345aae6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 10 Aug 2020 13:52:18 -0400 Subject: [PATCH] comment --- ...t_9_bcc64259541b35eed34a63f4955884e5._comment | 16 ++++++++++++++++ ...t_2_ad22d7a4b5052ff05b39ec5b8c2805ff._comment | 12 ++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 doc/bugs/Recent_hang_with_rsync_remote_with_older_systems___40__Xenial__44___Jessie__41__/comment_9_bcc64259541b35eed34a63f4955884e5._comment create mode 100644 doc/bugs/export-tree_exports___34__small__34___files_even_if_they_don__39__t_match_the_wanted_expression/comment_2_ad22d7a4b5052ff05b39ec5b8c2805ff._comment diff --git a/doc/bugs/Recent_hang_with_rsync_remote_with_older_systems___40__Xenial__44___Jessie__41__/comment_9_bcc64259541b35eed34a63f4955884e5._comment b/doc/bugs/Recent_hang_with_rsync_remote_with_older_systems___40__Xenial__44___Jessie__41__/comment_9_bcc64259541b35eed34a63f4955884e5._comment new file mode 100644 index 0000000000..6e8cc82c93 --- /dev/null +++ b/doc/bugs/Recent_hang_with_rsync_remote_with_older_systems___40__Xenial__44___Jessie__41__/comment_9_bcc64259541b35eed34a63f4955884e5._comment @@ -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.) +"""]] diff --git a/doc/bugs/export-tree_exports___34__small__34___files_even_if_they_don__39__t_match_the_wanted_expression/comment_2_ad22d7a4b5052ff05b39ec5b8c2805ff._comment b/doc/bugs/export-tree_exports___34__small__34___files_even_if_they_don__39__t_match_the_wanted_expression/comment_2_ad22d7a4b5052ff05b39ec5b8c2805ff._comment new file mode 100644 index 0000000000..898acc9cc3 --- /dev/null +++ b/doc/bugs/export-tree_exports___34__small__34___files_even_if_they_don__39__t_match_the_wanted_expression/comment_2_ad22d7a4b5052ff05b39ec5b8c2805ff._comment @@ -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. +"""]]