Re: solr-operator formatting of cpu resource

2021-11-23 Thread Joel Bernstein
I opened and closed an issue for this. It turns out this happens with standard Deployments objects as well. So, it's something other than the Solr-operator. Sorry for the noise. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Nov 23, 2021 at 2:17 PM Joel Bernstein wrote: > The more I thi

Re: solr-operator formatting of cpu resource

2021-11-23 Thread Joel Bernstein
The more I think about this issue the more I think the Solr-Operator shouldn't be changing CR objects. My understanding of this is that the operator takes it's direction from the CR object and not the other way around. So for the operator to write back to a CR object, even with equivalent values, b

Re: solr-operator formatting of cpu resource

2021-11-23 Thread Joel Bernstein
A little more testing has shown that the cpu value is only reformatted if it's a multiple of 1000. I'm not sure if the solr-operator can control this or if this part of the go operator framework. But if it's controllable ideally we would probably not reformat the cpu. Joel Bernstein http://joels