[metrics-bugs] #32842 [Core Tor/DocTor]: Give notifications if tor26 is missing from the consensus

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Dec 30 03:44:31 UTC 2019


#32842: Give notifications if tor26 is missing from the consensus
-----------------------------+--------------------------
 Reporter:  Sebastian        |          Owner:  atagar
     Type:  defect           |         Status:  reopened
 Priority:  Medium           |      Milestone:
Component:  Core Tor/DocTor  |        Version:
 Severity:  Normal           |     Resolution:
 Keywords:                   |  Actual Points:
Parent ID:                   |         Points:
 Reviewer:                   |        Sponsor:
-----------------------------+--------------------------

Comment (by starlight):

 {{{
 Have you considered the case where an Authority is under prolonged DDoS
 and, while functional cannot be reliably contacted?  That would be

 DIRAUTH_SKIP_REACHABLE  yes
 DIRAUTH_SKIP_SEEN       no
 DIRAUTH_SKIP_CHECKS     yes

 The case where an authority aggressively rate limits connections?

 DIRAUTH_SKIP_REACHABLE  yes
 DIRAUTH_SKIP_SEEN       no
 DIRAUTH_SKIP_CHECKS     no

 The recent case where dannenberg consensus could not sign the consensus?

 DIRAUTH_SKIP_REACHABLE  no
 DIRAUTH_SKIP_SEEN       no
 DIRAUTH_SKIP_CHECKS     yes

 A situation where an authority is not visible to the majority of
 other authorities but is visible to DocTor?

 DIRAUTH_SKIP_REACHABLE  no
 DIRAUTH_SKIP_SEEN       yes
 DIRAUTH_SKIP_CHECKS     yes

 Of course the case where an authority is offline for a extended interval:

 DIRAUTH_SKIP_REACHABLE  yes
 DIRAUTH_SKIP_SEEN       yes
 DIRAUTH_SKIP_CHECKS     yes
 }}}

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


More information about the metrics-bugs mailing list