[Tile-serving] [openstreetmap/mod_tile] mod_tile runs into timeout because renderd does not send a response for low priority queue requests (#205)
seemoritz
notifications at github.com
Thu Jun 18 14:49:58 UTC 2020
if you touch `planet-import-complete` and request an existing tile:
- mod_tile will send a command with `cmdRenderLow`
- renderd will queue this request in `queueRequestLow`
- however when the rendering is done renderd will fail to send a response (`cmdRenderLow` not handled in `send_response`)
- mod_tile will run into a timeout (`ModTileRequestTimeout`) and then serve a tile from file it thinks is outdated but was actually rerendered in the meantime
this PR should fix the issue in `send_response`
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/mod_tile/pull/205
-- Commit Summary --
* fixed issue were renderd does not send a response for low priority queue
-- File Changes --
M src/daemon.c (2)
-- Patch Links --
https://github.com/openstreetmap/mod_tile/pull/205.patch
https://github.com/openstreetmap/mod_tile/pull/205.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/205
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200618/6dd588dd/attachment.htm>
More information about the Tile-serving
mailing list