You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 andProcessing
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.The text was updated successfully, but these errors were encountered: