Am 10.11.2010 10:55, schrieb Kay Drangmeister:
Hi,
Peter Körner schrieb:
We changed the expire process to expire z12 only once a week -- not on every change.
As a related note, I have a tile http://c.www.toolserver.org/tiles/bw-mapnik/10/548/334.png that I tried to .../dirty for days (weeks) now, but it does not get re-rendered (it should be purely black/white). The "colored water" is still an artifact from the first setup. The area in question is here: http://toolserver.org/~osm/styles/?zoom=10&lat=52.80602&lon=12.9021&...
/dirty tiles are added to the queue at prio 10, tiles marked as dirty due to changes on the database are added as prio 2, missing tiles are prio 1.
When you look at the munin graph you'll see, that tirex did not get to rendering the prio 10 tiles because the prio 2 queue fills up too fast.
http://munin.toolserver.org/OSM/ptolemy/tirex_status_queued_requests.html
Your /dirty request is one of the blue ones.
I thought abut changing the prios (missing = 1, /dirty = 5, dirty-on-change = 10) but didn't get to this. I hope that tirex will empty its queues this night due to the change of the expire-on-change configuration, so your tile will get rendered then.
Peter