From 461035c6ecaa3d9b47bc7fb50b58c0e5b780a609 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 30 Jul 2021 15:20:05 -0400 Subject: [PATCH] close I'm now reasonably sure I've identified both cases where this can happen. v8 upgrades and certian filesystems eg NFS. Both are handled as well as can be, though it may involve some extra checksumming work. --- .../__34__failed_to_send_content_to_remote__34__.mdwn | 2 ++ ...for___34__content_changed_while_it_was_being_sent.mdwn | 8 ++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/bugs/__34__failed_to_send_content_to_remote__34__.mdwn b/doc/bugs/__34__failed_to_send_content_to_remote__34__.mdwn index c091986fc9..b7b00303b4 100644 --- a/doc/bugs/__34__failed_to_send_content_to_remote__34__.mdwn +++ b/doc/bugs/__34__failed_to_send_content_to_remote__34__.mdwn @@ -218,3 +218,5 @@ I don't know how to reproduce this on a different repo. This is the first time I git-annex is awesome! I am using it a lot. [[!tag projects/datalad]] + +> [[done]] --[[Joey]] diff --git a/doc/todo/debug_for___34__content_changed_while_it_was_being_sent.mdwn b/doc/todo/debug_for___34__content_changed_while_it_was_being_sent.mdwn index 7603316628..d1254d910f 100644 --- a/doc/todo/debug_for___34__content_changed_while_it_was_being_sent.mdwn +++ b/doc/todo/debug_for___34__content_changed_while_it_was_being_sent.mdwn @@ -25,9 +25,5 @@ May be extra logging could already be triggered with some new more detailed debu [[!meta author=yoh]] [[!tag projects/datalad]] -> This todo is not useful, and is not being followed up on. I happened to -> add some debugging information while debugging another bug, that is -> probably what this todo was requesting. It's very annoying that this is -> filed and then left to sit on my todo list without followup to repeated -> requests for some explanation. For all these reasons, I'm [[done]] with -> this, whether I've addressed the problem or not. +> +> is fixed, so [[done]] --[[Joey]]