James Wahlin
45517f573d
SERVER-16685 Add storage engine list to buildInfo
...
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-05 14:26:30 -05:00
Mathias Stearn
a0db932113
SERVER-17224 Reserve room for EOO byte when starting BSONObj building
...
Since _done() is called from ~BSONObjBuilder we need to ensure that it cannot
fail. This prevents a double exception leading to a std::terminate call.
This also resolves SERVER-17226 .
2015-03-05 13:22:19 -05:00
Mathias Stearn
b2944efee1
Clean up StorageFactoryIterator
2015-03-05 13:22:19 -05:00
Mathias Stearn
a66cd57b62
Fix typo in RecordId relational ops
2015-03-05 13:22:18 -05:00
Mathias Stearn
10192c28b0
Libraryize Document and Value
2015-03-05 13:22:18 -05:00
Mark Benvenuto
69db0b4028
SERVER-17252 : PCRE 8.36 SCons Integration
2015-03-05 00:27:27 -05:00
Mark Benvenuto
b3085ab4f6
SERVER-17252 : PCRE 8.36 SCons Integration
2015-03-04 15:11:40 -05:00
Mark Benvenuto
558a019e51
SERVER-17252 : CVE-2014-8964: Fix zero-repeat assertion condition bug.
2015-03-04 14:29:47 -05:00
Mark Benvenuto
21ab861eff
SERVER-17252 : PPCRE 8.36
2015-03-04 14:29:16 -05:00
Siyuan Zhou
c5fb91085d
SERVER-12726 addArb adding full member if incorrect input supplied
2015-03-04 13:42:40 -05:00
Spencer T Brody
95dc9c1cc5
SERVER-16844 dbAdminAnyDatabase should be able to do anything dbAdmin can
2015-03-04 11:17:53 -05:00
Spencer T Brody
3272a36242
SERVER-16849 Prevent mongos from always invalidating the user cache once, even when no user definitions are changing
2015-03-04 11:16:12 -05:00
Max Hirschhorn
0a82325a68
SERVER-17463 Fix issue specifying absolute path to scons --cache-dir.
2015-03-04 10:06:43 -05:00
David Storch
965cbef869
SERVER-14723 fix crash in plan enumerator affecting some geo near queries
2015-03-03 18:06:02 -05:00
Tyler Brock
69fbf40bdc
SERVER-6168 Fix exception memory leak in BSONIteratorSorted
2015-03-03 18:01:19 -05:00
Igor Canadi
0c46edb668
SERVER-17381 Rename rocksExperiment to RocksDB
...
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-03 17:50:03 -05:00
Igor Canadi
99db24da09
SERVER-17369 [Rocks] Fix the calculation of nextPrefix
...
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-03 17:50:02 -05:00
Igor Canadi
064b52e376
SERVER-17331 RocksDB configuring and monitoring
...
Signed-off-by: Ramon Fernandez <ramon@mongodb.com>
2015-03-03 17:50:02 -05:00
Mark Benvenuto
a24c1bb35d
SERVER-17417 : Import boost::chrono into third_party/boost and use as polyfill implementation of stdx::chrono
2015-03-03 16:17:33 -05:00
Spencer T Brody
e21b0f3c01
SERVER-17379 Require connection be on localhost to allow unauthorized access via webserver
2015-03-03 14:50:03 -05:00
Mark Benvenuto
3f3c9fd1f5
SERVER-17417 : Import boost::chrono into third_party/boost and use as polyfill implementation of stdx::chrono
2015-03-03 14:28:00 -05:00
Mark Benvenuto
95940768bc
SERVER-8994 : Remove Boost 1.49
2015-03-03 14:03:32 -05:00
alabid
65f0efbe65
SERVER-17250 Verify logOp listeners are rollback-safe
2015-03-03 11:47:03 -05:00
Siyuan Zhou
c809c0fd46
SERVER-17050 Error message for read-commands on secondary should suggest slaveOk
2015-03-03 11:38:04 -05:00
Kaloian Manassiev
41986e669a
SERVER-17151 ConfigCoordinator should not call fsync
...
This is expensive to do, especially with WiredTiger and is not a
deterministic check. This change replaces it with something cheaper, but
has the same outcome - validates that previous writes were successfully
journaled, which is an approximate predictor that subsequent writes have
high chance of succeeding.
2015-03-03 10:53:07 -05:00
matt dannenberg
acea285202
SERVER-17443 use assert.soon rather than assert for log messages in get_replication_info_helper.js
2015-03-03 05:03:37 -05:00
matt dannenberg
91806c6dd5
SERVER-17442 increase tolerance for shutdown timeout in stepdown.js to fix windows build break
2015-03-03 05:03:36 -05:00
Kaloian Manassiev
e590c12532
SERVER-17436 Don't try to access collection pointer if it gets deleted during index build
2015-03-02 17:27:53 -05:00
Kaloian Manassiev
197cdebe7d
SERVER-17416 MMAP V1 journal thread should check for deadlocks
...
Also improve the reporting of the Locker::dump function.
2015-03-02 17:27:52 -05:00
Randolph Tan
daf6c05ab2
SERVER-17394 Top chunk optimization logic can move chunk other than the extreme chunk
2015-03-02 16:58:25 -05:00
David Storch
2f94f351b1
SERVER-17282 remove dead code in runQuery() loop
2015-03-02 11:45:09 -05:00
Eric Milkie
cae4fb7982
SERVER-17428 remove _snprintf for Visual Studio 2015
2015-03-02 11:26:07 -05:00
Andy Schwerin
49c230b517
SERVER-17427 Get rid of useless RWLock in replSetReconfig command.
2015-03-02 11:14:52 -05:00
Benety Goh
81e256d09a
SERVER-17412 removed authSchemaUpgrade command
2015-02-27 16:33:19 -05:00
Benety Goh
97d9f9ad89
SERVER-17330 removed unused replication code
...
Removed:
multiCommand
RetryAfterSleepException
RSBase
ScopedConn
VoteException
2015-02-27 16:32:08 -05:00
Benety Goh
242980602d
SERVER-17330 removed multiCommand dependency from CmdAuthSchemaUpgrade
2015-02-27 16:32:08 -05:00
Benety Goh
6efb8f83a8
SERVER-17330 moved ScopedConn::keepOpen to ReplicationExecutor::NetworkInterface
2015-02-27 16:32:08 -05:00
Kaloian Manassiev
a9f240048f
SERVER-17388/SERVER-16776 If closing unopened file, do not check for journal writes
2015-02-27 16:09:11 -05:00
David Storch
285dd66e22
SERVER-17276 WCE retry for collection creation on upsert, legacy write path
2015-02-27 12:15:50 -05:00
alabid
47bb531356
SERVER-17405 Don't throw MsgAssertionException when getLog is given a non-string type
2015-02-27 11:50:19 -05:00
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