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

Creating collections should error with invalid storage options

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Critical - P2 Critical - P2
    • None
    • Affects Version/s: 2.8.0-rc0
    • Component/s: Admin, Storage
    • Labels:
      None
    • ALL

      When storage options are used which cannot be satisfied, like wired tiger options when running with mmapv1, then the command should fail:

      This should fail under mmapv1, but doesn't now:

      > db.createCollection("foo", {storageEngine: {wiredtiger: {configString: "block_compressor=zlib"}}})
      {ok:1}
      

            Assignee:
            benety.goh@mongodb.com Benety Goh
            Reporter:
            scotthernandez Scott Hernandez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: