ianp94 opened a new issue, #640: URL: https://github.com/apache/solr-operator/issues/640
Hello, We've encountered a challenge regarding the health of our Solr collections. Specifically, when they fall into an unhealthy state and initiate a recovery, in some scenarios an http2 recovery call is triggered. Unfortunately, this call is currently blocked by our service mesh. The blockage seems to stem from the app protocol setting which the solr-operator applies to every service in the namespace. To circumvent this, our team is exploring the possibility of configuring the application to utilize https. Our understanding is that this adjustment will permit the http2 requests to proceed unblocked, as indicated in your code logic. While it's possible that some configuration nuances might lie on our side, I believe it's worthwhile to consider potential refinements to the solr-operator, especially given that the underlying service still accommodates http2 recovery. This consideration seems particularly relevant in light of [a recent issue](https://github.com/apache/solr-operator/issues/427#issuecomment-1175419265) discussing the addition of http as the app protocol. If it would assist our discussion, I'm prepared to share code snippets and stack traces. However, considering the context provided in the mentioned issue, they might not be necessary for this particular conversation. Thank you for your time and consideration. Looking forward to your insights! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
