influxdb/v1/coordinator
davidby-influx 5b364b51c8
fix: avoid panic if shard group has no shards (#25717)
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
2024-12-27 14:04:19 -08: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: avoid panic if shard group has no shards (#25717) 2024-12-27 14:04:19 -08: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: fixes an error querying virtual dbrps (#23731) 2022-10-13 14:58:07 -04:00
shard_mapper_test.go fix: fixes an error querying virtual dbrps (#23731) 2022-10-13 14:58:07 -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: fixes an error querying virtual dbrps (#23731) 2022-10-13 14:58:07 -04:00