dummyalias
dummyalias
Thanks for looking into the problem! I have set `GODEBUG=asyncpreemptoff=1` for the `restic mount` command, but the error still occurs.
I had not, but have now. When running my Go program, that is reading the mounted files, with `GODEBUG=asyncpreemptoff=1` the error still occurs.
By now I have a suspicion, that the problem is about the performance of the Minio backend. I have noticed that the problem almost exclusively occurs in a repository that...
Thanks for pointing out the interrupts, I didn't recognise them as a problem source. Unfortunately I'm not familiar with bazil.org/fuse, so I'm unable to interpret them. If the interrupt is...
I have A/B tested without (https://github.com/restic/restic/commit/cc8a03b1d0c52b07e703a1cd1a767524b8744df7) and with your fix (https://github.com/dummyalias/restic/commit/d5550089e69346b45d071cf1c0c684ad3fda4aab) a few times and it seems to work consistently with your fix while not working without it. Awesome, thanks...
FYI: I have a similar construct in a project and it works with version 3.3.4, but not with 4.2.3. I'm using the `jaxrs-jersey` generator. May be related to #3692 and...
For Java *clients* this issue seems to be fixed with #5120. Maybe this fix could be applied to Java *server* generators... Maybe it would be a good idea to revert...