Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node not getting rendered even after 5 days (Croatia)? #741

Closed
mnalis opened this issue Sep 5, 2022 · 3 comments
Closed

Node not getting rendered even after 5 days (Croatia)? #741

mnalis opened this issue Sep 5, 2022 · 3 comments

Comments

@mnalis
Copy link

mnalis commented Sep 5, 2022

I'm not seeing this shop=convenience node being rendered on Standard map layer on maximum zoom, clearing cache and trying different browsers, even after 4 days and several changes to the node:
https://www.openstreetmap.org/node/9970552506#map=19/43.72485/15.79902

e.g. https://tile.openstreetmap.org/19/285152/191197.png looks like this:
191197
(convenience shop should be between that icecream and housenumber 34)

Looking at F12 in Firefox gives me this reponse headers for that tile:

{
	"Response Headers (713 B)": {
		"headers": [
			{
				"name": "accept-ranges",
				"value": "bytes"
			},
			{
				"name": "access-control-allow-origin",
				"value": "*"
			},
			{
				"name": "age",
				"value": "551"
			},
			{
				"name": "alt-svc",
				"value": "h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"
			},
			{
				"name": "cache-control",
				"value": "max-age=3895, stale-while-revalidate=604800, stale-if-error=604800"
			},
			{
				"name": "content-length",
				"value": "13720"
			},
			{
				"name": "content-type",
				"value": "image/png"
			},
			{
				"name": "date",
				"value": "Mon, 05 Sep 2022 00:29:38 GMT"
			},
			{
				"name": "etag",
				"value": "\"c0f979f685d02e2ea08e48648650de01\""
			},
			{
				"name": "expect-ct",
				"value": "max-age=0"
			},
			{
				"name": "expires",
				"value": "Mon, 05 Sep 2022 01:25:22 GMT"
			},
			{
				"name": "server",
				"value": "Apache/2.4.54 (Ubuntu)"
			},
			{
				"name": "strict-transport-security",
				"value": "max-age=31536000; includeSubDomains; preload"
			},
			{
				"name": "via",
				"value": "1.1 varnish"
			},
			{
				"name": "x-cache",
				"value": "HIT"
			},
			{
				"name": "x-cache-hits",
				"value": "1"
			},
			{
				"name": "X-Firefox-Spdy",
				"value": "h2"
			},
			{
				"name": "x-served-by",
				"value": "cache-sof1510075-SOF"
			},
			{
				"name": "x-tilerender",
				"value": "nidhogg.openstreetmap.org"
			},
			{
				"name": "x-timer",
				"value": "S1662337779.880444,VS0,VE0"
			}
		]
	}
}

https://tile.openstreetmap.org/cgi-bin/debug gives me:


tile.openstreetmap.org debug
Server Stats

Render Server: nidhogg.openstreetmap.org
Load Average: 5.37
File Status

Browser Request Headers

CONTEXT_DOCUMENT_ROOT: /srv/tile.openstreetmap.org/cgi-bin/
CONTEXT_PREFIX: /cgi-bin/
DOCUMENT_ROOT: /srv/tile.openstreetmap.org/html
GATEWAY_INTERFACE: CGI/1.1
HTTPS: on
HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
HTTP_ACCEPT_ENCODING: gzip
HTTP_ACCEPT_LANGUAGE: en-US,en;q=0.7,hr;q=0.3
HTTP_CDN_LOOP: Fastly, Fastly
HTTP_COOKIE: _osm_totp_token=099673
HTTP_DNT: 1
HTTP_FASTLY_CLIENT: 1
HTTP_FASTLY_FF: ovFvuRB7uwtjLzzSaXilgD4YOKcBKgU1q8cIkdUMkC0=!SOF!cache-sof1510037-SOF, ovFvuRB7uwtjLzzSaXilgD4YOKcBKgU1q8cIkdUMkC0=!SOF!cache-sof1510027-SOF
HTTP_FASTLY_ORIG_ACCEPT_ENCODING: gzip, deflate, br
HTTP_FASTLY_SSL: 1
HTTP_HOST: tile.openstreetmap.org
HTTP_REFERER: https://github.com/openstreetmap/operations/issues/625
HTTP_SEC_FETCH_DEST: document
HTTP_SEC_FETCH_MODE: navigate
HTTP_SEC_FETCH_SITE: cross-site
HTTP_SEC_FETCH_USER: ?1
HTTP_UPGRADE_INSECURE_REQUESTS: 1
HTTP_USER_AGENT: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
HTTP_X_FORWARDED_FOR: 31.217.16.72
HTTP_X_FORWARDED_HOST: tile.openstreetmap.org
HTTP_X_FORWARDED_SERVER: cache-sof1510037-SOF
HTTP_X_TIMER: S1662337976.633577,VS0
HTTP_X_VARNISH: 1507183680, 3716024407
LC_CTYPE: C.UTF-8
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
QUERY_STRING:
REMOTE_ADDR: 31.217.16.72
REMOTE_PORT: 14098
REQUEST_METHOD: GET
REQUEST_SCHEME: https
REQUEST_URI: /cgi-bin/debug
SCRIPT_FILENAME: /srv/tile.openstreetmap.org/cgi-bin/debug
SCRIPT_NAME: /cgi-bin/debug
SCRIPT_URI: https://tile.openstreetmap.org/cgi-bin/debug
SCRIPT_URL: /cgi-bin/debug
SERVER_ADDR: 194.71.11.111
SERVER_ADMIN: [email protected]
SERVER_NAME: tile.openstreetmap.org
SERVER_PORT: 443
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE:
Apache/2.4.54 (Ubuntu) Server at tile.openstreetmap.org Port 443

SERVER_SOFTWARE: Apache/2.4.54 (Ubuntu)
SSL_TLS_SNI: render.openstreetmap.org

(Shop is normally visible on CyclOSM and Humanitarian layers on www.openstreetmap.org)

I've searched previous issues and found possibly related #625

@tomhughes
Copy link
Member

Seems fine here, so you probably just need to be patient:

image

@tomhughes
Copy link
Member

tomhughes commented Sep 5, 2022

Actually I don't think it will render on nidhogg because nidhogg is preferring the ice cream place across the street, whose symbol clashes with it.

The other three european servers all prefer the shop=convenience but nidhogg prefers the amenity=ice_cream for some reason. They all have both items in the database so I assume there is something non-deterministic in the style but that's an issue for the style developers.

@imagico
Copy link

imagico commented Sep 5, 2022

See gravitystorm/openstreetmap-carto#4676.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants