Allow configurable number of handlers for search servers --------------------------------------------------------
Key: NUTCH-602 URL: https://issues.apache.org/jira/browse/NUTCH-602 Project: Nutch Issue Type: Improvement Components: searcher Environment: All Reporter: Dennis Kubes Assignee: Dennis Kubes Fix For: 1.0.0 This improvement changes the distributed search server to allow a configurable number of RPC handlers. Before the number was hardcoded at 10 handlers. For high volume environments that limit will be quickly reached and the overall search will slowdown. The patch changes nutch-default.xml with the configuration parameter searchers.num.handlers and changes DistributedSearch to pull the number of handlers from the configuration. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.