Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Arti Arti
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 149
    • Issues 149
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Core
  • ArtiArti
  • Issues
  • #274

Closed
Open
Created Jan 07, 2022 by Nick Mathewson@nickm👉Owner

Attempts to replace consensus find consensus in cache, and do nothing.

Have a look at these logs:

2022-01-07T17:48:34.088380Z  INFO tor_dirmgr::state: The current consensus is fresh until 2022-01-07 16:00:00.0 +00:00:00, and valid until 2022-01-07 18:00:00.0 +00:00:00. I've picked 2022-01-07 17:45:22.815194352 +00:00:00 as the earliest time to replace it.
2022-01-07T17:48:34.089864Z  INFO tor_dirmgr: Directory is complete.
2022-01-07T17:48:34.162128Z  INFO tor_dirmgr::state: The current consensus is fresh until 2022-01-07 16:00:00.0 +00:00:00, and valid until 2022-01-07 18:00:00.0 +00:00:00. I've picked 2022-01-07 17:47:00.32194958 +00:00:00 as the earliest time to replace it.
2022-01-07T17:48:34.163459Z  INFO tor_dirmgr: Directory is complete.
2022-01-07T17:48:34.234338Z  INFO tor_dirmgr::state: The current consensus is fresh until 2022-01-07 16:00:00.0 +00:00:00, and valid until 2022-01-07 18:00:00.0 +00:00:00. I've picked 2022-01-07 17:49:49.038417374 +00:00:00 as the earliest time to replace it.
2022-01-07T17:48:34.235715Z  INFO tor_dirmgr: Directory is complete.

It looks like we're deciding to replace a stale-but-still valid consensus, and then finding that same consensus in our cache, and using it.

Assignee
Assign to
Time tracking