influxdb/coordinator
davidby-influx 694607a22c
fix: avoid panic if shard group has no shards (#25717) (#25719)
Avoid panicking when mapping points to a shard group
that has no shards. This does not address the root problem,
how the shard group ended up with no shards.

helps: https://github.com/influxdata/influxdb/issues/25715
(cherry picked from commit 5b364b51c8)

closes: https://github.com/influxdata/influxdb/issues/25718
2024-12-27 14:30:01 -08:00
..
config.go feat: add the ability to log queries killed by `query-timeout` (#23978) 2023-01-10 13:37:11 -05: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: avoid panic if shard group has no shards (#25717) (#25719) 2024-12-27 14:30:01 -08: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: allow the specification of a write window for retention policies (#25517) 2024-11-15 13:30:14 -08: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: allow the specification of a write window for retention policies (#25517) 2024-11-15 13:30:14 -08:00
statement_executor_test.go test: fix MeasurementNamesFn missing retentionPolicy parameter (#25275) 2024-09-27 15:58:47 -07:00