You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jeremy Thomerson (JIRA)" <ji...@apache.org> on 2009/04/27 01:20:30 UTC

[jira] Updated: (WICKET-1837) DiskPageStore: 32k directory entries.

     [ https://issues.apache.org/jira/browse/WICKET-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Thomerson updated WICKET-1837:
-------------------------------------

    Fix Version/s:     (was: 1.4-RC3)
                   1.4-RC4

> DiskPageStore: 32k directory entries.
> -------------------------------------
>
>                 Key: WICKET-1837
>                 URL: https://issues.apache.org/jira/browse/WICKET-1837
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4-M3
>         Environment: Caucho Resin 3.2
>            Reporter: uwe schaefer
>            Assignee: Matej Knopp
>             Fix For: 1.4-RC4
>
>         Attachments: sessionId_deep_path_revisited.patch
>
>
> When using JMeter to battletest a Wicket-App, i saw 31999 directories created (one per session) in the tmp dir to store the pagemaps.
> This is a problem because the underlying filesystem might (and does in my case) prevent wicket from creating more directory entries than that.
> i appended a very very simple patch to address this by creating 
> <tmp>/ab/cd/ef instead of <tmp>/abcdef for pagemap storage.

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