History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3161
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Robin Shen
Votes: 0
Watchers: 1
Operations

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

Stop node selection as long as a node is found to improve node selection speed

Created: 27/Mar/18 11:09 PM   Updated: 22/Apr/18 12:11 PM
Component/s: None
Affects Version/s: 8.0.1
Fix Version/s: 8.0.3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [22/Apr/18 12:11 PM]
This can now be achieved by adding JVM option STOP_ON_FIRST_MATCH into "conf/wrapper.conf" of QB server like below:
wrapper.java.additional.4=-DSTOP_ON_FIRST_MATCH

Remember to restart QB server after adding this option.