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

   So the biggest concern here is the use of node-services instead of the 
headless service. If we auto-remove the node-services immediately when the user 
switches away from the ingress option in their SolrCloud resource, the pods 
will have not had a chance to update themselves to say that they have a 
different hostname. Therefore inter-node traffic will be halted, which will 
probably lead to a never-ending rolling restart (because nodes won't become 
healthy again).
   
   If the idea is that all the data should go away, then the user should delete 
and recreate.
   
   I'm going to push a commit that does this a bit more cautiously, only 
deleting the services when we know they aren't in use. Ingresses I'm ok with 
just deleting.


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