Known Issues
Solr Cloud
-
You may be seeing timeouts in your Solr logs after a rolling update. This can be caused by DNS caching in CoreDNS (the default DNS for Kubernetes). This can be fixed by reducing the kubernetes cache TTL to 5-10 seconds. Please refer to this ticket for more information: https://github.com/kubernetes/kubernetes/issues/92559
Fix: In the
kube-systemnamespace, there will be aConfigMapwith namecoredns. It will contain a section:kubernetes cluster.local in-addr.arpa ip6.arpa { ... ttl 30 ... }Edit the
ttlvalue to be5, CoreDNS will automatically see a change in the configMap and reload it.