Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-749

Make ObjectId conform to specification

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.0.0
    • Affects Version/s: None
    • Component/s: API
    • None

      Currently ObjectId class does not conform to specification: http://docs.mongodb.org/manual/core/object-id/

      It stores 3 4-byte values – timestamp, machine id, counter – instead of what the spec requires – 4-byte timestamp, 3-byte machine id, 2-byte process id, and 3-byte counter.

            Assignee:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: