Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.2.0
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
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.
Issue Links
- is related to
-
MNG-3379
Parallel resolution of artifacts
-
Activity
Benjamin Bentmann
made changes -
Benjamin Bentmann
made changes -
| Fix Version/s | 2.2.1 [ 15328 ] | |
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Benjamin Bentmann [ bentmann ] |
Benjamin Bentmann
made changes -
| Fix Version/s | 2.1.1 [ 15268 ] |
John Casey
made changes -
| Fix Version/s | 2.2.0 [ 15103 ] |
Benjamin Bentmann
made changes -
| Fix Version/s | 2.2.1 [ 15328 ] |
Brett Porter
made changes -
| Fix Version/s | 2.1.1 [ 15268 ] |