[Geoserver-devel] [jira] (GEOS-5463) Integrated tile cache scalability issue

Andrea Aime created BugGEOS-5463
Integrated tile cache scalability issue

Issue Type:

BugBug

Affects Versions:

2.2.1

Assignee:

Andrea Aime

Components:

GWC

Created:

16/Nov/12 8:07 AM

Description:

GeoServerTileLayer uses a static canonicalizer to act as the source of the meta-tile locks. This means if 10 metatiles on the same area but different layers get in they will be locking each other out, since the object acting as the synchronization key only uses the geometry, not the layer name.
Simple solution: make the canonicalizer an object field, so that there is one per layer.

Fix Versions:

2.2.2

Project:

GeoServer

Priority:

CriticalCritical

Reporter:

Andrea Aime

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa). For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)