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.
- is related to
-
JAVA-337 Unique IDs generated with the Java MongoDB driver do not conform to the documentation
-
- Closed
-