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

   Hi :) 
   
   We are using a gitlab pipeline running helm to deploy our solr cluster.  As 
we want to have some utils like the AWS cli on-board for restoring from a 
backup, we build a new docker container with every pipeline. As we use the git 
shasum of the repository, the image changes with every pipeline. 
   
   We notice something weird: When updating some of the nodes are updated, but 
not all of them: If we have 3 solr pods, 2 of them are using the latest image, 
but one does not (the setup-zk init container and the solrcloud-node use the 
same image) 
   
   Looking at both the statefulset and the solrcloud objects: Both show that 
all nodes are ready and uptodate, but one of the pods is not updated at all.... 
   
   We use the latest (`8.11.2`) v8 solr version from dockerhub for solr and 
version `0.7.0` for the operator, where we add some extra helper tools to use 
when things go haywire.
   
   I'm not sure what information to provide, I can provide a lot :) 
   
   
   ```
   kubectl get pods  -n cluster cluster-solrcloud-0 cluster-solrcloud-1 
cluster-solrcloud-2 -o yaml  | grep image: | grep solr-cluster | cut -d: -f3 | 
sort | uniq -c
         2 4119877046180762ee630bd4165c839c488371b7
        10 5f639c6751ab8faa1bd485a3e1b0f7362b3437b2
   ```
   
   I've checked the logs of the operator and I don't see any issues: The 
operator does a loop updating all nodes but skips the last one (3 replicas, 
node 2 is not updated.) 
   
   Our update strategy is as follows:
   
   ```
     updateStrategy:
       managed:
         maxPodsUnavailable: 1
         maxShardReplicasUnavailable: 1
       method: Managed
   ```
   I have attached my solrcloud yaml to this issue :)
   
   [Uploading solrcloud.txt…]()
   
   


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