Shashankft9 commented on issue #650:
URL: https://github.com/apache/solr-operator/issues/650#issuecomment-2530742981

   hello @gerlowskija, we use status of `SolrCloud`  CR as source of truth for 
the process of notifying the provisioner system (UI) that "whatever was put in 
the CR" has been "successfully deployed", so that the provisioner system can 
get an ack. 
   Not just Solr, we use the same mechanism for other operator based services 
of database, streaming and more. 
   
   In this case, without `observedGeneration`, its hard for our automation 
running in kubernetes cluster to identify whether the patch done in the 
`SolrCloud` has been successfully deployed in the actual instance or not, and 
so stopping our automation to send an ack signal to the provisioner system.
   Same way, `lastTransitionTime` adds another layer of proof in the status to 
reflect on whats going on at the CR and operator level - I believe this is 
still not implemented in the PR yet, but if you agree on the intention here, we 
can add that as well!
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to