We have implemented a custom search component for SOLR which handles security. It simply adds a filter query in the prepare method. This search component is added to our search handler as the last component. The custom function retrieves from a database a list of ACLs attached to the user.
When we are running on one instance (a single master), our search component is executed once per request. This is what expected too. But when we are using Zookeeper (two nodes), the same custom component are executed four times per request. This gives a huge overhead and gives a poor performance. Is this normal behavior when using zookeeper or is there any configuration we have overlooked ? Best regards Jens Foshaug, e-vita as -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-search-component-executed-several-times-when-using-Zookeeper-tp4039872.html Sent from the Solr - User mailing list archive at Nabble.com.