Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-87410

Optimize vector clock gossiping

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Cluster Scalability
    • Fully Compatible
    • Cluster Scalability 2024-3-18, Cluster Scalability 2024-4-1

      Vector clock gossiping happens for every incoming and outgoing request, including from mongos to mongod and mongod to mongod. There are a few small optimizations we can make to it:

      1. Skip sending a signature when the client is authorized to skip clock validation, e.g. all inter node communication. We can treat no signature the same as the "dummy signed" signature.
      2. Skip checking authorization when gossiping out if the client is internal, like the assumption we make when gossiping in from an internal client.
      3. Don't check authorization twice, once when gossiping in and again when gossiping out in the command entry point, since both calls happen on the same side as the call to AuthorizationSession::startRequest() (for mongos and mongod).

            Assignee:
            jack.mulrow@mongodb.com Jack Mulrow
            Reporter:
            jack.mulrow@mongodb.com Jack Mulrow
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: