influxdb/cmd
Jason Wilder a789e819a3 Remove NewTSMReaderWithOptions
There are two TSMIndex implementations, the directIndex and the
indirectIndex.  Originally, we only had the directIndex and later
added the indirectIndex and NewTSMReaderWithOptions in order to
allow both indexes to be used in tests and code.  This has created
a problem since we really only use the directIndex for writing and
always use the indirectIndex for reading.

This changes removes the NewTSMReaderWithOptions func so that it is
no longer possible to create a TSMReader with a directIndex.  This
will allow a lot of the block reading code used by the directIndex
to be removed and simplify maintainence.  It also gives better test
coverage of the code that is actually used by the TSM engine now.
2016-04-27 13:09:52 -06:00
..
influx Don't catch SIGQUIT; safer close of Quit channel 2016-04-27 14:38:48 +01:00
influx_inspect Remove NewTSMReaderWithOptions 2016-04-27 13:09:52 -06:00
influx_stress rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
influx_tsm Update to conversion tool to work in current versions 2016-03-30 13:26:46 -04:00
influxd remove SHOW SERVERS & DROP SERVER 2016-04-26 10:28:42 -06:00