You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/06/14 08:06:24 UTC

[GitHub] [solr] NazerkeBS commented on pull request #17: SOLR-14341: Move configName into DocCollection class

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:
users@infra.apache.org



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