You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered a bug: After running https://github.com/owncloud/cs3api-validator/pull/18 on my local ocis with async propagation, my space is empty but shows 4 bytes used.
I suspect we have an issue with deletion.
@butonic@aduffeck what happens if you delete a file A/B/C/testfile.txt and delete B before the propagation has been successful?
I also failed to reproduce it with manual testing, but the cs3-validator testsuite sometimes (only every 10th run or so) triggers it. I'm still trying to trace it down, but I noticed this error in the logs around the time the problem was triggered, which sounds related:
2024-12-10T09:47:48+01:00 ERR Propagation failed. Could not read node. error="internal error: Missing parent ID on node" method=async.Propagate nodeid=72cd9b5d-ffd3-4171-bf4b-b85bc11a86b9 parentid=29d97ebf-19ca-42cc-ab59-356c65c6aa00 pid=584371 pkg=rhttp request-id=gemini/YkkqQB1Gu1-000063 service=storage-users sizeDiff=4 spaceid=some-admin-user-id-0000-000000000000
I suspect we have an issue with deletion.
@butonic @aduffeck what happens if you delete a file
A/B/C/testfile.txt
and deleteB
before the propagation has been successful?Originally posted by @micbar in #10655 (comment)
The text was updated successfully, but these errors were encountered: