<< Back to previous view |
![]() |
[QB-2351] Update to Jetty 9
|
|
Status: | Open |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Task | Priority: | Major |
Reporter: | AlSt | Assigned To: | Robin Shen |
Resolution: | Unresolved | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
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. |
Comments |
Comment by 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. |