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

Dependencies fetched in DEP GET stage #27

Open
pnorman opened this issue Nov 25, 2012 · 0 comments
Open

Dependencies fetched in DEP GET stage #27

pnorman opened this issue Nov 25, 2012 · 0 comments

Comments

@pnorman
Copy link
Contributor

pnorman commented Nov 25, 2012

While redacting changeset 8063964 the bot is fetching the dependencies of all the objects in the single-threaded stage intended for dependencies of dependencies. It should be fetching all of these objects in the multi-threaded stage. The time spent between the Threads: display and Processing indicates it's fetching but all the DEP GET lines appear to be objects that are in the changeset and it should of fetched in parallel.

pnorman@merry:~/osm/redaction/openstreetmap-license-change$ ruby redact_changeset.rb -r 8 -m "Redaction of Dzhen imports with legal problems" -t 16 8063964.osc
Threads: 16 (changesets = [8063964])
Retrying 8 failed requests.
Processing all nodes
Processing all ways
Processing all relations
DEP GET: http://www.openstreetmap.org/api/0.6/node/1274117305/ways
DEP GET: http://www.openstreetmap.org/api/0.6/node/1274117305/relations
DEP GET: http://www.openstreetmap.org/api/0.6/node/1274117307/ways
DEP GET: http://www.openstreetmap.org/api/0.6/node/1274117307/relations
DEP GET: http://www.openstreetmap.org/api/0.6/node/1274117308/ways
DEP GET: http://www.openstreetmap.org/api/0.6/node/1274117308/relations
DEP GET: http://www.openstreetmap.org/api/0.6/node/1274117309/ways
DEP GET: http://www.openstreetmap.org/api/0.6/node/1274117309/relations
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

1 participant