On 15/10/10 11:39, Peter Körner wrote: > Am 15.10.2010 10:14, schrieb Thomas Ineichen: >> @dirty >> If I mark a tile as dirty, the /status does not change (i.e. it still >> says "Tile is clean."). Is this becaus of Tirex or because of the >> rendering queue? > This is because of a bug in mod_tile that may have happend during the > port to solaris.
If by mark dirty you mean to use the web interface to append a /dirty to the tile name, then that is not a bug (in the solaris port). It is due to the fact that /dirty doesn't actually mark the tile as dirty, but directly submits the tile for rerendering (through a low priority queue), without dirtying the tile (in the sense of setting its modified time into the past). So mod_tile (the status page) currently knows nothing about that that tile is currently being rerendered, even though mod_tile sent that request itself. One can still consider it as a sub optimality though and it should be possible to fix it. Kai > > Peter > > _______________________________________________ > Maps-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/maps-l _______________________________________________ Maps-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/maps-l
