influxdb/tsdb/engine
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
..
tsm1 fix: Do not close connection twice in DigestWithOptions (#21659) (#21662) 2021-06-10 13:32:36 -07:00
engine.go chore: move v2/v1/tsdb → v2/tsdb 2020-08-26 10:46:47 -07:00