Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-19944 Improve text index v3 performance | Adam Chelminski | 2015-08-14 | 5 | -32/+120 |
| | |||||
* | SERVER-19697 AsyncCommand responses return proper elapsed time | samantharitter | 2015-08-14 | 4 | -55/+40 |
| | |||||
* | SERVER-19935 Make JSThread stacks more informative | Jason Carey | 2015-08-14 | 8 | -4/+145 |
| | | | | | | We have some pretty poor error reporting for interrupted $where's and map reduces. This fixes the interruption bit and accumulates stack's across threads. | ||||
* | SERVER-19909 Fix term of insert op in restore_term.js | Siyuan Zhou | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | SERVER-9625 Logging arguments of failed test case in expression unit tests | James Cohan | 2015-08-14 | 1 | -6/+12 |
| | |||||
* | SERVER-12856 Add createIndexes shell helper | Margaret Stephenson | 2015-08-14 | 2 | -13/+106 |
| | | | | | | Signed-off-by: Adam Midvidy <amidvidy@gmail.com> Closes #1008 | ||||
* | SERVER-19877 Change format of accumulator unit tests | James Cohan | 2015-08-14 | 1 | -1045/+237 |
| | |||||
* | SERVER-19554 populate lastOpVisible in ReplSetMetadata | matt dannenberg | 2015-08-14 | 11 | -27/+119 |
| | |||||
* | SERVER-19359 implement setAlarm() for NetworkInterfaceASIO | samantharitter | 2015-08-14 | 2 | -2/+46 |
| | |||||
* | SERVER-19674 Change S2 fatal error to warning | Kevin Albertson | 2015-08-14 | 4 | -6/+23 |
| | |||||
* | SERVER-19951 do not read unitialized variable in find command | David Storch | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | SERVER-19886 Make tests run config servers with 3 member replica sets | Randolph Tan | 2015-08-14 | 3 | -8/+5 |
| | |||||
* | SERVER-19928 Find command should reject requests to read special command ↵ | Qingyang Chen | 2015-08-14 | 2 | -1/+5 |
| | | | | namespaces | ||||
* | SERVER-19320 NetworkInterfaceASIO won't send or receive empty messages | samantharitter | 2015-08-14 | 1 | -7/+0 |
| | |||||
* | SERVER-17544 make $where work in the new mongos read path | David Storch | 2015-08-13 | 4 | -2/+16 |
| | |||||
* | SERVER-19720 harmonize handling of std::error_code and ErrorCodes in ↵ | Adam Midvidy | 2015-08-13 | 4 | -17/+20 |
| | | | | NetworkInterfaceASIO | ||||
* | SERVER-19543 Don't store a pointer to the CatalogManager in the ShardRegistry | Spencer T Brody | 2015-08-13 | 7 | -15/+8 |
| | |||||
* | SERVER-19720 add missing BOOST_NOEXCEPT to fix MSVC | Adam Midvidy | 2015-08-13 | 1 | -1/+1 |
| | |||||
* | SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETE | Qingyang Chen | 2015-08-13 | 17 | -148/+270 |
| | |||||
* | SERVER-19720 fix lint | Adam Midvidy | 2015-08-13 | 1 | -1/+1 |
| | |||||
* | SERVER-19720 add a std::error_category() for MongoDB error codes | Adam Midvidy | 2015-08-13 | 4 | -1/+236 |
| | |||||
* | SERVER-19820: return failure correctly | dalyd | 2015-08-13 | 1 | -3/+3 |
| | |||||
* | SERVER-19629 Add Decimal128 roundtrip and CRUD jstests | David Hatch | 2015-08-13 | 7 | -2/+281 |
| | |||||
* | SERVER-19628 Add Decimal128 type support to update/delete code paths | David Hatch | 2015-08-13 | 20 | -18/+559 |
| | |||||
* | SERVER-19627 Add Decimal128 type support to mongo shell | Raymond Jacobson | 2015-08-13 | 25 | -2/+591 |
| | |||||
* | SERVER-19914 Remove connectionString() method on CatalogManager | Spencer T Brody | 2015-08-13 | 15 | -44/+26 |
| | |||||
* | SERVER-19914 Move ownership of config server connection string from ↵ | Spencer T Brody | 2015-08-13 | 8 | -54/+44 |
| | | | | CatalogManager to ShardRegistry | ||||
* | SERVER-19543 Don't store a pointer to the CatalogManager in the CatalogCache | Spencer T Brody | 2015-08-13 | 3 | -10/+5 |
| | |||||
* | SERVER-19155 NetworkInterfaceASIO authenticates asynchronously | samantharitter | 2015-08-13 | 6 | -67/+141 |
| | |||||
* | SERVER-19856: Register for PRESHUTDOWN notifications on Windows Vista+ | Mark Benvenuto | 2015-08-13 | 1 | -9/+34 |
| | |||||
* | SERVER-19810 rewrite pseudocommands to run on the admin database | Adam Midvidy | 2015-08-13 | 2 | -3/+10 |
| | |||||
* | SERVER-19637 add election timeout to replica set config | matt dannenberg | 2015-08-13 | 3 | -37/+100 |
| | |||||
* | SERVER-19855 Move dropCollection implementation out of CatalogManager | Kaloian Manassiev | 2015-08-13 | 8 | -123/+254 |
| | |||||
* | SERVER-19608 Cleanup ShardingState initialization | Kaloian Manassiev | 2015-08-13 | 13 | -230/+123 |
| | | | | | Removes unused methods so that there is only one way to initialize the sharding state. | ||||
* | SERVER-19820: Update perf.yml to use mongo-perf check script | dalyd | 2015-08-13 | 2 | -1/+196 |
| | |||||
* | Revert "SERVER-19820: Update perf.yml to use mongo-perf check script" | dalyd | 2015-08-12 | 2 | -181/+2 |
| | | | | This reverts commit df6597a509d59bf43120fa8b84d66fe21e2318eb. | ||||
* | SERVER-19893, SERVER-14036, SERVER-8770 - Packaging improvements | Ernie Hershey | 2015-08-12 | 7 | -279/+202 |
| | | | | | | | | * Signing RPM's * Signing .DEB's with organization key instead of Richard's key * Generating packages on individual platforms in compile tasks * Trimming redundant Enterprise packaging python code * Miscellaenous cleanup, mostly to support the above goals | ||||
* | SERVER-19876 Include host seed list information in ismaster response of ↵ | Andy Schwerin | 2015-08-12 | 2 | -40/+44 |
| | | | | removed replica set nodes. | ||||
* | SERVER-18474 allow core dump on fassert and invariant failures | Robert Guo | 2015-08-12 | 1 | -4/+2 |
| | |||||
* | SERVER-19824 Make mongo shell report a non-zero exit code for subprograms ↵ | Andy Schwerin | 2015-08-12 | 1 | -2/+9 |
| | | | | | | that die. This patch causes wait_for_pid to report that processes that terminate due to a signal had a non-zero exit code. Specifically, it reports -1 times the signal number. | ||||
* | CAP-2451 Added distance check and 2dsphere tests to tests involving ↵ | Brandon Zhang | 2015-08-12 | 3 | -3/+50 |
| | | | | GeoNearRandomTest | ||||
* | SERVER-19155 Remove authcommon target's dependency on DBClientWithCommands | samantharitter | 2015-08-12 | 11 | -36/+35 |
| | |||||
* | SERVER-19855 Parsing/serialization logic for OpTime | Kaloian Manassiev | 2015-08-12 | 11 | -36/+62 |
| | | | | | This change pulls the OpTime serialization/deserialization logic to be part of the class. | ||||
* | SERVER-19891 Fix read_committed_no_snapshots.js | Mathias Stearn | 2015-08-12 | 1 | -1/+7 |
| | | | | This includes a workaround that will need to be addressed in SERVER-19890 | ||||
* | SERVER-19212 Make w:majority wait for any reserved snapshots to be visible | Mathias Stearn | 2015-08-12 | 11 | -39/+96 |
| | | | | | | | This ensures that when a w:majority write that makes a new collection returns, a reader with readConcern:majority can immediately read the collection. If this isn't done, the reader could get a snapshot before the minimum snapshot for the collection and error out. | ||||
* | SERVER-19213 Turn repl SnapshotThread on by default | Mathias Stearn | 2015-08-12 | 1 | -3/+1 |
| | | | | Can still be disabled using enableReplSnapshotThread server parameter. | ||||
* | SERVER-19213 Disable convertToCapped testing in indexbg_interrupts.js | Mathias Stearn | 2015-08-12 | 1 | -1/+1 |
| | | | | | It is way too slow with the replSnapshotThread enabled due to WT-2042. It will be re-enabled as part of SERVER-19910. | ||||
* | SERVER-19213 Throttle repl SnapshotThread by sleeping 1ms between loops | Mathias Stearn | 2015-08-12 | 1 | -3/+12 |
| | |||||
* | SERVER-19213 Move old snapshot cleanup out of the repl mutex | Mathias Stearn | 2015-08-12 | 4 | -3/+27 |
| | |||||
* | SERVER-19212 Hide indexes and collections from stale majority concern reads | Mathias Stearn | 2015-08-12 | 21 | -90/+350 |
| | | | | | | | | | Reading from a collection will error out if the snapshot used by the query is older than the collection creation or the point when the last index was dropped from a collection. New indexes do not cause reads to fail, but reads cannot use the new indexes since they may be incomplete in the snapshot. |