You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Tom Cunningham (JIRA)" <ju...@ws.apache.org> on 2009/12/18 16:27:18 UTC

[jira] Created: (JUDDI-328) NotificationList is a possible memory leak

NotificationList is a possible memory leak
------------------------------------------

                 Key: JUDDI-328
                 URL: https://issues.apache.org/jira/browse/JUDDI-328
             Project: jUDDI
          Issue Type: Bug
          Components: core
    Affects Versions: 3.0
            Reporter: Tom Cunningham
            Assignee: Tom Cunningham
             Fix For: 3.0.1


Notification list is a possible memory leaker due to the vector - see https://jira.jboss.org/jira/browse/JBESB-3005 for details.

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


[jira] Resolved: (JUDDI-328) NotificationList is a possible memory leak

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham resolved JUDDI-328.
----------------------------------

    Resolution: Fixed

Limit NotificationList to last 5 entries.

> NotificationList is a possible memory leak
> ------------------------------------------
>
>                 Key: JUDDI-328
>                 URL: https://issues.apache.org/jira/browse/JUDDI-328
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0
>            Reporter: Tom Cunningham
>            Assignee: Tom Cunningham
>            Priority: Critical
>             Fix For: 3.0.1
>
>
> Notification list is a possible memory leaker due to the vector - see https://jira.jboss.org/jira/browse/JBESB-3005 for details.

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


[jira] Closed: (JUDDI-328) NotificationList is a possible memory leak

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham closed JUDDI-328.
--------------------------------


> NotificationList is a possible memory leak
> ------------------------------------------
>
>                 Key: JUDDI-328
>                 URL: https://issues.apache.org/jira/browse/JUDDI-328
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0
>            Reporter: Tom Cunningham
>            Assignee: Tom Cunningham
>            Priority: Critical
>             Fix For: 3.0.1
>
>
> Notification list is a possible memory leaker due to the vector - see https://jira.jboss.org/jira/browse/JBESB-3005 for details.

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


[jira] Reopened: (JUDDI-328) NotificationList is a possible memory leak

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham reopened JUDDI-328:
----------------------------------


> NotificationList is a possible memory leak
> ------------------------------------------
>
>                 Key: JUDDI-328
>                 URL: https://issues.apache.org/jira/browse/JUDDI-328
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0
>            Reporter: Tom Cunningham
>            Assignee: Tom Cunningham
>            Priority: Critical
>             Fix For: 3.0.1
>
>
> Notification list is a possible memory leaker due to the vector - see https://jira.jboss.org/jira/browse/JBESB-3005 for details.

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


[jira] Resolved: (JUDDI-328) NotificationList is a possible memory leak

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham resolved JUDDI-328.
----------------------------------

    Resolution: Fixed

Changed this from Vector to use org.apache.commons-collections CircularFifoBuffer with synchronized decoration.

> NotificationList is a possible memory leak
> ------------------------------------------
>
>                 Key: JUDDI-328
>                 URL: https://issues.apache.org/jira/browse/JUDDI-328
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0
>            Reporter: Tom Cunningham
>            Assignee: Tom Cunningham
>            Priority: Critical
>             Fix For: 3.0.1
>
>
> Notification list is a possible memory leaker due to the vector - see https://jira.jboss.org/jira/browse/JBESB-3005 for details.

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


[jira] Closed: (JUDDI-328) NotificationList is a possible memory leak

Posted by "Tom Cunningham (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham closed JUDDI-328.
--------------------------------


> NotificationList is a possible memory leak
> ------------------------------------------
>
>                 Key: JUDDI-328
>                 URL: https://issues.apache.org/jira/browse/JUDDI-328
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0
>            Reporter: Tom Cunningham
>            Assignee: Tom Cunningham
>            Priority: Critical
>             Fix For: 3.0.1
>
>
> Notification list is a possible memory leaker due to the vector - see https://jira.jboss.org/jira/browse/JBESB-3005 for details.

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


[jira] Commented: (JUDDI-328) NotificationList is a possible memory leak

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793623#action_12793623 ] 

Kurt T Stam commented on JUDDI-328:
-----------------------------------

I think we should only store only the last n (5?) entries. Should we an easy fix.

> NotificationList is a possible memory leak
> ------------------------------------------
>
>                 Key: JUDDI-328
>                 URL: https://issues.apache.org/jira/browse/JUDDI-328
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0
>            Reporter: Tom Cunningham
>            Assignee: Tom Cunningham
>             Fix For: 3.0.1
>
>
> Notification list is a possible memory leaker due to the vector - see https://jira.jboss.org/jira/browse/JBESB-3005 for details.

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


[jira] Updated: (JUDDI-328) NotificationList is a possible memory leak

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam updated JUDDI-328:
------------------------------

    Priority: Critical  (was: Major)

> NotificationList is a possible memory leak
> ------------------------------------------
>
>                 Key: JUDDI-328
>                 URL: https://issues.apache.org/jira/browse/JUDDI-328
>             Project: jUDDI
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0
>            Reporter: Tom Cunningham
>            Assignee: Tom Cunningham
>            Priority: Critical
>             Fix For: 3.0.1
>
>
> Notification list is a possible memory leaker due to the vector - see https://jira.jboss.org/jira/browse/JBESB-3005 for details.

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