[tor-bugs] #7474 [Tor]: Directory authorities don't store 15% or more of uploaded extra-info descriptors

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Nov 14 15:20:54 UTC 2012


#7474: Directory authorities don't store 15% or more of uploaded extra-info
descriptors
----------------------+-----------------------------------------------------
 Reporter:  karsten   |          Owner:     
     Type:  defect    |         Status:  new
 Priority:  critical  |      Milestone:     
Component:  Tor       |        Version:     
 Keywords:            |         Parent:     
   Points:            |   Actualpoints:     
----------------------+-----------------------------------------------------

Comment(by karsten):

 Correction: when looking at gabelmoo's cached descriptor files, we should
 compare the same thing in server and extra-info descriptors...

 {{{
 $ grep -h "^opt fingerprint " cached-descriptors* | \
   cut -d" " -f3- | sed 's/ //g' | sort | uniq | wc -l
 7381
 $ grep "^extra-info " cached-extrainfo* | cut -d" " -f3 | \
   sort | uniq | wc -l
 6713
 }}}

 So, 6713 / 7381 = 90.9%, which is still lower than expected.  It could be
 that 9.1% of relays don't publish extra-info descriptors, but that seems
 too high.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7474#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list