summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25003 fix lintEsha Maharishi2016-07-121-1/+2
|
* SERVER-24335 Make shell sharding helpers use wtimeout in their write concernsSpencer T Brody2016-07-121-7/+11
|
* SERVER-25003 fix for config_server_catalog_testEsha Maharishi2016-07-121-1/+1
|
* SERVER-24732 add Shard::runBatchWriteCommand that checks BatchedCommandResponseJess Fan2016-07-129-84/+112
|
* SERVER-24721 Make DistributionStatus include the collection namespaceKaloian Manassiev2016-07-124-84/+115
|
* SERVER-25003 load clusterId into memory on config server transition to ↵Esha Maharishi2016-07-127-23/+54
| | | | primary if needed
* SERVER-24997 Ignore CannotIndexParallelArrays errors during initial syncJudah Schvimer2016-07-121-2/+5
|
* SERVER-24997 create CannotIndexParallelArrays error codeJudah Schvimer2016-07-124-8/+3
|
* SERVER-24849 Vendor SCons 2.5.0Andrew Morrow2016-07-12200-0/+52116
|
* Revert "SERVER-24532 adding MigrationManager to manage parallel migrations"Dianna Hohensee2016-07-1212-877/+23
| | | | This reverts commit 2155b293eaf4264dee1bdf68022b66e636a20a63.
* SERVER-24945 DataReplicator no longer shares task executor with ↵Benety Goh2016-07-124-8/+3
| | | | ReplicationCoordinatorImpl
* SERVER-22383 Do not throw in shell if no database is specified in MongoURIJonathan Reams2016-07-121-1/+1
|
* SERVER-24945 DataReplicator uses single task executorBenety Goh2016-07-123-42/+5
|
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-1119-152/+331
|
* SERVER-24945 converted DataReplicator to use TaskExecutorBenety Goh2016-07-113-44/+30
|
* SERVER-24858 Fix a broken C++ unit-testKaloian Manassiev2016-07-111-58/+20
|
* SERVER-24945 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-114-18/+20
|
* Revert "SERVER-24495 convert DatabasesCloner to use TaskExecutor"Benety Goh2016-07-114-20/+18
| | | | This reverts commit cdcc29ea034355a649297e111bcef9449409f57b.
* SERVER-24495 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-114-18/+20
|
* SERVER-24293 Add tasks on evergreen to run tests with both old and new ↵Judah Schvimer2016-07-111-4/+4
| | | | initial sync code
* SERVER-24523 Change uassert log level back to LOG(1)Andreas Nilsson2016-07-111-2/+2
|
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ↵Benety Goh2016-07-119-249/+426
| | | | instead of ReplicationExecutor
* SERVER-24532 adding MigrationManager to manage parallel migrationsDianna Hohensee2016-07-1112-23/+877
|
* SERVER-24955 added join() to TaskRunnerBenety Goh2016-07-113-3/+50
|
* SERVER-24524 Use log redaction functions to redact assertionsAndreas Nilsson2016-07-111-7/+12
|
* SERVER-24523 Include file and line numbers in assertionsAndreas Nilsson2016-07-115-76/+338
|
* SERVER-24357 Coverity analysis defect 99580: Unsafe assignment operatorWaley Chen2016-07-111-1/+5
|
* SERVER-23750: wait outside of the DataReplicator mutexScott Hernandez2016-07-115-16/+66
|
* SERVER-24049: print name of duplicate server parameterScott Hernandez2016-07-111-1/+6
|
* SERVER-24952: Handle an empty getmore response in collection_clonerScott Hernandez2016-07-112-37/+119
|
* SERVER-24945 added support to ThreadPoolMock for post-initialization ↵Benety Goh2016-07-115-9/+31
| | | | function on worker thread.
* SERVER-24939 Pull read concern extract, check and wait to separate utilityKaloian Manassiev2016-07-085-114/+220
|
* SERVER-24878 capture InterruptedAtShutdown when replicating for all code pathsEric Milkie2016-07-082-24/+18
|
* SERVER-22828 Handle empty array element in applyOps commandEric Milkie2016-07-081-1/+4
|
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-0812-14/+348
|
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-086-11/+8
|
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-0823-106/+578
|
* SERVER-24675 Add maxStalenessMS to ReadPreferenceSettingMisha Tyulenev2016-07-083-4/+93
|
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-0811-111/+92
|
* SERVER-20206 cleanupOrphaned should log when it startsSam Dunietz2016-07-081-2/+2
|
* Revert "SERVER-24840 - Remove unnecessary parameters to BSONObj::toString"Andreas Nilsson2016-07-086-8/+11
| | | | This reverts commit 1d8c2e70a6c62b3a706b9c6657b3e7cc7e491db3.
* Revert "SERVER-24521 Log redaction 'redact' functions"Andreas Nilsson2016-07-0812-348/+14
| | | | This reverts commit 396f6d57d51c7367e26a71ac35b95ae927cc0e3b.
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-087-20/+45
|
* Revert "SERVER-24523 Include file and line numbers in assertions"Eric Milkie2016-07-083-130/+57
| | | | This reverts commit 744750da3a7173def0c37025e6d21f2c358363b5.
* SERVER-9115: cloner stats and reportingScott Hernandez2016-07-084-0/+92
|
* SERVER-24551 Version 3.2 incorrect 'nojournal is not allowed when configsvr ↵Sam Dunietz2016-07-071-2/+7
| | | | is specified' error when specifying nojournal=false
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ↵Leon Zaruvinsky2016-07-0718-73/+95
| | | | ScopedCollectionMetadata
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-0717-176/+865
|
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-0712-14/+348
|
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-076-11/+8
|