influxdb/tsdb/engine
Jeff Wendling 1c0e49e002 tsm1: ensure all written tsm files are fsynced
we were asserting to an *os.File in order to call Sync, but in some
cases the file handle has been wrapped, for example with limiting.
instead, assert to minimal interfaces for the functionality we need
and attempt to add some robustness in the code that creates the
writers by using a stronger interface with a Sync method.

fixes #9991
2018-06-25 11:36:22 -06:00
..
tsm1 tsm1: ensure all written tsm files are fsynced 2018-06-25 11:36:22 -06:00
engine.go Update godoc for tsm1 package 2017-01-02 07:30:18 -08:00