[Tile-serving] [openstreetmap/mod_tile] Corrupt meta tiles not refreshed (#203)
Frederik Ramm
notifications at github.com
Thu May 19 08:03:56 UTC 2022
The place where such a call should be made is probably https://github.com/openstreetmap/mod_tile/blob/50afe3e35161786c890d5fab5b8c3b6c4444eb5e/src/mod_tile.c#L1550
Most broken tiles I have witnessed were the result of a disk full condition. In 95% of cases they would be 0-byte files which can easily be cleaned up with a "find" operation, but at least for the tirex backend it is possible that a truncated meta tile gets created (https://github.com/openstreetmap/tirex/issues/51). It is possible that the problem does not exist for renderd at all but still people could copy meta tiles from one box to the other or find other means to create broken meta tiles.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/203#issuecomment-1131372309
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/mod_tile/issues/203/1131372309 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20220519/0976666d/attachment.htm>
More information about the Tile-serving
mailing list