[SERVER-16978] sharding/SERVER-7379.js fails with a mixed version cluster Created: 21/Jan/15  Updated: 14/Apr/16  Resolved: 26/Jan/15

Status: Closed
Project: Core Server
Component/s: Sharding
Affects Version/s: 2.8.0-rc5
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Matt Dannenberg Assignee: Randolph Tan
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates SERVER-16984 UpdateLifecycleImpl can return empty ... Closed
Related
related to SERVER-7379 Immutable shardkey becomes mutable Closed
Backwards Compatibility: Fully Compatible
Operating System: ALL
Participants:

 Description   

If you run the set with a config as follows:

var config = {                                              
        mongos: 2,                                          
        shards: 2,                                          
        other: {                                            
            rs: true,                                      
            mongosOptions: { binVersion: "2.8"},       
            configOptions: { binVersion: oldVersion},       
            rsOptions: {binVersion: ["2.6"], nodes:3}
        }                                                                       
    };                                                      

The test will fail on the case from SERVER-7379, the line that reads:

assert.writeError(offerChange.update({ _id: 123 },                                   
                                     { _id: 123, categoryId: 9881, store: "NEWEST" },
                                     true, false));                                  


Generated at Thu Feb 08 03:42:53 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.