summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-3/+0
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-013-72/+61
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-273-19/+34
* SERVER-50272 Make RoutingTableHistory movableMarcos José Grillo Ramírez2020-08-201-19/+1
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-172-14/+14
* SERVER-50056 Added IGNORED shardVersion to dropCollection command allowing SS...Marcos José Grillo Ramírez2020-08-071-1/+1
* SERVER-49800 fix use-after-move violations in shardingBenety Goh2020-08-021-1/+1
* SERVER-48504 Combination of StaleShardVersion and ShardNotFound exception mak...Tommaso Tocci2020-07-301-1/+2
* SERVER-48992 Implement database cache on top of ReadThroughCacheTommaso Tocci2020-07-291-2/+1
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-2/+1
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-071-1/+2
* SERVER-48174 Add log component and LOGV2 messages in server to measure latenc...Allison Easton2020-06-252-0/+26
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-1/+0
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-151-3/+2
* SERVER-46718 Support 'let' parameters for findAndModify in sharded environmentsKatherine Wu2020-06-121-57/+11
* SERVER-46717 Support let parameters for deletes in sharded environmentsEric Cox2020-06-113-11/+10
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-052-2/+4
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-0110-113/+405
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-281-0/+12
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-263-3/+3
* SERVER-47233 Consider WriteOp complete when no shards left to targetMarcos José Grillo Ramírez2020-04-072-1/+104
* SERVER-46981 Make the BatchWriteExecutor account for the potential size of th...Kaloian Manassiev2020-04-062-8/+60
* SERVER-46799 Fix LOGV2 lines in the BatchWriteExecutorKaloian Manassiev2020-04-051-44/+36
* SERVER-47151 Move batch_downconvert and tests to be only in 'sharding_commands'Kaloian Manassiev2020-04-014-466/+1
* SERVER-47170 Get rid of Status returns from the NSTargeter APIKaloian Manassiev2020-03-3112-495/+308
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-319-609/+621
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideRandolph Tan2020-03-251-10/+14
* SERVER-46371 Don't assume epoch change implies drop/create in logging, error ...Jack Mulrow2020-03-111-4/+4
* SERVER-46431 Attach lsid and txnNumber to commands sent through ReplicaSetNod...Gregory Noma2020-02-281-11/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-213-3/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-132-31/+89
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-6/+8
* SERVER-46062 Prevent ChunkManagerTargeter from accessing all shard versions b...Blake Oler2020-02-114-71/+61
* SERVER-45414 Remove CannotImplicitlyCreateCollection retry logic on mongosMihai Andrei2020-01-162-18/+1
* SERVER-44500 Create a new ShardVersionMap that includes references to specifi...Blake Oler2020-01-092-5/+5
* SERVER-44252 Delete implicit collection creation loop through the config serv...Mihai Andrei2020-01-093-5/+5
* SERVER-44598 Shards do not treat the IGNORED version as "intended sharded"Marcos José Grillo Ramírez2020-01-081-0/+1
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-071-1/+5
* SERVER-44587 Modify StaleConfigInfo to take in and store a shard's IDBlake Oler2020-01-061-8/+16
* SERVER-45292 fix isMetadataDifferent logic in chunk manager targeterEsha Maharishi2019-12-261-1/+1
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2019-12-1910-205/+687
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-177-0/+41
* SERVER-43915 Update shard targeting logic to correctly target by compound has...Arun Banala2019-12-132-0/+333
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-062-2/+3
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-062-0/+7
* SERVER-44175 Reject shard key array descendantsBlake Oler2019-11-041-0/+7
* SERVER-42745 Simplify StaleDbVersion handling on the batch write path on routersEsha Maharishi2019-10-241-12/+22