Skip to content
Snippets Groups Projects
Commit cc5a7258 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed weakness in BackendRados implmeetation.

Attempting to lock a non-existing object leads to the creation of a zero-sized one. When this happens, the
locking code deletes the freshly created object immediately. Nevertheless, this prevented the creation of a
new object with this name. The creation code now retries to overcome this race.
In addition, reads finding a zero-sized object also consider it as absent.
parent 9717cd14
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment