0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

12147 Commits

Author SHA1 Message Date
Dwight
7783418dcd fix error reporting in the log 2011-02-15 15:31:44 -05:00
Dwight
c6b434de1b fix overlogging 2011-02-15 15:22:41 -05:00
dwight
9bd9f144b3 SERVER-2500 private map was using too much memory on windows 2011-02-15 15:04:12 -05:00
dwight
f7692fea1a comment 2011-02-15 15:04:10 -05:00
Kristina
277ff8dbf0 try switching to the primary between sync batches 2011-02-15 12:50:51 -05:00
Eliot Horowitz
2c59a42acf post 1.7.6 2011-02-15 01:53:14 -05:00
Eliot Horowitz
5909aa6962 more verbose lock pinging logic 2011-02-14 16:21:36 -05:00
Eliot Horowitz
4c9f3922d3 increase lock takeover time to 15 minutes (from 10) 2011-02-14 16:21:36 -05:00
Eliot Horowitz
ac86cdec47 better distlock test 2011-02-14 16:21:36 -05:00
Dwight
8ed7eabacb rs dont sync from slaveDelayd members 2011-02-14 16:21:04 -05:00
Kristina
8b690e3387 temporarily comment out failing test 2011-02-14 15:27:44 -05:00
Eliot Horowitz
3f1c76f47a cleanup replica set handling 2011-02-14 14:16:18 -05:00
Eliot Horowitz
36f405d6a7 Merge branch 'master' of github.com:mongodb/mongo 2011-02-14 14:13:27 -05:00
Eliot Horowitz
a969a0168c add ConnectionString and add a test 2011-02-14 14:13:19 -05:00
Eliot Horowitz
6dee6f9498 better test 2011-02-14 12:39:53 -05:00
Dwight
91c51c6507 old compilers were giving a warning try to eliminate it. 2011-02-14 12:32:23 -05:00
Eliot Horowitz
1e5d77f297 BUMP 1.7.6 2011-02-14 11:14:03 -05:00
Eliot Horowitz
763c49f692 fix startup race condition 2011-02-13 23:29:11 -05:00
Eliot Horowitz
24f9d63496 log when background threads start 2011-02-13 23:28:53 -05:00
Eliot Horowitz
7e5a60ba66 protect ReplicaSet watcher with a lock 2011-02-13 19:13:21 -05:00
Kristina
ed360a84f9 eliminate two-primary edge case SERVER-2544 2011-02-13 18:08:12 -05:00
Eliot Horowitz
7a4399841f more background job debugging 2011-02-13 16:04:06 -05:00
Eliot Horowitz
71545122e7 better debugging for background issue 2011-02-13 13:33:43 -05:00
Eliot Horowitz
66e90c6185 config is never a shard node 2011-02-13 10:12:28 -05:00
Eliot Horowitz
0f95fb49c4 don't want write back listeners for config servers 2011-02-13 10:10:00 -05:00
Eliot Horowitz
cfd8af10a2 make sure to init variable 2011-02-13 10:09:10 -05:00
Eliot Horowitz
e6a68871ec assert that you can't shard config db 2011-02-13 10:08:37 -05:00
Eliot Horowitz
f31d82cad9 some better debugging and an assert 2011-02-13 10:07:13 -05:00
Eliot Horowitz
ca198bc64f fix race condition between dropping database or colletion and map/reduce cleanup SERVER-2542 2011-02-12 17:39:44 -05:00
Eliot Horowitz
b1a9d70ed7 safety check for SERVER-2539 2011-02-12 14:54:14 -05:00
Eliot Horowitz
8b0bbc584e compile 2011-02-12 14:54:07 -05:00
Eliot Horowitz
64e39098c4 writeback listener handles replica sets correctly SERVER-2540 2011-02-12 14:48:35 -05:00
Eliot Horowitz
f4f7ceccf8 some public accessors 2011-02-12 14:48:20 -05:00
Eliot Horowitz
0196f0159e need to run unit tests after fork so system state is stable SERVER-2514 2011-02-12 00:41:26 -05:00
Mathias Stearn
4e77ed6771 Missing commitIfNeeded in mapReduce 2011-02-11 19:27:08 -05:00
Mathias Stearn
3094a42860 Releasing write lock is implicit commitIfNeeded 2011-02-11 18:39:50 -05:00
Dwight
397db56b40 better error message 2011-02-11 11:19:38 -05:00
Dwight
288db3e311 typo in log msg 2011-02-11 10:58:52 -05:00
Mathias Stearn
3d8ca912a0 fix findAndModify when sort is used and _id in query SERVER-2530 2011-02-10 15:49:47 -05:00
Eliot Horowitz
9b5be3e883 force a config reload after a manual moveChunk 2011-02-10 15:48:23 -05:00
Eliot Horowitz
1041ffd623 try to fix SERVER-2501 2011-02-10 15:33:30 -05:00
Eliot Horowitz
6fccb3bca4 cleaner pointer handling in SlaveTracking 2011-02-10 11:47:13 -05:00
Eliot Horowitz
621b4f0338 better error message for old lock file 2011-02-10 10:00:31 -05:00
Eliot Horowitz
9fbb64caf3 fix mem output for values between 1000 and 1024 mb 2011-02-10 01:47:09 -05:00
Eliot Horowitz
bca3cdef99 unsetSharding is ok on a slave SERVER-2523 2011-02-10 00:57:46 -05:00
Eliot Horowitz
922f614d0f fix memory leak on exception in State::reduceInMemory SERVER-2522 2011-02-10 00:56:53 -05:00
Mathias Stearn
3174e3fc0d Don't mix malloc and smart pointers 2011-02-09 23:16:57 -05:00
Eliot Horowitz
37b11e4dde fix replica set cursor cleaning through mongos SERVER-2505
fix cursor cleaning in mongos generally by not doing lazy cleaning
2011-02-09 23:03:03 -05:00
Eliot Horowitz
e0c8d9a6fc don't use new[] for boost shared ptr SERVER-2504 2011-02-09 23:03:03 -05:00
Mathias Stearn
57b5ede361 debuggability 2011-02-09 16:57:10 -05:00