You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Pedro Santos (JIRA)" <ji...@apache.org> on 2010/11/11 20:01:14 UTC

[jira] Created: (WICKET-3160) Session causing memory leak after WICKET-3108

Session causing memory leak after WICKET-3108
---------------------------------------------

                 Key: WICKET-3160
                 URL: https://issues.apache.org/jira/browse/WICKET-3160
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.13
            Reporter: Pedro Santos


Session has a not transient variable storing used pagemaps causing memory leak. Pagemap objects are already maintained by the session store object.
Please see more info at https://issues.apache.org/jira/browse/WICKET-3108

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


[jira] Updated: (WICKET-3160) Session causing memory leak after WICKET-3108

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pedro Santos updated WICKET-3160:
---------------------------------

    Attachment: fix-WICKET-3108-memory-leak.patch

> Session causing memory leak after WICKET-3108
> ---------------------------------------------
>
>                 Key: WICKET-3160
>                 URL: https://issues.apache.org/jira/browse/WICKET-3160
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>            Reporter: Pedro Santos
>         Attachments: fix-WICKET-3108-memory-leak.patch
>
>
> Session has a not transient variable storing used pagemaps causing memory leak. Pagemap objects are already maintained by the session store object.
> Please see more info at https://issues.apache.org/jira/browse/WICKET-3108

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


[jira] Updated: (WICKET-3160) Session causing memory leak after WICKET-3108

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pedro Santos updated WICKET-3160:
---------------------------------

    Attachment: fix-test-WICKET-3160-maintainingLruSequence.patch

patch maintaining the LRU sequence at the getPageMaps method plus test cases

> Session causing memory leak after WICKET-3108
> ---------------------------------------------
>
>                 Key: WICKET-3160
>                 URL: https://issues.apache.org/jira/browse/WICKET-3160
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>            Reporter: Pedro Santos
>         Attachments: fix-test-WICKET-3160-maintainingLruSequence.patch, fix-test-WICKET-3160.patch, fix-WICKET-3108-memory-leak.patch
>
>
> Session has a not transient variable storing used pagemaps causing memory leak. Pagemap objects are already maintained by the session store object.
> Please see more info at https://issues.apache.org/jira/browse/WICKET-3108

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


[jira] Resolved: (WICKET-3160) Session causing memory leak after WICKET-3108

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-3160.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.14
         Assignee: Igor Vaynberg

> Session causing memory leak after WICKET-3108
> ---------------------------------------------
>
>                 Key: WICKET-3160
>                 URL: https://issues.apache.org/jira/browse/WICKET-3160
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>            Reporter: Pedro Santos
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.14
>
>         Attachments: fix-test-WICKET-3160-cleanup.patch, fix-test-WICKET-3160-maintainingLruSequence.patch, fix-test-WICKET-3160.patch, fix-WICKET-3108-memory-leak.patch
>
>
> Session has a not transient variable storing used pagemaps causing memory leak. Pagemap objects are already maintained by the session store object.
> Please see more info at https://issues.apache.org/jira/browse/WICKET-3108

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


[jira] Updated: (WICKET-3160) Session causing memory leak after WICKET-3108

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pedro Santos updated WICKET-3160:
---------------------------------

    Attachment: fix-test-WICKET-3160.patch

Patch with the same fix using the Lock type instead of Object plus the test case.

> Session causing memory leak after WICKET-3108
> ---------------------------------------------
>
>                 Key: WICKET-3160
>                 URL: https://issues.apache.org/jira/browse/WICKET-3160
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>            Reporter: Pedro Santos
>         Attachments: fix-test-WICKET-3160.patch, fix-WICKET-3108-memory-leak.patch
>
>
> Session has a not transient variable storing used pagemaps causing memory leak. Pagemap objects are already maintained by the session store object.
> Please see more info at https://issues.apache.org/jira/browse/WICKET-3108

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


[jira] Updated: (WICKET-3160) Session causing memory leak after WICKET-3108

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pedro Santos updated WICKET-3160:
---------------------------------

    Attachment: fix-test-WICKET-3160-cleanup.patch

patch only adding the page map name on the list, and not wrapping it with attributeForPageMapName method (I don't know why I was doing it at the first place).

> Session causing memory leak after WICKET-3108
> ---------------------------------------------
>
>                 Key: WICKET-3160
>                 URL: https://issues.apache.org/jira/browse/WICKET-3160
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>            Reporter: Pedro Santos
>         Attachments: fix-test-WICKET-3160-cleanup.patch, fix-test-WICKET-3160-maintainingLruSequence.patch, fix-test-WICKET-3160.patch, fix-WICKET-3108-memory-leak.patch
>
>
> Session has a not transient variable storing used pagemaps causing memory leak. Pagemap objects are already maintained by the session store object.
> Please see more info at https://issues.apache.org/jira/browse/WICKET-3108

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


[jira] Commented: (WICKET-3160) Session causing memory leak after WICKET-3108

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931520#action_12931520 ] 

Pedro Santos commented on WICKET-3160:
--------------------------------------

Please don't apply the patch yet, I will clean up it a bit.

> Session causing memory leak after WICKET-3108
> ---------------------------------------------
>
>                 Key: WICKET-3160
>                 URL: https://issues.apache.org/jira/browse/WICKET-3160
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.13
>            Reporter: Pedro Santos
>         Attachments: fix-test-WICKET-3160-maintainingLruSequence.patch, fix-test-WICKET-3160.patch, fix-WICKET-3108-memory-leak.patch
>
>
> Session has a not transient variable storing used pagemaps causing memory leak. Pagemap objects are already maintained by the session store object.
> Please see more info at https://issues.apache.org/jira/browse/WICKET-3108

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