Randolph Tan
e75edbf8b6
SERVER-17300 Balancer tries to create config.tags index multiple times
2015-02-27 11:13:31 -05:00
Jason Rassi
7d588bd39a
SERVER-17403 Fix StageDebugCmd command registration
2015-02-27 10:47:26 -05:00
Randolph Tan
7423c26ab9
SERVER-17398 Deadlock in MigrateStatus::startCommit
2015-02-26 16:00:00 -05:00
matt dannenberg
0524c8beca
make tool_replset.js more resilient against certain failures
2015-02-26 10:29:19 -05:00
Charlie Swanson
a0c4f1ffff
SERVER-17395 : Disable fsm tests that were previously disabled.
2015-02-26 15:18:29 -05:00
Spencer T Brody
85d2238a16
SERVER-12235 Cache whether any users exist for checking whether the localhost exception should be in effect
2015-02-26 15:13:14 -05:00
Charlie Swanson
6769eca988
SERVER-17395 : Add FSM tests to stress yielding.
2015-02-26 14:56:08 -05:00
Geert Bosch
d6991bb3bd
SERVER-17338 : uassert when primary steps down during dbcopy
2015-02-26 11:43:29 -05:00
Randolph Tan
bf749ab727
SERVER-17383 Make sure that ops are sent to the right shard in rename.js
2015-02-26 10:20:47 -05:00
Randolph Tan
f57723cc8d
SERVER-17348 Temporarily disable tests until v3.0 is released.
2015-02-26 09:41:50 -05:00
Randolph Tan
bc70a63cc5
SERVER-17384 Remove v2.6 vs v3.0 tests in multiVersion suite
2015-02-26 09:39:39 -05:00
Siyuan Zhou
ac056b3d92
SERVER-16477 Confusing info message from initiate on removed member
2015-02-25 16:36:51 -05:00
Eric Milkie
72b7023c27
SERVER-17330 move handshake cmd to master/slave
2015-02-25 16:25:27 -05:00
David Storch
77dae5d445
SERVER-17280 geo near must propagate saveState()/restoreState() to the DensityEstimator
2015-02-25 15:47:11 -05:00
David Storch
3c8a434008
SERVER-17372 fix findAndModify output when there is an insert in the upsert: true, new: false case
2015-02-25 13:43:00 -05:00
David Storch
fe22feda7b
SERVER-17280 geo near must propagate invalidate messages to IndexScan used by DensityEstimator
2015-02-25 13:42:59 -05:00
Eric Milkie
70b8b7097c
SERVER-17330 remove unused/incorrect socket timeout setting code
2015-02-25 13:17:21 -05:00
Eric Milkie
a5030efecd
SERVER-17363 increase heartbeat timeout for rollback4
2015-02-25 13:17:21 -05:00
Dan Pasette
7eadd4fffe
Revert " SERVER-17356 Rename 'storageEngine' to 'storage' in collection and index options"
...
This reverts commit aa207c8f93
.
2015-02-25 12:30:17 -05:00
Spencer T Brody
bfe2e9e40b
SERVER-5004 Do not start new chunk moves if balancer is disabled mid balancing round
2015-02-25 11:50:42 -05:00
David Storch
2d6aefaed7
SERVER-15192 terminate server if RecoveryUnit::Change throws on commit or rollback
2015-02-24 17:57:14 -05:00
matt dannenberg
c51943618c
SERVER-13009 make group command fail in maintenance mode and update replsets/maintenance2.js
2015-02-24 12:28:11 -05:00
Randolph Tan
e8f7cf2c7c
SERVER-15192 Make all logOp listeners rollback-safe
...
Do not perform a query while committing.
2015-02-24 17:12:33 -05:00
Mathias Stearn
aa207c8f93
SERVER-17356 Rename 'storageEngine' to 'storage' in collection and index options
2015-02-24 11:13:15 -05:00
Mathias Stearn
5bfcf828bf
SERVER-17352 Allow RCs up to 49
2015-02-24 11:13:15 -05:00
Dan Pasette
4a8b10a7bb
Import wiredtiger-wiredtiger-mongodb-3.0-rc10-4-g03cb722.tar.gz from wiredtiger branch mongodb-3.0
2015-02-24 07:37:03 -05:00
Michael Cahill
c614b21cc5
SERVER-17299 Eliminate memory allocation from snappy_compress.
2015-02-24 15:19:20 +11:00
Eric Milkie
07420bdfb6
SERVER-14132 update test for missing _id index
2015-02-23 11:32:26 -05:00
David Storch
03f9a5bd97
SERVER-17347 add help text for DBCollection's explain method
2015-02-23 10:28:36 -05:00
matt dannenberg
aff9fedac8
SERVER-13357 fix replset/cloneDb.js
2015-02-23 04:22:29 -05:00
Benety Goh
d1f28a2154
SERVER-17336 skip compact_keeps_indexes.js in master/slave test
2015-02-20 17:50:02 -05:00
Kaloian Manassiev
9fa0565f2b
SERVER-17323 Instantiate storage engine before the Locker
2015-02-20 17:09:57 -05:00
Kaloian Manassiev
3211addd34
SERVER-13339 Cleanup some SConscript and includes
2015-02-20 17:09:56 -05:00
matt dannenberg
56202c537b
SERVER-13357 add slaveOk argument to clone
2015-02-20 08:55:54 -05:00
matt dannenberg
7ed5259ea7
SERVER-15698 remove RID from replica set replication progress tracking
...
Conflicts:
src/mongo/db/repl/sync_source_feedback.cpp
2015-02-20 06:04:00 -05:00
matt dannenberg
ed5feb226b
SERVER-15662 fix race in repl_coordinator_impl_reconfig_test's HBReconfigDuringReconfigFails
2015-02-20 06:04:00 -05:00
matt dannenberg
49fe3ce86e
SERVER-17302 do not consider blacklisted members in shouldChangeSyncSource
2015-02-20 06:04:00 -05:00
matt dannenberg
bae4fcce20
SERVER-17196 rename slaves field in serverStatus to replicationProgress
2015-02-20 05:59:15 -05:00
David Storch
e93d4be469
SERVER-9035 allow left-anchored regular expressions with the 's' option to use tighter index bounds
2015-02-20 10:26:12 -05:00
David Storch
be2f8584a9
SERVER-4494 add index version to explain output
2015-02-20 10:26:12 -05:00
Mathias Stearn
ae18bbec33
SERVER-17312 collmod command now handles parsing of all arguments
...
For the two currently supported engine-specific options, the collmod command
will handle parsing the arguments and tell the CollectionCatalogEntry to
update it's flags option.
This removes the ability of storage engines to have custom options that can
be changed after the collection is created. There were issues related to
argument validation and replication of changes (including for initial sync).
A correct solution will be designed as SERVER-17320 .
2015-02-19 19:55:44 -05:00
David Storch
30d9e17410
SERVER-17303 findAndModify upsert calls Collection::insertDocument() directly
2015-02-19 18:47:44 -05:00
Jonathan Reams
2b4f184b74
SERVER-14166 Remove defaults and choices for osx-version-min scons option
2015-02-19 16:58:07 -05:00
Spencer T Brody
eb954e3aec
SERVER-17273 Add support for secondaryCatchupPeriodSecs to rs.stepdown shell helper
2015-02-19 16:40:24 -05:00
Eric Milkie
b0e50245a3
SERVER-17330 remove server.h and dependencies; all dead code
2015-02-19 16:06:08 -05:00
David Storch
ae341c89d0
SERVER-14071 do not cache plans which return zero results
2015-02-19 13:44:17 -05:00
Amalia Hawkins
44a8c494fc
SERVER-17135 Add permissions on config.settings to backup auth role
2015-02-19 13:24:32 -05:00
Igor Canadi
7d8adb6da8
SERVER-17325 [Rocks] Clean up oplog in background thread
...
Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com>
2015-02-19 12:14:29 -05:00
Dan Pasette
27e6efa8fe
Import wiredtiger-wiredtiger-mongodb-3.0-rc9-1-gfc15500.tar.gz from wiredtiger branch mongodb-3.0
2015-02-19 07:25:04 -05:00
Dan Pasette
4ca4224dae
SERVER-17141 Cope with WT_NOTFOUND from WT_SESSION::truncate
2015-02-19 07:24:08 -05:00