Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-23592

Do not block indefinitely on information from slaves

XMLWordPrintable

      If some of your slaves claim to be online but are not fully responsive, some support components may be very slow to yield results. That conflicts with the expectation that a support bundle be produced quickly. (Currently bundles generated on demand are in fact produced in an HTTP response thread, which might need to be revisited.) Or if a slave has recently dropped offline, you are probably interested in what it was doing.

      In particular, thread dumps and slave logs both currently require slave connectivity.

      It would be better to set a clear time limit for a request for such information, say one second, after which this report is simply skipped.

      It may also be a good idea to cache the last such successful report on the master. If obtaining current data times out, include the last known data, with a note that it may be stale. In the case of the slave log, which rarely changes, you could even pass in a checksum of the prior data, so that the slave can just return a "not-modified" flag if the content has not changed.

            Unassigned Unassigned
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: