0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 16:24:56 +01:00
Commit Graph

34977 Commits

Author SHA1 Message Date
Sam Kleinman
554616d30e SERVER-24699: fix mkdir command in evergreen config causing push failures 2016-08-01 21:49:00 -04:00
Geert Bosch
d62fb03017 SERVER-24823 Add support for remaining admin commands 2016-08-01 20:47:00 -04:00
Sam Kleinman
72bbaf4f5c SERVER-25171: add scons cache support and enable on relevant non-push variants 2016-08-01 20:10:00 -04:00
Charlie Swanson
3666300bea SERVER-24654 Add privilege checking for $facet stage. 2016-08-01 19:00:53 -04:00
Matt Cotter
4c8cae0a1e SERVER-22734 unify --version output, thus adding enterprise designations 2016-08-01 18:53:44 -04:00
Sam Dunietz
7507541533 SERVER-25388 Use consistent options parsing to force journaling to be enabled with configsvr 2016-08-01 18:02:55 -04:00
Spencer T Brody
f5965cc82d Revert "SERVER-25171: add scons cache support and enable on relevant non-push variants"
This reverts commit bc7e4e6821.
2016-08-01 17:17:03 -04:00
Severyn Kozak
6bf75d212b SERVER-25199: enable time-restricted log analysis in sys-perf 2016-08-01 16:49:13 -04:00
Sam Kleinman
bc7e4e6821 SERVER-25171: add scons cache support and enable on relevant non-push variants 2016-08-01 16:38:39 -04:00
Geert Bosch
3f68c01861 SERVER-24767 Replicate views 2016-08-01 16:32:15 -04:00
Andreas Nilsson
18b74d535c SERVER-25340 Fixed lint error 2016-08-01 16:21:13 -04:00
Mike Grundy
c5f8cb74e7 SERVER-25381 jstestfuzz should not run with --continueOnFailure (newer variants) 2016-08-01 16:11:57 -04:00
Andreas Nilsson
c4ddaca40d SERVER-25340 Remove MONGODB-CR cluster authentication fallback 2016-08-01 15:58:22 -04:00
Benety Goh
f88ac8b8d3 SERVER-25374 CollectionCloner should disable replicated writes on operation context when creating a collection without indexes. 2016-08-01 15:44:42 -04:00
Esha Maharishi
2c1272d1e5 SERVER-25244 unit tests for removeShard compatibility path 2016-08-01 15:07:11 -04:00
Esha Maharishi
c169349f8f SERVER-25154 unit tests for addShard compatibility path 2016-08-01 14:25:08 -04:00
Esha Maharishi
bbf959a5d6 SERVER-25379 remove single document instead of dropping all dbs in config_server_catalog_test OnlyRunsOnce 2016-08-01 14:16:39 -04:00
Judah Schvimer
9f1b00d208 Revert "SERVER-25320 Temporarily reset default initial sync to use old initial sync"
This reverts commit 3a9e531cd0.
2016-08-01 11:37:42 -04:00
Mathias Stearn
6bfe3dce5c SERVER-25372 Make required builders top of patchbuild list 2016-08-01 11:35:17 -04:00
Mathias Stearn
b417c39b6e SERVER-24242 Make replica set apply batch size tunable 2016-08-01 11:35:17 -04:00
Mathias Stearn
af042cfeda SERVER-24242 Lock::ParallelBatchWriterMode sets isBatchWriter while in scope 2016-08-01 11:35:17 -04:00
Mathias Stearn
b0f766dfaf SERVER-24242 MultiApplier should pass a clean txn to _multiApply 2016-08-01 11:35:17 -04:00
Misha Tyulenev
f32f51272b SERVER-23192 periodically reload ShardRegistry from the catalog 2016-08-01 10:51:25 -04:00
Judah Schvimer
2ed489b884 SERVER-25034 remove OplogOutOfOrder block from DataReplicator::_onOplogFetchFinish 2016-08-01 10:01:17 -04:00
Chung-Yen Chang
dd74becf9c SERVER-25138: Remove task dependency for sys-perf 2016-08-01 01:49:06 -07:00
Nathan Typanski
b155bb6588 SERVER-23168 fix shell crashes on ctrl+c
Previously, unauthenticated shell connections would crash the shell on
ctrl+c, and any connections to mongos would crash the shell on ctrl+c.

