WARNING: The certificate of the following directory authority expires within the next week: maatuska (2018-02-20 20-55-08) WARNING: The certificate of the following directory authority expires within the next two weeks: tor26 (2018-03-01 00-00-00) NOTICE: longclaw had 0 Running flags in its vote but the consensus had 6063 NOTICE: moria1 had 805 HSDir flags in its vote but the consensus had 2448
On Thu, Feb 15, 2018 at 10:05:57PM +0000, atagar@torproject.org wrote:
NOTICE: longclaw had 0 Running flags in its vote but the consensus had 6063
Damian: here's another case where we'll want to make the logic smarter.
If longclaw isn't saying it's voting on the Running flag (that is, it doesn't say Running in the "known-flags" line), then it's fine for it to be missing the Running flag in all its networkstatus stanzas.
This situation happens soon after a restart, where the dir auth doesn't think it has a good handle on which relays are reachable and which aren't, so it opts to express no opinion for that round.
--Roger
Hi Roger. The situation nusenu requested the check for sounds similar...
https://lists.torproject.org/pipermail/tor-dev/2018-February/012918.html
Are you saying that in that case dannenberg had Exit in its known-flags? I'm getting kinda tempted to simply drop this check since it seems to be for a weird edge case and I'd rather not continue fiddling with it.
On Thu, Feb 15, 2018 at 11:30 PM, Roger Dingledine arma@mit.edu wrote:
On Thu, Feb 15, 2018 at 10:05:57PM +0000, atagar@torproject.org wrote:
NOTICE: longclaw had 0 Running flags in its vote but the consensus had 6063
Damian: here's another case where we'll want to make the logic smarter.
If longclaw isn't saying it's voting on the Running flag (that is, it doesn't say Running in the "known-flags" line), then it's fine for it to be missing the Running flag in all its networkstatus stanzas.
This situation happens soon after a restart, where the dir auth doesn't think it has a good handle on which relays are reachable and which aren't, so it opts to express no opinion for that round.
--Roger
On Fri, Feb 16, 2018 at 05:21:23PM -0800, Damian Johnson wrote:
Hi Roger. The situation nusenu requested the check for sounds similar...
https://lists.torproject.org/pipermail/tor-dev/2018-February/012918.html
Are you saying that in that case dannenberg had Exit in its known-flags?
Yes, correct.
Tor knows how to avoid voting on Running when it's just started up, but I think there isn't ever a reason to avoid voting on Exit.
--Roger
Ok, in that case I'll just have DocTor omit the Running flag from its checks too.
On Fri, Feb 16, 2018 at 7:34 PM, Roger Dingledine arma@mit.edu wrote:
On Fri, Feb 16, 2018 at 05:21:23PM -0800, Damian Johnson wrote:
Hi Roger. The situation nusenu requested the check for sounds similar...
https://lists.torproject.org/pipermail/tor-dev/2018-February/012918.html
Are you saying that in that case dannenberg had Exit in its known-flags?
Yes, correct.
Tor knows how to avoid voting on Running when it's just started up, but I think there isn't ever a reason to avoid voting on Exit.
--Roger
On Sat, Feb 17, 2018 at 01:11:55PM -0800, Damian Johnson wrote:
Ok, in that case I'll just have DocTor omit the Running flag from its checks too.
Ok. If you wanted to get fancier, you could look at the known-flags line in the vote, to decide whether to check it.
But I get the impression you don't want to get fancier here. :)
--Roger
tor-consensus-health@lists.torproject.org