You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "HoustonPutman (via GitHub)" <gi...@apache.org> on 2023/03/28 15:11:06 UTC

[GitHub] [solr-operator] HoustonPutman opened a new issue, #535: Allow sessionAffinity for the SolrCloud CommonService

HoustonPutman opened a new issue, #535:
URL: https://github.com/apache/solr-operator/issues/535

   Kubernetes ClusterIP Services allow for sessionAffinity, and customization of the max session stickiness timeout.
   
   More information can be found here: https://kubernetes.io/docs/reference/networking/virtual-ips/#session-affinity
   
   All we would need is these options to be given under `SolrCloud.Spec.customSolrKubeOptions.commonServiceOptions`, and then passed to the service. This doesn't make sense for the headless service or node services.


-- 
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-unsubscribe@solr.apache.org.apache.org

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


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


[GitHub] [solr-operator] trevorpburke commented on issue #535: Allow sessionAffinity for the SolrCloud CommonService

Posted by "trevorpburke (via GitHub)" <gi...@apache.org>.
trevorpburke commented on issue #535:
URL: https://github.com/apache/solr-operator/issues/535#issuecomment-1562066667

   Took a pass at this in https://github.com/apache/solr-operator/pull/571 
   
   Just started learning Go this week, but imagine I'm missing a step or two here. LMK!


-- 
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-unsubscribe@solr.apache.org

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


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