davidby-influx
|
5251c85412
|
fix: Do not close connection twice in DigestWithOptions (#21659) (#21662)
tsm1.DigestWithOptions closes its network connection
twice. This may cause broken pipe errors on concurrent
invocations of the same procedure, by closing a reused
i/o descriptor. This fix also captures errors from TSM
file closures, which were previously ignored.
Closes https://github.com/influxdata/influxdb/issues/21656
(cherry picked from commit bce6553459 )
Closes https://github.com/influxdata/influxdb/issues/21660
|
2021-06-10 13:32:36 -07:00 |
Stuart Carnie
|
dee8977d2c
|
chore: move v2/v1/tsdb → v2/tsdb
|
2020-08-26 10:46:47 -07:00 |
Mark Rushakoff
|
f2898d1992
|
Wipe out workspace in preparation for v2 merge
"Knock knock."
"Who's there?"
"InfluxDB Veet."
...
|
2019-01-11 10:38:50 -08:00 |
David Norton
|
2f6a1fc03b
|
switch digests to use snappy compression
|
2018-08-23 13:02:12 -04:00 |
David Norton
|
50bbf11299
|
add digest manifest
|
2018-08-03 15:17:08 -04:00 |
Stuart Carnie
|
e0ae9c5a2d
|
tsm1: Replace goroutine `merge` with k-way merge
Previously replaced WalkKeys implementation for a considerable
improvement to startup time
|
2018-04-30 07:57:55 -07:00 |
Edd Robinson
|
90903fa6ed
|
Remove unused code/cleanup engine package
|
2018-01-20 13:56:45 +00:00 |
David Norton
|
4e13248d85
|
feat #9212: add ability to generate shard digests
|
2017-12-13 09:28:34 -05:00 |