criteo / biggraphite

Simple Scalable Time Series Database
Apache License 2.0
130 stars 35 forks source link

Hybrid accessor: no longer make calls to data accessor for metadata actions #466

Closed adriengentil closed 6 years ago

adriengentil commented 6 years ago

When using the hybrid mode, data and metadata accessors are both updating read_on and update_on metadata.

This is a problem because this makes mandatory to specify the metadata storage configuration for the data accessor while it is not used.

The solution consist in passing a flag preventing the data accessor to use the metadata storage when the hybrid mode is used.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.1%) to 81.954% when pulling aad2c79ca1114628c3ce04afe0a8ff8159378df0 on adriengentil:enable-metadata-flag into c459d5c7608c456939f6a279904f6090c07cf2f5 on criteo:master.