NazerkeBS commented on pull request #17:
URL: https://github.com/apache/solr/pull/17#issuecomment-860184768


   I tested backward compatibility manually in my local env.
   Initially I started solr  `8.8.2` with embedded zk cluster and I created a 
collection with sample_techproducts_configs. Then I stopped solr. I restarted 
solr with 9.0 (PR branch). I observed that state.json is updated during 
restart. I also tested MODIFYCOLLECTION functionality. It seems it is working.
   
   I used these commands: 
   ```
   docker run -v "$PWD/solrdata:/var/solr" -p 8983:8983 solr:8.8.2 -c
   
   docker run -v "$PWD/solrdata:/var/solr" -p 8983:8983 
apache/solr:9.0.0-SNAPSHOT -c
   
   bin/solr create -c solr8 -d 
server/solr/configsets/sample_techproducts_configs/conf/
   
   bin/solr zk upconfig -d 
server/solr/configsets/sample_techproducts_configs/conf/ -n test -z 
localhost:9983
   ```
   
   


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