HoustonPutman commented on issue #587:
URL: https://github.com/apache/solr-operator/issues/587#issuecomment-1830291570

   So the only real way to deal with this, if you can only use 
`lifecycle.podstart`, is to add a wait in there. The solr operator will set up 
the pods such that the `readinessProbe` or even the `startupProbe` will let you 
know when the pod is ready to affect API calls. But if you can only use the 
lifecycle hooks, there isn't much that can be done.
   
   Also the lifecycle hooks will be done for every pod, and everytime they are 
restarted, so initializing your environment with them is risky to say the least.


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