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

Execute the getShardAndCollectionVersion function before logging which chunks were created in the split chunk operation

    • Fully Compatible
    • ALL
    • Hide
      • Reduce the interval time between stepdowns
      • Run the mongos_get_shard_version.js from the sharding_csrs_continuous_config_stepdown suite and check the logs to see if the split chunk failed
      Show
      Reduce the interval time between stepdowns Run the mongos_get_shard_version.js from the sharding_csrs_continuous_config_stepdown suite and check the logs to see if the split chunk failed
    • 24

      The underlying problem here is that the split chunk operation is not idempotent.
      Instead of fixing that, what we try to achieve with this change is reducing the probability of having an error during the split chunk operation.

      The change is simple: we have to moveĀ  this call before this region of code

            Assignee:
            sergi.mateo-bellido@mongodb.com Sergi Mateo Bellido
            Reporter:
            sergi.mateo-bellido@mongodb.com Sergi Mateo Bellido
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: