summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/dist_lock_catalog_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-11/+12
* SERVER-28752 Get rid of usages of Batched Insert/Update/Delete Request in sha...Kaloian Manassiev2017-07-191-1/+0
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-10/+18
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-26/+27
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-011-8/+8
* SERVER-27860 remove invariants to prevent ShardLocal running on shards and re...r3.5.3Dianna Hohensee2017-02-101-8/+8
* SERVER-26336 Dist lock overtake attempt fails with "Missing expected field \"...Randolph Tan2016-10-101-3/+33
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files t...Spencer T Brody2016-09-211-0/+497
* SERVER-20970 Move dist_lock_catalog_impl under the replset libraryKaloian Manassiev2015-10-191-452/+0
* SERVER-20082 add maxTimeMs to config catalog operationsMisha Tyulenev2015-10-131-25/+32
* Revert "SERVER-20082 Add OperationContext parameter to config methods in Shar...Max Hirschhorn2015-10-061-32/+25
* SERVER-20082 Add OperationContext parameter to config methods in ShardRegistryMisha Tyulenev2015-10-061-25/+32
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-061-42/+14
* SERVER-20559 race condition in shard registry during concurrent sharding oper...Esha Maharishi2015-09-231-8/+4
* SERVER-19855 SERVER-20425 Make ShardRegistry responsible for tracking the con...Spencer T Brody2015-09-181-6/+4
* SERVER-20268 SERVER-20036 DistLockCatalog should get electionId from serverSt...Spencer T Brody2015-09-031-8/+6
* SERVER-19608 Give runCommand methods on ShardRegistry a txn, unless they only...Spencer T Brody2015-09-021-5/+6
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-11/+11
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-121-2/+2
* SERVER-19390 Make config server queries do read committedRandolph Tan2015-08-111-7/+27
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-1/+1
* SERVER-19694 Distributed lock should retry on duplicate key error creating th...Randolph Tan2015-08-101-13/+6
* SERVER-19404 Make sure everywhere that uses the RemoteCommandTargeter to writ...Spencer T Brody2015-07-281-40/+10
* SERVER-18951 do not add j:true to w:majority writes if journaling is not avai...Eric Milkie2015-07-221-1/+4
* SERVER-19414 Don't store a pointer to the RemoteCommandTargeter in the DistLo...Spencer T Brody2015-07-161-12/+14
* SERVER-19272 LockpingsType should handle validation properlyDaniel Alabi2015-07-151-6/+7
* SERVER-19272 LocksType should handle validation properly and return better er...Daniel Alabi2015-07-141-22/+28
* SERVER-19252 Move all mongos catalog types to s/catalogDaniel Alabi2015-07-021-2/+2
* SERVER-19186 Improve replset distlock coverageRandolph Tan2015-06-291-15/+3
* SERVER-18589 Implement getPing, getLockByTS, getLockByNameRandolph Tan2015-06-251-4/+88
* SERVER-18589 Replace RemoteCommandRunner with ShardRegistry in distlock catalogRandolph Tan2015-06-241-27/+21
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-303/+277
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-161-2/+6
* SERVER-18596 Implement lock expiration takeover for replSets distlock managerRandolph Tan2015-06-111-4/+6
* SERVER-18525 Implement background ping and unlock for replSets distlock managerRandolph Tan2015-06-081-9/+51
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-1/+1
* SERVER-18589 Implement Dist Lock CatalogRandolph Tan2015-05-281-0/+397