Martin Hoffmann
Martin Hoffmann
Did you perchance delete the parent again? That would at least explain the stuck task. Obviously, you are correct that this shouldn’t break Krill.
Curiously, it looks to me that the error message suggests that Krill couldn’t actually read the file – unfortunately it discards the underlying error, so we don’t really know why.
Could you perchance send the content of the `data/tasks` directory to [email protected]? That would help with finding out what goes wrong exactly. After that, you can work around the issue...
Actually, it occurs to me now that for parsing, we can also not care. As long as it has the bits we expect, we might as well ignore the version...
I am now considering changing the whole thing more drastically. I want to get rid of the built-in support for `Bytes`, so I think we can merge `Source::reserve` and `Source::slice`...
This PR has been superseded by #86.
Hi! Thank you for doing this research and reaching out! We have had reports of this before but somehow haven’t gotten around to properly figuring out how and why this...
> [@Koenvh1](https://github.com/Koenvh1) does this change fetch + revalidate, or re-validate only? We currently only do fetch + revalidate (with an exception for the first run after starting in server mode...
The error message is improved by #1052. The slow processing of snapshots was fixed by #1035.
We cache the RRDP hashes but, as you observed, not the validation result. This was sort of with possible manipulation of the stored data in mind, but that may very...