Hiya,
I have set up solr CollectionDistribution between a master and a slave with postCommit triggering snapshooter, and a cron job (snappuller and snapinstaller) on the slave accepting and installing updated snapshops every 15 minutes. Once I delete a record from the master (with java code using CommonsHttpSolrServer from solrj-1.3-dev) the change to the collection shows immediately - via both the http solr/admin query url and via a java client using CommonsHttpSolrServer from solrj-1.3-dev). But after distribution of this latest snapshop to the slave the collection does not show the update (with solr admin query url or via java query client) UNLESS I restart tomcat ? Can anyone explain to me why and perhaps what I need to do to get the change to reflect without a tomcat restart ? Many thanks Karen