Check for currentOp failures and add checks for mongos-specific
currentOp results to fix this.

Closes #1104.

Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>

  - Log a warning if the "client" field in the currentOp response isn't
    a string instead of throwing an exception.
2016-07-31 16:51:56 -04:00
Ernie Hershey
27e090c6d8 SERVER-24699 Bump Curator version 2016-07-30 12:45:14 -04:00
Kaloian Manassiev
ed7f95c682 SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS primary 2016-07-30 09:51:15 -04:00
Kaloian Manassiev
8c326de664 SERVER-25050 Set maxTimeMS on OperationContext on mongos
This change makes mongos commands to retrieve the maxTimeMS from the
command and set it on the OperationContext.
2016-07-30 09:51:14 -04:00
Kaloian Manassiev
1af99e4894 SERVER-25050 Cleanup Strategy and Shard class
No functional changes, just cleanup the Strategy class and rename
runBatchWriteCommand to runBatchWriteCommandOnConfig to better indicate
its intent.
2016-07-30 09:51:13 -04:00
Kaloian Manassiev
bde529a3eb SERVER-25344 Fix race condition at MigrationDestinationManager abort 2016-07-30 09:51:13 -04:00
Sam Kleinman
ba4b3ae46e SERVER-24699: bump curator version and fix shell invocation 2016-07-30 06:16:13 -04:00
Benety Goh
e0bb47c1fc Revert "SERVER-25084 removed unused StorageInterfaceImpl::_bulkLoaderThreads"
This reverts commit d305e61816.
2016-07-29 19:47:04 -04:00
Mike Grundy
e0b51290e9 SERVER-25362 Make slow1 and slow1_WT tasks serial 2016-07-29 19:18:53 -04:00
David Storch
2464cdaf2a SERVER-24621 make find command min/max respect the collation 2016-07-29 15:13:24 -07:00
Andy Schwerin
0d45c4825a SERVER-25167 Increase logging on connection failure in NetworkInterfaceASIO. 2016-07-29 17:23:29 -04:00
Spencer Jackson
9380a1c12a SERVER-17856: Allow mongod users to currentOp and killOp own operations 2016-07-29 15:51:21 -04:00
Andreas Nilsson
3cca3da0ad SERVER-16668 Make SASL PLAIN consistent between community and enterprise 2016-07-29 15:43:58 -04:00
James Wahlin
dc7f50c520 SERVER-24762 Support for views on sharded collections 2016-07-29 15:36:53 -04:00
Benety Goh
d305e61816 SERVER-25084 removed unused StorageInterfaceImpl::_bulkLoaderThreads 2016-07-29 15:14:19 -04:00
Kaloian Manassiev
dfea15b458 SERVER-25342 Use predicate in count command after migrate 2016-07-29 14:57:50 -04:00
Benety Goh
b59836bb0f SERVER-24304 do not retry initial sync in DataReplicatorTest 2016-07-29 14:29:44 -04:00
Juggls
3a25e6f73c SERVER-24838: add scons tool for capturing dependency graph 2016-07-29 13:43:09 -04:00
Judah Schvimer
e6793022c2 SERVER-25339 increase wtimeout in replset2.js to 60 seconds 2016-07-29 12:51:24 -04:00
Judah Schvimer
36c1bc3f58 fix lint 2016-07-29 12:51:24 -04:00
Sam Dunietz
47a9c891ad SERVER-24367 Implement CollectionRangeDeleter task lifetime management 2016-07-29 12:14:11 -04:00
Esha Maharishi
f7662220e8 SERVER-25298 make ConfigServerTestFixture use a real OpObserver 2016-07-29 12:03:38 -04:00
Benety Goh
f92821ed37 SERVER-25084 added test for initial sync with many databases 2016-07-29 11:54:20 -04:00
Benety Goh
b9d0cb4982 SERVER-25322 DatabasesCloner runs one database cloner at a time 2016-07-29 11:34:23 -04:00
Mark Benvenuto
c4fc9c1650 SERVER-24785 backup_restore.js fails when observing FTDC interim files 2016-07-29 11:33:12 -04:00