Closed Charles-Schleich closed 4 months ago
RocksDB will now hold reference to runtime, and try get a timestamp from the runtime, if it fails it will produce a warning and not return a value from get_kv which is called from the get function of the Storage Trait.
get_kv
get
Storage
EDIT: RocksDB Does not generate a timestamp for data in database without metadata associated with it. See https://github.com/eclipse-zenoh/zenoh-backend-rocksdb/issues/129
RocksDB will now hold reference to runtime, and try get a timestamp from the runtime, if it fails it will produce a warning and not return a value from
get_kv
which is called from theget
function of theStorage
Trait.EDIT: RocksDB Does not generate a timestamp for data in database without metadata associated with it. See https://github.com/eclipse-zenoh/zenoh-backend-rocksdb/issues/129