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/02/03 21:39:40 UTC

[GitHub] [lucene-solr-operator] makuk66 opened a new issue #208: podOptions probes ignored

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


   I tried setting solrcloud values:
   
   ```
   podOptions:
     livenessProbe:
       tcpSocket:
         port: 8983
       initialDelaySeconds: 5
       periodSeconds: 5
     readinessProbe:
       tcpSocket:
         port: 8983
       initialDelaySeconds: 5
       periodSeconds: 5
   
   ```
   
   but these settings seemed to be ignored; the normal `http-get` probes were used


----------------------------------------------------------------
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 closed issue #208: podOptions probes ignored

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


   


----------------------------------------------------------------
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 #208: podOptions probes ignored

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


   Good catch, thanks for submitting the bug!
   
   The issue likely lies in the fact that the code for filling default values for a probe only looks for Handlers and Execs, not TcpSocket.
   https://github.com/apache/lucene-solr-operator/blob/main/controllers/util/solr_util.go#L663
   
   Should be an easy fix!


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