Page MenuHomePhabricator

Tegola log shows requests outside the katotherian zoom range
Closed, ResolvedPublic

Description

From logstash on tegola codfw:

 Dec 14, 2021 @ 19:55:27.961NOTICE
2021-12-14 19:55:27 [INFO] handle_map_layer_zxy.go:99: map (osm) has no layers, at zoom 19
Dec 14, 2021 @ 19:55:27.960NOTICE
2021-12-14 19:55:27 [INFO] handle_map_layer_zxy.go:99: map (osm) has no layers, at zoom 19
Dec 14, 2021 @ 19:55:27.918NOTICE
2021-12-14 19:55:27 [INFO] handle_map_layer_zxy.go:99: map (osm) has no layers, at zoom 19
Dec 14, 2021 @ 19:55:27.913NOTICE
2021-12-14 19:55:27 [INFO] handle_map_layer_zxy.go:99: map (osm) has no layers, at zoom 19
Dec 14, 2021 @ 19:55:27.911NOTICE
2021-12-14 19:55:27 [INFO] handle_map_layer_zxy.go:99: map (osm) has no layers, at zoom 19
Dec 14, 2021 @ 19:55:27.910NOTICE
2021-12-14 19:55:27 [INFO] handle_map_layer_zxy.go:99: map (osm) has no layers, at zoom 19
Dec 14, 2021 @ 19:55:27.909NOTICE
2021-12-14 19:55:27 [INFO] handle_map_layer_zxy.go:99: map (osm) has no layers, at zoom 19
Dec 14, 2021 @ 19:55:27.909NOTICE
2021-12-14 19:55:27 [INFO] handle_map_layer_zxy.go:99: map (osm) has no layers, at zoom 19
Dec 14, 2021 @ 19:55:27.908NOTICE
2021-12-14 19:55:27 [INFO] handle_map_layer_zxy.go:99: map (osm) has no layers, at zoom 19

It looks like tegola receives requests outside the kartotherian zoom range which is not expected.

Event Timeline

Change 747532 had a related patch set uploaded (by MSantos; author: MSantos):

[maps/kartotherian/deploy@imposm] apply overzoom on tegola

https://gerrit.wikimedia.org/r/747532

@Pikne, thank you for the examples. After some investigation we found a missing piece in the map tile pipeline steps towards the raster tile output (see the patch above). We will be deploying it shortly Today.

Change 747532 merged by jenkins-bot:

[maps/kartotherian/deploy@imposm] apply overzoom on tegola

https://gerrit.wikimedia.org/r/747532

The fixes are deployed, it will be fully applied when edge cache is refreshed, let's keep the task open until there.

Change 747884 had a related patch set uploaded (by MSantos; author: MSantos):

[mediawiki/services/kartotherian@master] inject info into URI object for tilelive modules

https://gerrit.wikimedia.org/r/747884

Change 747884 merged by jenkins-bot:

[mediawiki/services/kartotherian@master] inject info into URI object for tilelive modules

https://gerrit.wikimedia.org/r/747884

MSantos claimed this task.

The latest deployment shipped the fix in Kartotherian to enforce maxzoom properties in the Tegola source. The errors are not happening anymore. Please re-open in case I'm missing something.