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

2.8.0 RC build for Windows - touch command not working with wiredtiger option

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.8.0-rc0
    • Component/s: Storage
    • Labels:
      None
    • ALL
    • Hide

      1. Run Mongod with the WiredTiger option:
      mongod --storageEngine wiredTiger

      2. Load test data

      3.Run db.runCommand(

      {touch:"CollectionName", data:1, index:1}

      )
      The command returns immediately with a success status without loading data in memory.

      Show
      1. Run Mongod with the WiredTiger option: mongod --storageEngine wiredTiger 2. Load test data 3.Run db.runCommand( {touch:"CollectionName", data:1, index:1} ) The command returns immediately with a success status without loading data in memory.

          Assignee:
          Unassigned Unassigned
          Reporter:
          dcsjaj Arun Devaraj
          Votes:
          0 Vote for this issue
          Watchers:
          4 Start watching this issue

            Created:
            Updated:
            Resolved: