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

Archiving artifacts (or FilePath operatons) should properly time out and retry the copy

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • None

      I have two related requests regarding how the artifacts are copied, assuming that no proper syncing will be implemented any time soon:

      1. The copying process when archiving artifacts should impose a timeout on network operations. If nothing has been sent for some period of time, it should break the connection. What happens now is that when the connection stalls, our builds run forever or until someone cancels it manually.

      2. When copying fails, it should retry (perhaps after waiting a moment.) This plays well with the timeout because it means that when a timeout occurs, the copy fails and gets retried.

      Remember, the first fallacy of distributed computing is "The network is reliable." So you can't assume a single attempt to copy the data will always work.

        1. Thread dump [Jenkins].htm
          141 kB
        2. stacks.zip
          16 kB
        3. screenshot-1.jpg
          screenshot-1.jpg
          177 kB

            Unassigned Unassigned
            trejkaz trejkaz
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: