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

add serverStatus field to indicate support for KV drop-pending idents

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.7
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • Storage NYC 2018-12-31

      It will be necessary for tests to detect if the current storage engine supports KV drop-pending idents and adapt the expected behavior accordingly. One possible solution would be to add a field to the storageEngine subsection of the db.serverStatus() output as follows:

      storageEngine: {
      	"name" : "wiredTiger",
      	"supportsCommittedReads" : true,
      	"supportsPendingDrops" : true,       //  <<<----- ADD THIS FIELD
      	"supportsSnapshotReadConcern" : true,
      	"readOnly" : false,
      	"persistent" : true
      }
      

            Assignee:
            benety.goh@mongodb.com Benety Goh
            Reporter:
            benety.goh@mongodb.com Benety Goh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: