You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tamás Cservenák (JIRA)" <ji...@codehaus.org> on 2012/09/12 11:13:21 UTC

[jira] (MINDEXER-59) Memory hog in case of proxy repository: detection of deleted items

Tamás Cservenák created MINDEXER-59:
---------------------------------------

             Summary: Memory hog in case of proxy repository: detection of deleted items
                 Key: MINDEXER-59
                 URL: https://jira.codehaus.org/browse/MINDEXER-59
             Project: Maven Indexer
          Issue Type: Improvement
            Reporter: Tamás Cservenák


Memory hog in case of proxy repository: detection of deleted items.

Index scanner kept a set of UINFOs in memory, used to detect artifact removals (ie. artifact is on index, hence it's UINFO is in set, but is not found by FS scanning).

This is not needed at all in case of proxy repositories (when context has remote index update URL set), as in that case removal of an artifact from local FS actually means "removal from cache" and does not affects the remote source (the place from where index is fetched on updates, and eventually, that is proxied).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] (MINDEXER-59) Memory hog in case of proxy repository: detection of deleted items

Posted by "Tamás Cservenák (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MINDEXER-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tamás Cservenák updated MINDEXER-59:
------------------------------------

    Fix Version/s: 5.0.0
         Assignee: Tamás Cservenák
    
> Memory hog in case of proxy repository: detection of deleted items
> ------------------------------------------------------------------
>
>                 Key: MINDEXER-59
>                 URL: https://jira.codehaus.org/browse/MINDEXER-59
>             Project: Maven Indexer
>          Issue Type: Improvement
>            Reporter: Tamás Cservenák
>            Assignee: Tamás Cservenák
>             Fix For: 5.0.0
>
>
> Memory hog in case of proxy repository: detection of deleted items.
> Index scanner kept a set of UINFOs in memory, used to detect artifact removals (ie. artifact is on index, hence it's UINFO is in set, but is not found by FS scanning).
> This is not needed at all in case of proxy repositories (when context has remote index update URL set), as in that case removal of an artifact from local FS actually means "removal from cache" and does not affects the remote source (the place from where index is fetched on updates, and eventually, that is proxied).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] (MINDEXER-59) Memory hog in case of proxy repository: detection of deleted items

Posted by "Tamás Cservenák (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=308328#comment-308328 ] 

Tamás Cservenák commented on MINDEXER-59:
-----------------------------------------

https://svn.apache.org/viewvc?view=revision&revision=1373387
                
> Memory hog in case of proxy repository: detection of deleted items
> ------------------------------------------------------------------
>
>                 Key: MINDEXER-59
>                 URL: https://jira.codehaus.org/browse/MINDEXER-59
>             Project: Maven Indexer
>          Issue Type: Improvement
>            Reporter: Tamás Cservenák
>            Assignee: Tamás Cservenák
>             Fix For: 5.0.0
>
>
> Memory hog in case of proxy repository: detection of deleted items.
> Index scanner kept a set of UINFOs in memory, used to detect artifact removals (ie. artifact is on index, hence it's UINFO is in set, but is not found by FS scanning).
> This is not needed at all in case of proxy repositories (when context has remote index update URL set), as in that case removal of an artifact from local FS actually means "removal from cache" and does not affects the remote source (the place from where index is fetched on updates, and eventually, that is proxied).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] (MINDEXER-59) Memory hog in case of proxy repository: detection of deleted items

Posted by "Tamás Cservenák (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MINDEXER-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tamás Cservenák closed MINDEXER-59.
-----------------------------------

    Resolution: Fixed

Fix in trunk.
                
> Memory hog in case of proxy repository: detection of deleted items
> ------------------------------------------------------------------
>
>                 Key: MINDEXER-59
>                 URL: https://jira.codehaus.org/browse/MINDEXER-59
>             Project: Maven Indexer
>          Issue Type: Improvement
>            Reporter: Tamás Cservenák
>            Assignee: Tamás Cservenák
>             Fix For: 5.0.0
>
>
> Memory hog in case of proxy repository: detection of deleted items.
> Index scanner kept a set of UINFOs in memory, used to detect artifact removals (ie. artifact is on index, hence it's UINFO is in set, but is not found by FS scanning).
> This is not needed at all in case of proxy repositories (when context has remote index update URL set), as in that case removal of an artifact from local FS actually means "removal from cache" and does not affects the remote source (the place from where index is fetched on updates, and eventually, that is proxied).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira