Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Duplicate
-
2.8.0-rc5
-
None
-
None
-
Fully Compatible
-
ALL
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));
|
Attachments
Issue Links
- duplicates
-
SERVER-16984 UpdateLifecycleImpl can return empty collectionMetadata even if ns is sharded
-
- Closed
-
- related to
-
SERVER-7379 Immutable shardkey becomes mutable
-
- Closed
-