influxdb/v1/coordinator
davidby-influx 53580ead1d
fix: remember shards that fail Open(), avoid repeated attempts (#23437) (#23455)
If a shard cannot be opened, store its ID and last error.
Prevent future attempts to open during this invocation of
influxDB. This information is not persisted.

closes https://github.com/influxdata/influxdb/issues/23428
closes https://github.com/influxdata/influxdb/issues/23426

(cherry picked from commit 54ac7e54ed)

closes https://github.com/influxdata/influxdb/issues/23434
closes https://github.com/influxdata/influxdb/issues/23436
2022-06-14 13:01:11 -07:00
..
config.go feat: add `--storage-write-timeout` flag to set write request timeouts (#22617) 2021-10-04 15:38:09 -04:00
meta_client.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
meta_client_test.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
points_writer.go fix: remember shards that fail Open(), avoid repeated attempts (#23437) (#23455) 2022-06-14 13:01:11 -07:00
points_writer_internal_test.go fix: prevent silently dropped writes with overlapping shards (#21946) 2021-07-27 12:15:08 -04:00
points_writer_test.go feat: point write requests have metrics (#22910) 2021-11-22 12:58:17 -05:00
shard_mapper.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
shard_mapper_test.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
statement_executor.go fix: add write permissions check for DELETE and DROP MEASUREMENT (#23219) 2022-03-24 07:28:38 -05:00
statement_executor_test.go fix: add write permissions check for DELETE and DROP MEASUREMENT (#23219) 2022-03-24 07:28:38 -05:00