Erick, Shawn, you're right on both counts. Mixed jar versions are happening
in both cases, and only lead to a fatal error on on the upgrade to 6.1.0.
So there was a big gap in my upgrading methodology. I've confirmed that
fixing the bootstrapping script allows the upgrade and that the correct jar
f
On 8/22/2016 9:18 PM, Stephen Lewis wrote:
> Oops, apologies for my confusing grammar and for missing the
> attachment. The intro sentence should have read "I have a question
> about upgrading a solr cloud cluster in place." I've actually attached
> the log below this time.
The mailing list eats m
That's usually an indication that your classpath has old and new jars
in it. When you start Solr,
the directories from which all the jars are listed in the log file. My
guess is that if you examine them
you'll see jar files loaded from both 6.0 and some from 6.1 and you
need to figure out how
that
In particular, I see this line. Was there perhaps a deprecation of a method
or something changed about cluster properties?
Error 500
{msg=org.apache.solr.common.cloud.ZkStateReader.getClusterProps()Ljava/util/Map;,trace=java.lang.NoSuchMethodError:
org.apache.solr.common.cloud.ZkStateReader.getC
Oops, apologies for my confusing grammar and for missing the attachment.
The intro sentence should have read "I have a question about upgrading a
solr cloud cluster in place." I've actually attached the log below this
time.
Thanks again,
Stephen
On Mon, Aug 22, 2016 at 7:41 PM, Stephen Lewis
wro
Hello,
I have a question about updating a solr cloud cluster servers in place. I
have a scripted method for updating a solr cloud in place, which works
consistently to up/down grade between 6.0.0 and 6.0.1 (in our test
environment), but hits an error consistently when going from either to solr
6.1