History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CACHE-98
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Andres March
Reporter: Uttandaraman Pugalumperumal
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OSCache

Disk cache not getting served first time for long keys

Created: 22/Jul/04 07:03 PM   Updated: 23/Jan/05 04:58 PM
Component/s: None
Affects Version/s: 2.0.2
Fix Version/s: 2.1

Environment: Sun Solaris


 Description  « Hide
When using the disk cache feature of OSCache, the first time the page is not getting served. It throws a File Name too long exception.

But, subsequent accesses to the same cache serves from the disk cache without issues. It looks like it is only the first time that this long file name is an issue.

A sample size of the cache key we use is about 662 characters.

 All   Comments   Change History      Sort Order:
Uttandaraman Pugalumperumal - [06/Aug/04 09:25 AM ]
Any updates on this issue? For right now, we are having a dummy proxy request for the first time access (failure). Please let us know of any updates as the application is nearing PRODN delivery.

Andres March - [30/Aug/04 06:56 PM ]
You might want to try to build from CVS. I just added a HashDiskPersistenceListener that should fix your filename problems.

Andres March - [22/Sep/04 10:50 AM ]
The HashDiskPersistenceListener should resolve this problem.