
Key: |
QB-2351
|
Type: |
Task
|
Status: |
Open
|
Priority: |
Major
|
Assignee: |
Robin Shen
|
Reporter: |
AlSt
|
Votes: |
0
|
Watchers: |
0
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
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
|
|
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.
|
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. |
Show » |
|