First, having 5 Zookeeper nodes to manage 4 Solr nodes
is serious overkill. Three should be more than sufficient.

what did you put in your configuration? Does your <lib>
directive in solrconfig.xml mention updateProcessor.0.1?

And what error are you seeing exactly?

When Solr starts up, part of the voluminous messages
are where exactly it looks for jar files. So you should
be able to see exactly what Solr is aware of.

If you didn't specify a <lib> directive, one assumes you
dropped the jar somewhere in the Tomcat hive. Is
it in the right place? Did you restart Tomcat? (not sure
this last is necessary, but just in case...)

Best,
Erick

On Mon, Jun 13, 2016 at 7:22 PM, thakkar.aayush
<thakkar.aay...@gmail.com> wrote:
> I have Solr cloud configuration which we run on 4 servers. We use tomcat as
> web server for solr. I have 5 zookeepers to maintain the data-replication. I
> have added a jar file with custom update processor. This is in shared folder
> which is mention in solr.xml**While creating the first version of this jar
> file I gave the name updateProcessor.0.1.jar as the file name. Even though
> it was shared, jar files were added in all the 4 servers.But now I have to
> update the updateProcessor. For this I created updateProcessor0.2.jar. I
> deleted the updateProcessor.0.1.jar from each sever and added a new one. But
> changes were not seen ?Any ideas what I am doing wrong? Should this is be
> checked using zkcli ?
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Update-jar-file-in-Solr-4-4-0-tp4282164.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to