Miller: can you please clarify what exactly this means for users in terms of what other methods of collection creation you have in mind that are "unsupported, not recommended"
All you say here is "not using the collections API" -- but what does that mean? (Are you talking about things like the "bootstrap" command in zkcli.sh? ... if so, alluding to it not being supported in CHANGES.txt w/o explicitly saying that AND leaving it doced in the ref guide AND not having the script output a warning, is a cruel thing to do to our users) I'm trying to ensure the ref guide & upgrading sections make sense for existing users, but that's pretty hard to do based on your vague commit msg and no link to any JIra where i might hope to find more info about what exactly you are refering to. : Date: Sun, 08 Feb 2015 18:44:24 -0000 : From: [email protected] : Reply-To: [email protected] : To: [email protected] : Subject: svn commit: r1658238 - /lucene/dev/trunk/solr/CHANGES.txt : : Author: markrmiller : Date: Sun Feb 8 18:44:23 2015 : New Revision: 1658238 : : URL: http://svn.apache.org/r1658238 : Log: : Add a 5.0 note that allows us the right to add zk=truth improvements during 5.x by default. : : Modified: : lucene/dev/trunk/solr/CHANGES.txt : : Modified: lucene/dev/trunk/solr/CHANGES.txt : URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1658238&r1=1658237&r2=1658238&view=diff : ============================================================================== : --- lucene/dev/trunk/solr/CHANGES.txt (original) : +++ lucene/dev/trunk/solr/CHANGES.txt Sun Feb 8 18:44:23 2015 : @@ -142,6 +142,11 @@ Apache UIMA 2.3.1 : Apache ZooKeeper 3.4.6 : Jetty 9.2.6.v20141205 : : +NOTE: Solr 5.0 only supports creating and removing SolrCloud collections through : + the collections API, unlike previous versions. While not using the : + collections API may still work in 5.0, it is unsupported, not recommended, : + and the behavior will change in a 5.x release. : + : Upgrading from Solr 4.x : ---------------------- : : : : -Hoss http://www.lucidworks.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
