: logged correctly... on the master. I had copied scripts.conf from the : master to all the slaves with solr_hostname=master and didn't replace : with slave1 slave2 etc, so the commit was successful, but not on the : slave. Dumb. Dumb.
ah ... glad we found the problem. : Now that we are at it.. how's the best set up for multiple indexes on : the same server? Atm I have a tomcat server runs on each machine with a : separate webapp for each index for a few indexes (5 by now, will be many : more) personally? .. i run a seperate servlet container instance for every index ... but that's becuase i have the RAM to spare and it helps ensure things that each index runs in heavy isolation -- a serious flaw in one index might crash the port, or a bad config might cause OOMs but then only one index goes down, the other are still running. but it's really a question of what you are comfortable with, and how much money you have to spend. -Hoss