Issue Details (XML | Word | Printable)

Key: KATTA-175
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Johannes Zillmann
Reporter: Johannes Zillmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Katta

make lucene-server thread pool parameters configurable

Created: 01/Feb/11 04:49 PM   Updated: 01/Feb/11 05:20 PM
Component/s: cluster
Affects Version/s: 0.6.3
Fix Version/s: 0.6.4


 Description  « Hide
Currently LuceneServer uses a fixed size thread pool of 100 for processing incoming search calls.
Once KATTA-174 this should be made configurable so people can tune it to their needs.

 All   Comments   Change History   git Commits      Sort Order: Ascending order - Click to sort in descending order
Johannes Zillmann added a comment - 01/Feb/11 05:20 PM
Changed FixedSizeThread-pool to CachedThreadpool with those 2 configurable parameters (in katta.node.properties):
lucene.searcher.threadpool.core-size=25
lucene.searcher.threadpool.max-size=100