influxdb/coordinator
davidby-influx d0dd842149
fix: remember shards that fail Open(), avoid repeated attempts (#23437) (#23444)
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/23433
closes https://github.com/influxdata/influxdb/issues/23435
2022-06-13 12:51:19 -07:00
..
config.go feat: optionally dump queries to log on SIGTERM (#22638) 2021-10-07 14:02:38 -07:00
config_test.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
meta_client.go Merge branch 'master' into ah-truncate-shards 2017-11-28 17:25:31 -07:00
meta_client_test.go Ensure go fmt passes on 1.10/11 2018-08-21 17:39:42 +01:00
points_writer.go fix: remember shards that fail Open(), avoid repeated attempts (#23437) (#23444) 2022-06-13 12:51:19 -07:00
points_writer_internal_test.go fix: prevent silently dropped writes with overlapping shards (#21947) 2021-07-27 12:29:01 -04:00
points_writer_test.go feat: un-revert add total-buffer-bytes config parameter to subscriptions (#21804) 2021-07-08 15:00:40 -04:00
shard_mapper.go Support WHERE time clause in SHOW TAG VALUES 2017-11-06 19:15:01 +00:00
shard_mapper_test.go Support WHERE time clause in SHOW TAG VALUES 2017-11-06 19:15:01 +00:00
statement_executor.go feat: show measurements database and retention policy wildcards (#22388) 2021-10-05 09:07:25 -04:00
statement_executor_test.go fix: require database authorization to see continuous queries (#22283) 2021-08-24 08:56:56 -07:00