You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2008/10/05 21:49:44 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 ]

Johan Compagner updated WICKET-1837:
------------------------------------

    Fix Version/s: 1.4-M4
         Assignee: Matej Knopp

matej, can we apply this patch?

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