Skip to content

Changeset metadata intermittently fails to save to redis #18

@kriscarle

Description

@kriscarle

I'm seeing a large number of "not found" messages for metadata that is missing from redis so it never gets joined and sent out. I've confirmed that planet stream is loading the changeset metadata file from OSM, but occasionally it fails to store an entire file's worth of changesets in redis.

I'm going to turn on DEBUG=* and see if I can get and details from the redis client logs.

I'm thinking it might happen if overpass also comes back at the same time. Here are the logs around a file that didn't save:

Fri Jun 10 2016 21:39:16 GMT+0000 (UTC)] INFO Polling OSM planet
[Fri Jun 10 2016 21:39:19 GMT+0000 (UTC)] INFO Retrieving http://planet.osm.org/replication/changesets/001/880/581.osm.gz from planet
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] INFO Polling Overpass
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] INFO Matching 24 members
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]7085924
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]7166210
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]13897298
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]21938396
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]22146408
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39591061
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39938357
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39941586
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39941739
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942584
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942654
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942703
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942704
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942705
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942706
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942707
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942708
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942709
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942710
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942711
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942712
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942713
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942714
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG [to match]39942715
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] INFO Polling OSM planet
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG 7085924 not found
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG 7166210 not found
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG 13897298 not found
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG 21938396 not found
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG 22146408 not found
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG 39591061 not found
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG 39938357 not found
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG 39941586 not found
[Fri Jun 10 2016 21:39:46 GMT+0000 (UTC)] DEBUG 39941739 not found

Here is an example of all the not found errors I'm seeing in AWS.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions