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

Key: QB-2351
Type: Task Task
Status: Open Open
Priority: Major Major
Assignee: Robin Shen
Reporter: AlSt
Votes: 0
Watchers: 0
Operations

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

Update to Jetty 9

Created: 03/Mar/15 08:20 AM   Updated: 03/Apr/15 01:10 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

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


 Description  « Hide
We experienced some problems with builds which had a quite big gap between build duration and master step duration. We did some deep investigation and found out, that the HessianServlet slowed down the connection between server and agent. For some reason jetty thinks that it is low on resources on the connections to one node and slows down everything. The only workaround was to restart the server.

The isLowResources() approach in the Connector is not used in jetty 9 anymore so this won't happen anymore.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [03/Apr/15 01:10 AM]
We have to postpone this as Jetty9 requires JDK7 to run and QB needs to support JDK6 right now.