-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misleading logging: Blob document exists in database but not on file system #575
Comments
It seems that requesting the blob after it has been inserted into the blob store but before it's been materialised onto the file system causes this error. |
Ah ja, that was indented as an integrity error (I've wiped my blobs folder or misconfigured my node) but I can see now that there's a valid case for requesting the file too early .. we could still leave it? Or does it look too scary? |
Yeh, it's good info to have if you're debugging, but a bit scary if everything is actually fine. Maybe just pushing it down to debug is good. |
Cool, we're warning already for the misconfiguration case. |
How to reproduce: publish an sighting with an image using https://github.com/p2panda/meli/tree/publish-blob
The text was updated successfully, but these errors were encountered: