Re: solr-operator stale reads

2022-03-08 Thread Joel Bernstein
Based on this ticket I think it's Kube: https://github.com/kubernetes/kubernetes/issues/59848 Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Mar 8, 2022 at 7:35 PM Joel Bernstein wrote: > Hi, > > One of the things we've run into in our tests is that we appear to be > getting stale reads

solr-operator stale reads

2022-03-08 Thread Joel Bernstein
Hi, One of the things we've run into in our tests is that we appear to be getting stale reads from Kube when getting state information on solrcloud objects. For example one kubeclient (Fabric8 Java) will see a SolrCloud object in a different state than another Fabric8 client. I wanted to check an