You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/03/10 19:42:00 UTC

[GitHub] [lucene-solr-operator] benediktarnold opened a new issue #236: Change of solrJavaMem is not propagated to the underlying statefulset

benediktarnold opened a new issue #236:
URL: https://github.com/apache/lucene-solr-operator/issues/236


   I have a solrcloud deployed with `solrJavaMem: "-Xmx1G -Xms400M"` and I changed that to  "-Xmx2G -Xms400M"`. The change is visible in the solrcloud resource but not in the statefulset. The statefulset has still the evironment variable set to 1G `SOLR_JAVA_MEM:   -Xmx1G -Xms400M`  whereas the solrcloud resource has the expected value of `Solr Java Mem:   -Xmx2G -Xms400M`


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

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



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


[GitHub] [lucene-solr-operator] HoustonPutman commented on issue #236: Change of solrJavaMem is not propagated to the underlying statefulset

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on issue #236:
URL: https://github.com/apache/lucene-solr-operator/issues/236#issuecomment-796268136


   Glad to hear it's not an actual bug! Got me a bit worried when I first got the notification 😅 


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

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



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


[GitHub] [lucene-solr-operator] benediktarnold closed issue #236: Change of solrJavaMem is not propagated to the underlying statefulset

Posted by GitBox <gi...@apache.org>.
benediktarnold closed issue #236:
URL: https://github.com/apache/lucene-solr-operator/issues/236


   


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

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



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


[GitHub] [lucene-solr-operator] benediktarnold commented on issue #236: Change of solrJavaMem is not propagated to the underlying statefulset

Posted by GitBox <gi...@apache.org>.
benediktarnold commented on issue #236:
URL: https://github.com/apache/lucene-solr-operator/issues/236#issuecomment-796149602


   Stupid me! I tried to reproduce this on another cluster where it turned out to work as expected.
   
   It turned out that I never changed the variable since I changed it in the values.yaml of my helm chart but I was overriding the same variable in another values file, that I supplied via command line flag. 
   
   Sorry for bothering you. Good work btw. I really like the solr-operator!


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

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



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