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

Simplified reads in rados backend.

We do not do a stat before reading. Instead we ask for an arbitrarily big read, and find out
the size of the data while reading. This avoids a race condition in lockfree reads where we failed
to get the full object if it got re-written to a bigger size between stat an read.
parent dcf3ad58
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