You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/11/30 04:06:06 UTC

[jira] Created: (MRM-36) integration with discovery and scheduling

integration with discovery and scheduling
-----------------------------------------

         Key: MRM-36
         URL: http://jira.codehaus.org/browse/MRM-36
     Project: Maven Repository Manager
        Type: Sub-task
  Components: indexing  
    Reporter: Brett Porter
     Fix For: 1.0-alpha-1


I presume the regular indexer will process an individual file and add it to the index, or remove a file from the index. This should integrated with the discovery mechanism so that it can trigger the indexing of files (or removal - though this is not currently in the discovery mechanism).

As for scheduling, it may be that the index updates are processed on a scheduled interval so that integration might be needed.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MRM-36) integration with discovery and scheduling

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-36?page=comments#action_58581 ] 

Maria Odea Ching commented on MRM-36:
-------------------------------------

This issue is related to MRM-38. A Job that invokes the discoverer and indexer should be created and then scheduled to be executed. 

> integration with discovery and scheduling
> -----------------------------------------
>
>          Key: MRM-36
>          URL: http://jira.codehaus.org/browse/MRM-36
>      Project: Maven Repository Manager
>         Type: Sub-task

>   Components: indexing
>     Reporter: Brett Porter
>     Assignee: Maria Odea Ching
>      Fix For: 1.0-alpha-1

>
> Original Estimate: 15 hours
>         Remaining: 15 hours
>
> I presume the regular indexer will process an individual file and add it to the index, or remove a file from the index. This should integrated with the discovery mechanism so that it can trigger the indexing of files (or removal - though this is not currently in the discovery mechanism).
> As for scheduling, it may be that the index updates are processed on a scheduled interval so that integration might be needed.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MRM-36) integration with discovery and scheduling

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-36?page=all ]

Maria Odea Ching updated MRM-36:
--------------------------------

    Remaining Estimate: 15 hours
     Original Estimate: 15 hours

> integration with discovery and scheduling
> -----------------------------------------
>
>          Key: MRM-36
>          URL: http://jira.codehaus.org/browse/MRM-36
>      Project: Maven Repository Manager
>         Type: Sub-task

>   Components: indexing
>     Reporter: Brett Porter
>      Fix For: 1.0-alpha-1

>
> Original Estimate: 15 hours
>         Remaining: 15 hours
>
> I presume the regular indexer will process an individual file and add it to the index, or remove a file from the index. This should integrated with the discovery mechanism so that it can trigger the indexing of files (or removal - though this is not currently in the discovery mechanism).
> As for scheduling, it may be that the index updates are processed on a scheduled interval so that integration might be needed.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MRM-36) integration with discovery and scheduling

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-36?page=comments#action_58412 ] 

Maria Odea Ching commented on MRM-36:
-------------------------------------

The discoverer will be scheduled to execute using the plexus-quartz scheduler. Since the discoverer will have a complete list of all the artifacts/metadata in the repository, we can call the indexer and index the artifact/metadata as we iterate through this list. 

Please note that the indexer checks first whether the artifact/metadata already exists in the index before indexing the given artifact/metadata to assure that there will be no duplicates.

> integration with discovery and scheduling
> -----------------------------------------
>
>          Key: MRM-36
>          URL: http://jira.codehaus.org/browse/MRM-36
>      Project: Maven Repository Manager
>         Type: Sub-task

>   Components: indexing
>     Reporter: Brett Porter
>     Assignee: Maria Odea Ching
>      Fix For: 1.0-alpha-1

>
> Original Estimate: 15 hours
>         Remaining: 15 hours
>
> I presume the regular indexer will process an individual file and add it to the index, or remove a file from the index. This should integrated with the discovery mechanism so that it can trigger the indexing of files (or removal - though this is not currently in the discovery mechanism).
> As for scheduling, it may be that the index updates are processed on a scheduled interval so that integration might be needed.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MRM-36) integration with discovery and scheduling

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-36?page=all ]

Maria Odea Ching updated MRM-36:
--------------------------------

    Attachment: MRM-36-maven-repository-webapp.patch

> integration with discovery and scheduling
> -----------------------------------------
>
>          Key: MRM-36
>          URL: http://jira.codehaus.org/browse/MRM-36
>      Project: Maven Repository Manager
>         Type: Sub-task

>   Components: indexing
>     Reporter: Brett Porter
>     Assignee: Maria Odea Ching
>      Fix For: 1.0-alpha-1
>  Attachments: MRM-36-maven-repository-webapp.patch
>
> Original Estimate: 15 hours
>        Time Spent: 7 hours
>         Remaining: 8 hours
>
> I presume the regular indexer will process an individual file and add it to the index, or remove a file from the index. This should integrated with the discovery mechanism so that it can trigger the indexing of files (or removal - though this is not currently in the discovery mechanism).
> As for scheduling, it may be that the index updates are processed on a scheduled interval so that integration might be needed.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MRM-36) integration with discovery and scheduling

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-36?page=all ]
     
Edwin Punzalan closed MRM-36:
-----------------------------

    Resolution: Fixed

Patch applied. Thanks.

> integration with discovery and scheduling
> -----------------------------------------
>
>          Key: MRM-36
>          URL: http://jira.codehaus.org/browse/MRM-36
>      Project: Maven Repository Manager
>         Type: Sub-task

>   Components: indexing
>     Reporter: Brett Porter
>     Assignee: Maria Odea Ching
>      Fix For: 1.0-alpha-1
>  Attachments: MRM-36-maven-repository-webapp.patch
>
> Original Estimate: 15 hours
>        Time Spent: 23 hours
>         Remaining: 0 minutes
>
> I presume the regular indexer will process an individual file and add it to the index, or remove a file from the index. This should integrated with the discovery mechanism so that it can trigger the indexing of files (or removal - though this is not currently in the discovery mechanism).
> As for scheduling, it may be that the index updates are processed on a scheduled interval so that integration might be needed.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MRM-36) integration with discovery and scheduling

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

Brett Porter commented on MRM-36:
---------------------------------

I'd like to see some thoughts on how this will be implemented before diving in to it. Also, bear in mind the scheduling is not yet integrated into the webapp.

> integration with discovery and scheduling
> -----------------------------------------
>
>          Key: MRM-36
>          URL: http://jira.codehaus.org/browse/MRM-36
>      Project: Maven Repository Manager
>         Type: Sub-task

>   Components: indexing
>     Reporter: Brett Porter
>     Assignee: Maria Odea Ching
>      Fix For: 1.0-alpha-1

>
> Original Estimate: 15 hours
>         Remaining: 15 hours
>
> I presume the regular indexer will process an individual file and add it to the index, or remove a file from the index. This should integrated with the discovery mechanism so that it can trigger the indexing of files (or removal - though this is not currently in the discovery mechanism).
> As for scheduling, it may be that the index updates are processed on a scheduled interval so that integration might be needed.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org