influxdb/tsdb
Ben Johnson e22aff46cb
Force create TSS files.
This commit replaces an `os.OpenFile()` call with an `os.Create()`
call which drops `O_EXCL` for `O_TRUNC` since `.tss` files are only
created after `.tsm` files so lingering temporary files are safe to
overwrite.
2018-11-27 08:07:21 -07:00
..
cursors chore: refactor reads service and make it consumable externally 2018-10-09 09:51:13 -06:00
internal regenerate internal protobuf with non-conflicting package 2018-10-01 12:03:19 +01:00
testdata Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
tsi1 final touches 2018-11-08 11:39:36 -07:00
tsm1 Force create TSS files. 2018-11-27 08:07:21 -07:00
config.go config: clean up 2018-11-08 11:39:36 -07:00
cursor.go chore: refactor reads service and make it consumable externally 2018-10-09 09:51:13 -06:00
errors.go Integrate WAL into engine 2018-10-05 12:44:27 +01:00
explode.go reduce parsing and copying of tags 2018-11-15 20:45:16 +08:00
explode_test.go test(tsdb): add test for explode points 2018-11-12 17:36:33 -07:00
index.go config: clean up 2018-11-08 11:39:36 -07:00
index_test.go final touches 2018-11-08 11:39:36 -07:00
meta.go refactor: modify tooling to take advantage of go run 2018-10-15 11:01:27 -05:00
meta_test.go Remove the fields index 2018-10-15 10:22:07 -06:00
series_collection.go Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
series_collection_test.go Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
series_file.go final touches 2018-11-08 11:39:36 -07:00
series_file_test.go refactor: move the logger package from influxdb to platform 2018-10-10 15:49:07 -05:00
series_id.go chore(storage,tsdb): fix megacheck errors 2018-11-01 12:54:46 -07:00
series_id_test.go Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
series_index.go fix(tsdb): Fix series file tombstoning. 2018-10-08 14:16:11 -06:00
series_index_test.go Update tsdb package from OSS 2018-10-01 12:08:37 +01:00
series_partition.go chore: add String method to FieldType 2018-10-26 08:24:18 -07:00
series_segment.go Get TSI tests passing 2018-10-01 12:08:37 +01:00
series_segment_test.go Remove the fields index 2018-10-15 10:22:07 -06:00
series_set.go fix(tsdb): eliminate data race from *SeriesIDSet.Clone 2018-11-13 08:12:38 -08:00
series_set_test.go fix(tsdb): eliminate data race from *SeriesIDSet.Clone 2018-11-13 08:12:38 -08:00