influxdb/cmd/influxd/run
Geoffrey Wossum 8ef2aca1ca
fix: stop noisy logging about phantom shards that do not belong to node (#26527)
Stop noisy logging about phantom shards that do not belong to the
current node by checking the shard ownership before logging about the
phantom shard. Note that only the logging was inaccurate. This did not
accidentally remove shards from the metadata that weren't really phantom
shards due to checks in `DropShardMetaRef` implementations.

closes: #26525
2025-06-17 09:40:33 -05:00
..
command.go feat(logging): Add startup logging for shard counts (#25378) 2024-10-16 10:09:15 -05:00
command_test.go build: upgrade to go1.18 (#23250) 2022-03-31 16:17:57 -05:00
config.go build: upgrade to go1.18 (#23250) 2022-03-31 16:17:57 -05:00
config_command.go Initial integration tests for config settings 2017-10-11 17:16:42 -07:00
config_test.go feat: use zap.AtomicLevel for dynamic logging levels (#26182) 2025-04-17 10:07:33 -07:00
server.go fix: stop noisy logging about phantom shards that do not belong to node (#26527) 2025-06-17 09:40:33 -05:00
startup_logger.go feat(logging): Add startup logging for shard counts (#25378) 2024-10-16 10:09:15 -05:00