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

Add version field to signature of LogicalTimeMetadata

    XMLWordPrintableJSON

Details

    • Icon: New Feature New Feature
    • Resolution: Won't Fix
    • Icon: Major - P3 Major - P3
    • None
    • 3.5.3
    • Sharding
    • None
    • Sharding
    • Sharding 2017-03-27, Sharding 2017-04-17

    Description

      This is for possible format changes, like upgrading SHA1 to SHA256.

      Existing format:

      logicalTime: {
          clusterTime: <Timestamp>,
          signature: <SHA1 hash of clusterTime as BinData>
      }
      

      New format:

      logicalTime: {
          clusterTime: <Timestamp>,
          signature: { version: <int>, hash: <SHA1 hash of clusterTime as BinData> }
      }
      

      Attachments

        Activity

          People

            backlog-server-sharding [DO NOT USE] Backlog - Sharding Team
            randolph@mongodb.com Randolph Tan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: