You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2006/03/27 16:57:44 UTC

[jira] Created: (CONTINUUM-641) stopping continuum when builds are in progress /queued causes duplicates on restart

stopping continuum when builds are in progress /queued causes duplicates on restart
-----------------------------------------------------------------------------------

         Key: CONTINUUM-641
         URL: http://jira.codehaus.org/browse/CONTINUUM-641
     Project: Continuum
        Type: Task

  Components: Core system  
    Versions: 1.0.3    
    Reporter: Brett Porter
    Priority: Blocker
     Fix For: 1.0.3


I was able to reliably reproduce this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (CONTINUUM-641) stopping continuum when builds are in progress /queued causes duplicates on restart

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-641?page=comments#action_62176 ] 

Brett Porter commented on CONTINUUM-641:
----------------------------------------

There seems to be a couple of things. I can't find what led to the problem on the one I tried to reproduce it on - it was in fact just the "in progress" one.

Steps to reproduce (on ubuntu breezy VMWare machine running on windows):
- fresh install
- add a bunch of projects, wait for checkout
- build all
- kill the app (not Ctrl-C, just a normal kill that got trapped by JSW and Continuum shutdown)
- restart Continuum
- one dupe, building projects does not cause a dupe

For cheddar, I got more information yesterday. It's not an addProject call - it seems a problem with JDO when it tries to get the project for building the next time. This might just be that the original database was corrupted, so I'm not really concerned about it.





> stopping continuum when builds are in progress /queued causes duplicates on restart
> -----------------------------------------------------------------------------------
>
>          Key: CONTINUUM-641
>          URL: http://jira.codehaus.org/browse/CONTINUUM-641
>      Project: Continuum
>         Type: Task

>   Components: Core system
>     Versions: 1.0.3
>     Reporter: Brett Porter
>     Priority: Blocker
>      Fix For: 1.0.3

>
>
> I was able to reliably reproduce this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (CONTINUUM-641) stopping continuum when builds are in progress /queued causes duplicates on restart

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-641?page=comments#action_62162 ] 

Emmanuel Venisse commented on CONTINUUM-641:
--------------------------------------------

I can't reproduce it ;-)

i think it appears only for project in progress, but it's very strange because the only place in continuum code that call the storage of a project is in AddProject method in DefaultContinuum. This method is called only from web interface.

> stopping continuum when builds are in progress /queued causes duplicates on restart
> -----------------------------------------------------------------------------------
>
>          Key: CONTINUUM-641
>          URL: http://jira.codehaus.org/browse/CONTINUUM-641
>      Project: Continuum
>         Type: Task

>   Components: Core system
>     Versions: 1.0.3
>     Reporter: Brett Porter
>     Priority: Blocker
>      Fix For: 1.0.3

>
>
> I was able to reliably reproduce this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (CONTINUUM-641) stopping continuum when builds are in progress /queued causes duplicates on restart

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-641?page=comments#action_63557 ] 

Emmanuel Venisse commented on CONTINUUM-641:
--------------------------------------------

Do you have re-tested it since my changes on fetch groups?

> stopping continuum when builds are in progress /queued causes duplicates on restart
> -----------------------------------------------------------------------------------
>
>          Key: CONTINUUM-641
>          URL: http://jira.codehaus.org/browse/CONTINUUM-641
>      Project: Continuum
>         Type: Task

>   Components: Core system
>     Versions: 1.0.3
>     Reporter: Brett Porter
>     Priority: Blocker
>      Fix For: 1.0.3

>
>
> I was able to reliably reproduce this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (CONTINUUM-641) stopping continuum when builds are in progress /queued causes duplicates on restart

Posted by "Jesse McConnell (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse McConnell updated CONTINUUM-641:
--------------------------------------

    Fix Version/s:     (was: 1.1-alpha-1)
                   1.1-alpha-#

> stopping continuum when builds are in progress /queued causes duplicates on restart
> -----------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-641
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-641
>             Project: Continuum
>          Issue Type: Task
>          Components: Core system
>    Affects Versions: 1.0.3
>            Reporter: Brett Porter
>         Assigned To: Kenney Westerhof
>             Fix For: 1.1-alpha-#
>
>
> I was able to reliably reproduce this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CONTINUUM-641) stopping continuum when builds are in progress /queued causes duplicates on restart

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse closed CONTINUUM-641.
--------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.1.x)
                   1.1-alpha-2

I can't reproduce it with 1.1

> stopping continuum when builds are in progress /queued causes duplicates on restart
> -----------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-641
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-641
>             Project: Continuum
>          Issue Type: Task
>          Components: Core system
>    Affects Versions: 1.0.3
>            Reporter: Brett Porter
>            Assignee: Kenney Westerhof
>             Fix For: 1.1-alpha-2
>
>
> I was able to reliably reproduce this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira