Looking at the CHANGES.txt for 3.6 so I can plan my upgrade, I have some questions about SOLR-3221. This might be a question more appropriate for the dev list, but I don't know, so I am starting here.

The wiki entry on this mentions the maxConnectionsPerHost setting, but then talks about the maximum number of connections per shard. Is it shard, or host? My distributed index has three shards per Host/Solr/Jetty container, so this is an important distinction. If it actually refers to shards, I think the setting should be renamed. Alternatively, a new one could be added with the current functionality and the Host one could be renamed to Container and changed so that it tracks host/port combinations and adjusts accordingly.

http://wiki.apache.org/solr/SolrConfigXml#Configuration_of_Shard_Handlers_for_Distributed_searches

I have zero clue what good starting numbers might be for the configuration. If it's not already there, what sort of debug logging statements might I add to get thread statistics so I can come up with some reasonable config numbers? If I configure numbers that are too small and it ends up waiting an unreasonable amount of time for resources, is there any logging to let me know?

Thanks,
Shawn

Reply via email to