summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57064 Log create index and dropIndex(es) on mongosAntonio Fuschetto2021-07-022-10/+23
* SERVER-53643 Wait for FCV to be majority committed before reporting it.r4.2.15-rc0r4.2.15Matthew Russotto2021-06-302-6/+49
* SERVER-57145 Invariant failure at OCSPManager::requestStatusMark Benvenuto2021-06-291-7/+13
* SERVER-58109 Make shardChunksInRangeQuery satisfiable from the index onlyKaloian Manassiev2021-06-291-11/+9
* SERVER-56062 CappedPositionLost during an index builds collection scan phase ...Gregory Wlodarek2021-06-283-56/+110
* SERVER-57897 Add readPrefMode option to benchRun find/findOne opsYoonsoo Kim2021-06-252-4/+40
* Revert "SERVER-57897 Add readPrefMode option to benchRun find/findOne ops"Yoonsoo Kim2021-06-252-38/+4
* SERVER-57897 Add readPrefMode option to benchRun find/findOne opsYoonsoo Kim2021-06-252-4/+38
* SERVER-56654 Do not use the collection distributed lock for chunk splitsKaloian Manassiev2021-06-242-21/+5
* SERVER-56779 Allow multiple concurrent merges for the same collection across ...Kaloian Manassiev2021-06-243-19/+126
* SERVER-55119 startup warning when X.509 certificates have no Subject Alternat...sergey.galtsev2021-06-224-1/+130
* SERVER-57708 Ensure ClientMetadata left in valid state after failed parsingGeorge Wangensteen2021-06-212-16/+60
* SERVER-56307 fix the convergence criteria to end the catchup phasePaolo Polato2021-06-214-8/+22
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-06-215-7/+90
* SERVER-57768 Reset deprecated opcounters on wrapIrina Yatsenko2021-06-181-0/+7
* SERVER-44316 Remove incorrect log message in initial_syncer.cppCarolyn Duan2021-06-161-1/+0
* BACKPORT-9469 Add into serverStatus().opcounters a subsection for deprecated ...Irina Yatsenko2021-06-154-31/+75
* Revert "SERVER-56307 Allow the donor to enter the critical section when the u...Paolo Polato2021-06-155-90/+7
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2021-06-1119-80/+490
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-1112-51/+857
* SERVER-57476: Return a WriteConflict when a timestamped transaction hits a pr...Daniel Gottlieb2021-06-114-0/+41
* SERVER-56054: Change minThreads value for replication writer thread pool to 0Lingzhi Deng2021-06-093-6/+24
* SERVER-56377: Add fsm test for `storeFindAndModifyImagesInSideCollection`Andrew Shuvalov2021-06-081-1/+1
* SERVER-57057 Reduce routing info refreshes on the mergeChunks path (BACKPORT-...Simon Gratzer2021-06-084-8/+36
* SERVER-57053 Split CanonicalQuery validation on pre- and post-normalizationAnton Korshunov2021-06-083-24/+46
* SERVER-57173: BACKPORT-9321 Add distinction to oplog application when data is...Andrew Shuvalov2021-06-0713-76/+178
* SERVER-56374: always create the table for retryable find and modify on stepupAndrew Shuvalov2021-06-071-3/+1
* SERVER-46811 multi=true updates can modify the shard key of orphan documents ...Haley Connelly2021-06-041-3/+10
* SERVER-56374: BF-21400 revert: always create the table for retryable find and...Andrew Shuvalov2021-06-041-1/+3
* SERVER-54489 Limit 'errors' and 'warnings' fields in validation result to 2MB...Henrik Edin2021-06-031-3/+16
* SERVER-56374: always create the table for retryable find and modify on stepupAndrew Shuvalov2021-06-031-3/+1
* SERVER-56819 Make indexOfCP's classic engine impl always return -1 when end i...David Storch2021-06-021-0/+6
* SERVER-56952 Add new build variant with storeFindAndModifyImagesInSideCollect...Jason Chan2021-06-021-0/+5
* SERVER-48890: allow addFields to take empty document as no-opcaiyingshen2021-06-022-7/+44
* SERVER-48648 Return updated ShardVersion in _configsvrCommitChunkMerge to avo...Simon Gratzer2021-06-024-17/+34
* SERVER-56468 Fix bug causing incorrect plan cache entry for {$ne: null} predi...Andrii Dobroshynski2021-06-025-14/+44
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-014-78/+459
* SERVER-48653 Return updated ShardVersion in _configsvrCommitChunkSplit to avo...v4.2.12Simon Gratzer2021-06-017-41/+51
* SERVER-51170 Ensure database refreshes are performed after ShardingState init...Pierlauro Sciarelli2021-05-311-2/+1
* SERVER-56563: [RRFaM] Forge noop image oplog entries for chunk migrationAndrew Shuvalov2021-05-285-4/+99
* SERVER-57102 Fixing invariants on ShardServerCatalogCacheLoader to consider d...Antonio Fuschetto2021-05-282-2/+46
* SERVER-56713: BACKPORT-8977 [RRFaM] Avoid creating images while in initial syncAndrew Shuvalov2021-05-282-13/+41
* SERVER-56376: [RRFaM] part 1, add preImage extraction from config.image_colle...Andrew Shuvalov2021-05-274-9/+78
* SERVER-38909 Permit empty update modifiers, treating as a no-op rather than ...Mindaugas Malinauskas2021-05-262-12/+2
* SERVER-57009 Additional debugging information in case of crash during FCV changeAntonio Fuschetto2021-05-262-3/+24
* SERVER-57091 Fix infinite loop in GranularityRounderPreferredNumbers::roundDownAlya Berciu2021-05-251-0/+7
* SERVER-56375: [RRFaM] BACKPORT-8905 Have delete path write to config.transact...Andrew Shuvalov2021-05-245-19/+83
* SERVER-56374: BACKPORT-8902 create config.image_collection on StepUpAndrew Shuvalov2021-05-241-0/+19
* SERVER-56374: BACKPORT-8902 Add ability to write retryable findAndModify upda...Andrew Shuvalov2021-05-218-11/+125
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-05-215-7/+90