You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Klaas Prause (JIRA)" <ji...@apache.org> on 2009/04/30 09:53:30 UTC

[jira] Updated: (IVY-1073) publish should be an atomic operation

     [ https://issues.apache.org/jira/browse/IVY-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Klaas Prause updated IVY-1073:
------------------------------

    Issue Type: Bug  (was: Improvement)

switched from improvement to bug:
For our current build process a lot of builds fail because of the missing synchronization between different ivy instances acting on the ivy repository. We need to find a work around to distinguish between real and ivy related build failures.

> publish should be an atomic operation
> -------------------------------------
>
>                 Key: IVY-1073
>                 URL: https://issues.apache.org/jira/browse/IVY-1073
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 1.4.1, 2.1.0-RC1
>            Reporter: Klaas Prause
>
> The publish action is not atomic, so it does not succeed as one action or fails completly. This has two problems:
> 1. We are using ivy not only for publishing JARs but also for the releaseables including EARs and WARs. So the publish target sometimes uploads more than 50MB what takes a few seconds. Our continious integration server builds with ~6 build queues. So it often happens that a build is checking for new versions and finds a version that is currently in the process of publishing. The retrieve fails because not all items are uploaded and the build fails.
> 2. If a build did not produce all needed artifacts (a clear build error) Ivy publish does not tests for missing artifacts prior starting the upload. If an artifact is missing the publish fails but the already uploaded files are not deleted. All builds other builds try to retrieve the incomplete published artifact and fail.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.