diff --git a/doc/forum/Getting__58___hGetChar__58___illegal_operation___40__handle_is_closed__41__/comment_2_7c88ebd9d7cdf4a009aa2580cc55787d._comment b/doc/forum/Getting__58___hGetChar__58___illegal_operation___40__handle_is_closed__41__/comment_2_7c88ebd9d7cdf4a009aa2580cc55787d._comment new file mode 100644 index 0000000000..e516fa5c00 --- /dev/null +++ b/doc/forum/Getting__58___hGetChar__58___illegal_operation___40__handle_is_closed__41__/comment_2_7c88ebd9d7cdf4a009aa2580cc55787d._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="The issue persists with recent git-annex" + date="2019-03-24T23:00:30Z" + content=""" +The same with annex locally 7.20190219+git191-g2d6a364d4-1~ndall+1 and on remote 7.20190129+git78-g3fa6be1fe-1~ndall+1, while copying to the remote host a LOT (59k) of files, 3 \"failed\" and I get datalad print me a summary of those 3 error messages + +[[!format sh \"\"\" +git-annex: : hGetChar: illegal operation (handle is closed)git-annex-shell: p2pstdio: 1 failed Lost connection (fd:20: hGetChar: end of file) + This could have failed because --fast is enabled. +git-annex: : hGetChar: illegal operation (handle is closed)git-annex-shell: p2pstdio: 1 failed Lost connection (fd:19: hGetChar: end of file) + This could have failed because --fast is enabled. +git-annex: : hGetChar: illegal operation (handle is closed)git-annex-shell: p2pstdio: 1 failed Lost connection (fd:19: hGetChar: end of file) + This could have failed because --fast is enabled. +git-annex: copy: 3 failed + +\"\"\"]] +I guess it is because the files are actually pointing to the same key(s), which get transferred in some other parallel batch. +"""]]