[metrics-bugs] #22307 [Metrics]: Atlas shows duplicates shown when a bridge changes to a publicly listed node.
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sat May 20 07:53:41 UTC 2017
#22307: Atlas shows duplicates shown when a bridge changes to a publicly listed
node.
----------------------+------------------------------
Reporter: entry | Owner: metrics-team
Type: defect | Status: new
Priority: Very Low | Milestone:
Component: Metrics | Version:
Severity: Trivial | Resolution:
Keywords: atlas | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
----------------------+------------------------------
Comment (by cypherpunks):
This is caused by
[https://gitweb.torproject.org/atlas.git/tree/js/models/relay.js#n136
js/models/relay.js#n136] which processes only the first relay or bridge
(with a preference for the relay in the case of both). In this case Atlas
requests
[https://onionoo.torproject.org/summary?search=D752CBAB72003DE7774D032186A47ACE09CD27C1
the summary document] which returns the relay and bridge. For both the
detail document is requested which returns
[https://onionoo.torproject.org/details?lookup=30AFA68C0F9B30C213F19B6CE57F7D8CA4B77A25
the relay] and
[https://onionoo.torproject.org/details?lookup=D752CBAB72003DE7774D032186A47ACE09CD27C1
the bridge]. The response for the bridge contains both the relay and the
bridge where Atlas takes preference for the relay details and ignores the
bridge details leading to duplicate results.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22307#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the metrics-bugs
mailing list