You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2012/11/23 07:52:13 UTC

[jira] (CONTINUUM-2695) Distributed builds uses too much traffic to determine agent state

Brett Porter created CONTINUUM-2695:
---------------------------------------

             Summary: Distributed builds uses too much traffic to determine agent state
                 Key: CONTINUUM-2695
                 URL: https://jira.codehaus.org/browse/CONTINUUM-2695
             Project: Continuum
          Issue Type: Improvement
            Reporter: Brett Porter


Currently the code performs a ping before and after every operation to check that the agent is operating correctly.

It would be better if it could periodically check if agents are up (CONTINUUM-2615 suggests that the agent could report in), and enable/disable accordingly.

For normal operations, a ping should not be needed on either side - instead fail normally if the request fails, and if it is an operation that can move to a different agent, call again after disabling.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira