Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-4179

[regression] Artifact download hangs upon transfer failure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.0
    • 2.2.0
    • None

    Description

      There's still a hole in the parallel artifact resolution we introduced in MNG-3379 for a scenario like this:

      • request to resolve multiple artifacts from the same groupId (i.e. all of these artifacts will be resolved by the same thread)
      • any but the last artifact of the group fails to resolve

      Upon error, the existing code will not try to resolve other artifacts in the same group, thereby never decrementing the countdown latch which guards the execution of the main thread.

      Attachments

        Issue Links

          Activity

            People

              bentmann Benjamin Bentmann
              bentmann Benjamin Bentmann
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: