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
|
||
|---|---|---|
| .. | ||
| config.go | ||
| config_test.go | ||
| meta_client.go | ||
| meta_client_test.go | ||
| points_writer.go | ||
| points_writer_internal_test.go | ||
| points_writer_test.go | ||
| shard_mapper.go | ||
| shard_mapper_test.go | ||
| statement_executor.go | ||
| statement_executor_test.go | ||