status update

I was wrong about S3 supporting tailVerify.
This commit is contained in:
Joey Hess 2021-08-16 15:15:32 -04:00
parent aac0654ff4
commit ec82299730
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 16"""
date="2021-08-16T19:08:29Z"
content="""
The concurrency problem is fixed now.
As well as the web special remote, these do not do incremental hashing
still: directory, gitlfs, webdav, S3.
The ones that do are: external, adb, gcrypt, hook, rsync
The issue with directory etc is that they open the file
for write. This prevents tailVerify re-opening it for read, because the
haskell RTS actually does not allowing opening a file for read that it has
open for write.
"""]]