apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 112 forks source link

Call rebalance API once all pods are updated #625

Closed radu-gheorghe closed 8 months ago

radu-gheorghe commented 9 months ago

Timid attempt to fix #615

It works on my machine, it seems to fix the problem, but:

Any feedback is welcome, I'd be glad to push this forward!

radu-gheorghe commented 8 months ago

Looks good to me, too, thanks a lot @HoustonPutman!

I already had a look yesterday, too, and noticed you couldn't help yourself and fixed your 2) above 🙂

HoustonPutman commented 8 months ago

I already had a look yesterday, too, and noticed you couldn't help yourself and fixed your 2) above 🙂

Haha I remembered that we had the lovely readinessConditions that told us if the cloud was ephemeral, so it was very easy to do it!