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

The reshardCollection command must accept the recipientOplogBatchTaskCount parameter.

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Cluster Scalability
    • ALL
    • Hide

      reshardCmdTest.assertReshardCollOk(

      {      reshardCollection: ns,      key: \{newKey: 1}

      ,
           unique: false,
           collation: {locale: 'simple'},
           numInitialChunks: 2,
           recipientOplogBatchTaskCount: 1,
       }

      fails with ""errmsg" : "BSON field 'reshardCollection.recipientOplogBatchTaskCount' is an unknown field.","

      Show
      reshardCmdTest.assertReshardCollOk( {      reshardCollection: ns,      key: \{newKey: 1} ,      unique: false,      collation: {locale: 'simple'},      numInitialChunks: 2,      recipientOplogBatchTaskCount: 1,  } fails with ""errmsg" : "BSON field 'reshardCollection.recipientOplogBatchTaskCount' is an unknown field.","

      Currently, only the internal _configsvrReshardCollection accepts the recipientOplogBatchTaskCount parameter. The user does not have access to the internal command and therefore cannot tune the recipientOplogBatchTaskCount other than running the setParameter admin command.

            Assignee:
            Unassigned Unassigned
            Reporter:
            nandini.bhartiya@mongodb.com Nandini Bhartiya
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: