BSON library for latest version 4.0.0 is not generating unique Object ID.

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • bson-4.0.3
    • Affects Version/s: 4.0.0
    • Component/s: BSON
    • None
    • Environment:
      z-system
    • None
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None

      In Mongo 2.2.2 BSON 4.0 is using.
      In z-system architecture its not generating unique Object Id.

      irb(main):001:0> require 'bson'
      => true
      irb(main):002:0> BSON::ObjectId.new
      => BSON::ObjectId('000000007400760062000000')
      irb(main):003:0> BSON::ObjectId.new
      => BSON::ObjectId('000000007400760062000000')

            Assignee:
            Durran Jordan
            Reporter:
            Prashant Dixit
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: