在 kubernets 集群上使用 helm 部署 qdrant,只部署了一个 replica,pod 在启动时日志中有下面的错误与警告,但 qdrant 可以正常使用
2024-12-27T23:08:21.252704Z ERROR qdrant::common::health: GetConsensusCommit request failed: Error in closure supplied to transport channel pool: status: Unavailable, message: "Failed to connect to http://qdrant-1.qdrant-headless:6335/, error: transport error", details: [], metadata: MetadataMap { headers: {} }
2024-12-27T23:08:24.433423Z WARN storage::content_manager::consensus_manager: Failed to send message to http://qdrant-1.qdrant-headless:6335/ with error: Error in closure supplied to transport channel pool: status: Unavailable, message: "Failed to connect to http://qdrant-1.qdrant-headless:6335/, error: transport error", details: [], metadata: MetadataMap { headers: {} }
请问这个错误是什么原因引起的?
找到原因了,是禁用 tls 引起的
config:
service:
enable_tls: false