From 8ae88923b88c025f6d750bdb0af3e59b2a787580 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Jan 2022 12:24:40 -0400 Subject: [PATCH] moreinfo --- ...ent_7_247db3d1c03b207296e97975a3554756._comment | 13 +++++++++++++ ...k__58___getFileStatus__58___does_not_exist.mdwn | 2 ++ ...ent_2_92dec3e0c31ffbef1a70ea3038ba6ca1._comment | 7 +++++++ ...al__34____63____41___credentials_mechanism.mdwn | 2 ++ ...ent_2_9e2c1d58f0d91dc55524d2e164b89b97._comment | 14 ++++++++++++++ 5 files changed, 38 insertions(+) create mode 100644 doc/bugs/Failure_to_get_small_files_over_P2P_protocol/comment_7_247db3d1c03b207296e97975a3554756._comment create mode 100644 doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist/comment_2_92dec3e0c31ffbef1a70ea3038ba6ca1._comment create mode 100644 doc/todo/more_flexible___40____34__external__34____63____41___credentials_mechanism/comment_2_9e2c1d58f0d91dc55524d2e164b89b97._comment diff --git a/doc/bugs/Failure_to_get_small_files_over_P2P_protocol/comment_7_247db3d1c03b207296e97975a3554756._comment b/doc/bugs/Failure_to_get_small_files_over_P2P_protocol/comment_7_247db3d1c03b207296e97975a3554756._comment new file mode 100644 index 0000000000..438e5cd155 --- /dev/null +++ b/doc/bugs/Failure_to_get_small_files_over_P2P_protocol/comment_7_247db3d1c03b207296e97975a3554756._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 7""" + date="2022-01-07T16:34:42Z" + content=""" +This seems to be a reversion caused by incremental verification. In +P2P.Annex it does incremental verification, and so it notices that the temp +file is corrupted. So, the transfer fails, and the temp file is left +behind. + +So I suppose the fix is that, whenever doing incremental verification, +also delete the temp file when it fails. +"""]] diff --git a/doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist.mdwn b/doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist.mdwn index 917748b90b..1bfd4b6859 100644 --- a/doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist.mdwn +++ b/doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist.mdwn @@ -17,3 +17,5 @@ conda linux nodep (standalone) build 8.20211012-geb95ed486 and then with another [[!meta author=yoh]] [[!tag projects/datalad]] + +[[!tag moreinfo]] diff --git a/doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist/comment_2_92dec3e0c31ffbef1a70ea3038ba6ca1._comment b/doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist/comment_2_92dec3e0c31ffbef1a70ea3038ba6ca1._comment new file mode 100644 index 0000000000..ec448e5cc1 --- /dev/null +++ b/doc/bugs/get_-J5___58___pidlock__58___getFileStatus__58___does_not_exist/comment_2_92dec3e0c31ffbef1a70ea3038ba6ca1._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2022-01-11T16:16:51Z" + content=""" +Ping, can you try to reproduce this with a recent build? +"""]] diff --git a/doc/todo/more_flexible___40____34__external__34____63____41___credentials_mechanism.mdwn b/doc/todo/more_flexible___40____34__external__34____63____41___credentials_mechanism.mdwn index 13c8315ddf..e2fa117913 100644 --- a/doc/todo/more_flexible___40____34__external__34____63____41___credentials_mechanism.mdwn +++ b/doc/todo/more_flexible___40____34__external__34____63____41___credentials_mechanism.mdwn @@ -11,3 +11,5 @@ For reference, here is a PR in DataLad [https://github.com/datalad/datalad/pull/ [[!meta author=yoh]] [[!tag projects/datalad]] + +[[!tag moreinfo]] diff --git a/doc/todo/more_flexible___40____34__external__34____63____41___credentials_mechanism/comment_2_9e2c1d58f0d91dc55524d2e164b89b97._comment b/doc/todo/more_flexible___40____34__external__34____63____41___credentials_mechanism/comment_2_9e2c1d58f0d91dc55524d2e164b89b97._comment new file mode 100644 index 0000000000..d5f479a8b0 --- /dev/null +++ b/doc/todo/more_flexible___40____34__external__34____63____41___credentials_mechanism/comment_2_9e2c1d58f0d91dc55524d2e164b89b97._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2022-01-11T16:19:09Z" + content=""" +> That also relates to software relying on git-annex, such as datalad, as it somehow needs to know/discover that underlying call to git-annex apparently needs some credentials to be passed via env vars + +Since `git-annex initremote` displays an error message when it needs +creds, does datalad not forward that error message to the user? + +There seems to be a significant disconnect between what you're describing +and what I've seen of and know of creds usage in git-annex. Gonna need more +information. +"""]]