Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-28196 Make legacy query and getMore appear in a consistent format ↵ | Bernard Gorman | 2017-03-07 | 3 | -20/+34 |
| | | | | | | | | across currentOp, profiler and logs Closes #1139 Signed-off-by: David Storch <david.storch@10gen.com> | ||||
* | SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller ↵ | Matthew Russotto | 2017-03-06 | 41 | -102/+196 |
| | | | | | | holds the global lock This reverts commit 3e5314c3f2be49666ca5d7aa766c934ba7d6cbe9. | ||||
* | Revert "SERVER-26965 Use RAII type for turning off replicated writes." | Matthew Russotto | 2017-03-06 | 41 | -196/+102 |
| | | | | This reverts commit befb3ab22daa1f6e0db54af4caa426cfca1b7cd2. | ||||
* | SERVER-27995 make repl_set* naming convention consistent | Judah Schvimer | 2017-03-06 | 68 | -1001/+985 |
| | |||||
* | Revert "SERVER-26703 reject commands exceeding the BSON depth limit" | Max Hirschhorn | 2017-03-06 | 4 | -36/+137 |
| | | | | This reverts commit c2b3178e0cae20a24bc9cc39a750bb864def17e3. | ||||
* | SERVER-26703 reject commands exceeding the BSON depth limit | Kyle Suarez | 2017-03-06 | 4 | -137/+36 |
| | | | | | Any command sent to the server that exceeds the depth limit will fail. This also prevents users from inserting documents that exceed the depth limit. | ||||
* | SERVER-27866 Add threadId dump in hex base from globalLockManager for ↵ | Eddie Louie | 2017-03-06 | 1 | -1/+2 |
| | | | | PENDING locks | ||||
* | SERVER-26965 Use RAII type for turning off replicated writes. | Matthew Russotto | 2017-03-06 | 41 | -102/+196 |
| | |||||
* | SERVER-18794 Add aggregation pipeline expression $objectToArray | Wan Bachtiar | 2017-03-03 | 2 | -0/+41 |
| | | | | | | Closes #1 Signed-off-by: Tess Avitabile <tess.avitabile@mongodb.com> | ||||
* | SERVER-27886 Move paths.* into mmap_v1 | Maria van Keulen | 2017-03-03 | 11 | -23/+65 |
| | |||||
* | SERVER-28110 Set secondaryCatchUpPeriodSecs smaller when requesting remote ↵ | Siyuan Zhou | 2017-03-02 | 2 | -1/+9 |
| | | | | primary stepdown | ||||
* | SERVER-27972 Add a featureCompatibilityVersion op observer for ↵ | Tess Avitabile | 2017-03-02 | 3 | -0/+22 |
| | | | | database/collection drop | ||||
* | SERVER-27768 Implement HMAC key for signing Logical clock's storage & ↵ | Jack Mulrow | 2017-03-02 | 13 | -17/+225 |
| | | | | distribution | ||||
* | SERVER-18410: Replace RWLock with OperationContext/LockManager | Daniel Gottlieb | 2017-03-02 | 41 | -253/+453 |
| | |||||
* | SERVER-20854 Pull the diff tracker's query generation logic outside of the ↵ | Kaloian Manassiev | 2017-03-02 | 1 | -2/+2 |
| | | | | template | ||||
* | SERVER-26830 Randomize priority takeover delay | William Schultz | 2017-03-01 | 4 | -98/+287 |
| | |||||
* | SERVER-28155 Get rid of the 'mongoscore' sharding library | Kaloian Manassiev | 2017-03-01 | 2 | -6/+1 |
| | |||||
* | SERVER-28155 Get rid of the 'serveronly' sharding library | Kaloian Manassiev | 2017-03-01 | 7 | -27/+80 |
| | | | | Fold its contents in the mongod-side of sharding. | ||||
* | SERVER-28155 Remove usages of BSONSerializable outside of sharding | Kaloian Manassiev | 2017-03-01 | 2 | -5/+3 |
| | |||||
* | Revert "SERVER-27886 Move paths.* into mmap_v1" | Geert Bosch | 2017-03-01 | 11 | -51/+25 |
| | | | | This reverts commit 2e975bcf036ed7ff2760a213827c0a02e0cded66. | ||||
* | SERVER-27886 Move paths.* into mmap_v1 | Maria van Keulen | 2017-03-01 | 11 | -25/+51 |
| | |||||
* | SERVER-27704 persist chunk metadata on shard primary | Dianna Hohensee | 2017-03-01 | 8 | -239/+380 |
| | |||||
* | Revert "SERVER-27860 remove invariants to prevent ShardLocal running on ↵ | Dianna Hohensee | 2017-03-01 | 4 | -20/+22 |
| | | | | | | shards and remove "-OnConfig" function name suffixes" This reverts commit 489cd07d2a3711286debae56f28416d7ba290648. | ||||
* | SERVER-27773 add operationTime field to the command response | Misha Tyulenev | 2017-02-28 | 7 | -4/+127 |
| | |||||
* | SERVER-26494 removed unused function arguments from SyncSourceFeedback | Benety Goh | 2017-02-28 | 2 | -16/+10 |
| | |||||
* | SERVER-26484 removed unreachable code in SyncSourceFeedback. Blacklisting of ↵ | Benety Goh | 2017-02-28 | 1 | -17/+2 |
| | | | | reporter sync source will be done in BackgroundSync and SyncSourceResolver. | ||||
* | SERVER-27553 Fix DEBUG builds still using removed cmpIsntSane function | Andrew Morrow | 2017-02-28 | 1 | -7/+4 |
| | |||||
* | SERVER-27904 Extend support for moving predicates into contained ORs to ↵ | Tess Avitabile | 2017-02-28 | 9 | -313/+956 |
| | | | | multikey indexes | ||||
* | SERVER-28038 Improve invariants in WiredTigerRecordStore for capped visibility | Geert Bosch | 2017-02-28 | 2 | -8/+7 |
| | |||||
* | SERVER-27553 Remove print macro | Andrew Morrow | 2017-02-27 | 3 | -25/+8 |
| | |||||
* | SERVER-28094 Remove the StaticObserver | Andrew Morrow | 2017-02-27 | 2 | -4/+0 |
| | |||||
* | SERVER-27120 Increase synchronization between producer/applier threads and ↵ | Siyuan Zhou | 2017-02-27 | 19 | -315/+400 |
| | | | | | | stepdown/stepup SERVER-27913 Make sure the last applied hash is corresponding to the last applied optime in bgsync start() | ||||
* | SERVER-27977 Remove unused config conn string command parameters | Dianna Hohensee | 2017-02-27 | 5 | -33/+3 |
| | |||||
* | SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunk | Kaloian Manassiev | 2017-02-27 | 3 | -7/+7 |
| | |||||
* | SERVER-27891 Disable writeConcern support for reIndex | Maria van Keulen | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | SERVER-27748 Implement LogicalTimeMetadata | Randolph Tan | 2017-02-27 | 4 | -5/+6 |
| | |||||
* | SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/client | Kaloian Manassiev | 2017-02-27 | 3 | -11/+10 |
| | | | | And cleanup some of the sharding library dependencies. | ||||
* | SERVER-28111 Cleanup the ChunkManager | Kaloian Manassiev | 2017-02-27 | 1 | -0/+1 |
| | | | | No functional changes, just removing unused includes and adding comments. | ||||
* | revert "SERVER-18410: Replace RWLock with OperationContext/LockManager" | Daniel Gottlieb | 2017-02-26 | 40 | -447/+247 |
| | | | | This reverts commit 9c9bbf3318113cfdd4d9b72f493b6ebd23f1837e. | ||||
* | SERVER-27941 change the shardVersion check to an epoch check when entering ↵ | Dianna Hohensee | 2017-02-24 | 1 | -4/+6 |
| | | | | the critical section. | ||||
* | SERVER-28075 Wait for DB works in simulateSuccessfulV1ElectionAt() | Siyuan Zhou | 2017-02-24 | 1 | -0/+5 |
| | |||||
* | SERVER-27887 Update comment to reflect _dataPtr to _ownedData refactor | Maria van Keulen | 2017-02-24 | 1 | -3/+1 |
| | |||||
* | SERVER-27887 Add toBson() rvalue overload method to RecordData | Maria van Keulen | 2017-02-24 | 1 | -3/+4 |
| | |||||
* | SERVER-28052 Make SHA1Hash a full fledged class | Randolph Tan | 2017-02-24 | 2 | -22/+13 |
| | |||||
* | SERVER-27985 Remove unused _everStartedWrite and getWTSession() | Maria van Keulen | 2017-02-24 | 2 | -13/+1 |
| | |||||
* | SERVER-2104 add support for covered projections with dotted field paths | David Storch | 2017-02-24 | 8 | -32/+74 |
| | | | | | | For example, suppose you have index {"a.b": 1}. The projection {_id: 0, "a.b": 1} will now result in a covered plan when this index is used. | ||||
* | SERVER-18410: Replace RWLock with OperationContext/LockManager | Daniel Gottlieb | 2017-02-24 | 40 | -247/+447 |
| | |||||
* | SERVER-27890 Remove tempness of cappedTruncateAfter | Maria van Keulen | 2017-02-23 | 16 | -37/+31 |
| | |||||
* | SERVER-28071 add missing FTS indexing error codes to replication whitelist | David Storch | 2017-02-23 | 2 | -0/+102 |
| | |||||
* | SERVER-27866 Add threadId dump in hex base from globalLockManager | Eddie Louie | 2017-02-21 | 1 | -1/+2 |
| |