gerlowskija commented on PR #674:
URL: https://github.com/apache/solr-operator/pull/674#issuecomment-2588234157

   Houston and I spent some time on this today. I've removed the e2e test code 
and replaced it with a comparable (and now working!) unit-style test covering 
the ingress-cleanup.
   
   When we got to thinking through the service-cleanup a bit more though, 
Houston raised some concerns about this possibly deleting services that might 
still be used by one or more pods.  One approach for handling this would be to 
give each Solr pod an annotation recording the service it uses, and then defer 
cleanup of each service until it is no longer used by any pods.
   
   This approach is safer but adds enough complexity that we probably shouldn't 
try to squeeze it into 0.9.0.


-- 
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