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
This is a typical log sequence from my Raspberry Pi where I get the error message often:
{"level":"error","service":"storage-users","pkg":"rgrpc","traceid":"00000000000000000000000000000000","error":"xattrs: Unable to lock file for read: unable to acquire a lock on the file","node":"7a17d9ea-25f8-49b7-963c-6cc2607f656f","time":"2022-10-24T12:54:54.263075324+01:00","message":"error listing attributes"}
{"level":"error","service":"storage-users","pkg":"rgrpc","traceid":"00000000000000000000000000000000","node":"7a17d9ea-25f8-49b7-963c-6cc2607f656f","error":"xattrs: Unable to lock file for read: unable to acquire a lock on the file","time":"2022-10-24T12:54:54.430718246+01:00","message":"error getting list of extended attributes"}
{"level":"debug","service":"storage-users","pkg":"rgrpc","traceid":"00000000000000000000000000000000","node":"7a17d9ea-25f8-49b7-963c-6cc2607f656f","ri":{"opaque":{"map":{"adler32":{"decoder":"plain","value":"MzI1ZTAxYTg="},"md5":{"decoder":"plain","value":"ZTg4OWJjMzM1NzI2MzEyNTcxMjk1NGViMzM0N2NkZDc="}}},"type":1,"id":{"opaque_id":"7a17d9ea-25f8-49b7-963c-6cc2607f656f","space_id":"f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c"},"checksum":{"type":4,"sum":"96bdf56ca9541af02db4b3112f862daa915207bd"},"etag":"\"cfe5148ae1d195a619b72c90f983ca20\"","mime_type":"image/jpeg","mtime":{"seconds":1661700948},"path":"cameringo_20220828_165945.jpg","permission_set":{"add_grant":true,"create_container":true,"delete":true,"get_path":true,"get_quota":true,"initiate_file_download":true,"initiate_file_upload":true,"list_grants":true,"list_container":true,"list_file_versions":true,"list_recycle":true,"move":true,"remove_grant":true,"purge_recycle":true,"restore_file_version":true,"restore_recycle_item":true,"stat":true,"update_grant":true},"size":2671299,"owner":{"idp":"https://raspberrypi:9200","opaque_id":"f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c","type":1},"arbitrary_metadata":{"metadata":{"http://owncloud.org/ns/favorite":""}},"parent_id":{"opaque_id":"4c191ecf-a009-47db-aa87-19ddc553dfad","space_id":"f7fbf8c8-139b-4376-b307-cf0a8c2d0d9c"},"name":"cameringo_20220828_165945.jpg"},"time":"2022-10-24T12:54:54.430946005+01:00","message":"AsResourceInfo"}
xattr.List() uses a time loop to wait for being able to lock which goes up to > 50 msec. That should be enough... So maybe the file is already locked by a calling function? That would however mean that it fails at every call.
Describe the bug
A clear and concise description of what the bug is.
Run CI decomposedFS concurrency test
Expected behavior
A clear and concise description of what you expected to happen.
Actual behavior
A clear and concise description of what happened.
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: