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

sharding_system_namespaces.js incorrectly assumes that mongod supports wiredTiger

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.8.0-rc5
    • Affects Version/s: None
    • Component/s: Sharding
    • None
    • Fully Compatible
    • ALL

      sharding_system_namespaces.js relies on the wiredTiger storage engine being compiled into the server. This assumption does not hold on 32-bit platforms. Specifically, the test's call to the "create" command fails with the following:

      {
      	"ok" : 0,
      	"errmsg" : "wiredTiger is not a registered storage engine for this server",
      	"code" : 72
      }
      

            Assignee:
            siyuan.zhou@mongodb.com Siyuan Zhou
            Reporter:
            rassi J Rassi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: