Commit b04b1c66 authored by Tommaso Tocci's avatar Tommaso Tocci Committed by Marc Vef
Browse files

bugfix: Atomic fiile creation

The creation was performed through a simple rocksDB PUT operation.

Multiple creation attempts on the same file would override the
previously inserted metadata, in particular the file size.

The creation is now handled with a new MergeOperand.
Now a creation attampt on an already existing file will be converted in
a NOP.
parent ef1df73f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment