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

1323 Commits

Author SHA1 Message Date
Aaron
8ca46fb7c5 Update nscanned for profiling 2009-03-23 17:04:32 -04:00
Dwight
ea2df30205 recstore: support for multiple directories
plus bug fix
2009-03-23 16:25:03 -04:00
Dwight
3426f0e8c7 clean up warnings on windows 2009-03-23 13:12:47 -04:00
Aaron
bc5da3a496 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-23 11:47:59 -04:00
Aaron
a1a76f96bf Check --pairwith peer spec against local.sources on startup 2009-03-23 11:38:22 -04:00
Eliot Horowitz
5ac057bd50 comment 2009-03-23 11:32:30 -04:00
Aaron
4e04ab5bac optimizations 2009-03-20 17:08:38 -04:00
Aaron
4d8acb31fe virtual dtor 2009-03-20 16:53:03 -04:00
Aaron
4fbc099c10 Better example 2009-03-20 16:29:38 -04:00
Aaron
06d933ecbe Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-20 16:21:01 -04:00
Aaron
2570f4824c const ref 2009-03-20 16:20:46 -04:00
Aaron
d654edbef4 Optimizations 2009-03-20 16:07:05 -04:00
Aaron
b66a9b168d Remove unused function 2009-03-20 16:06:43 -04:00
Dwight
4e0d20dfc1 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-20 15:39:48 -04:00
Dwight
c88389e558 checkpoint: beginnings of cleaning up the recstore interface 2009-03-20 15:39:22 -04:00
Aaron
7dd5dd50af Remove old debug logging 2009-03-20 14:57:04 -04:00
Dwight
554cc09904 minor: better error message 2009-03-20 12:19:21 -04:00
Aaron
3c2196420e Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-19 16:23:19 -04:00
Aaron
5a276ef621 Replace emptyObj with BSONObj() 2009-03-19 16:23:04 -04:00
Dwight
e35ffd32dd improved dropIndex for new recstore 2009-03-19 15:38:49 -04:00
Aaron
fdde87047f Cleanup 2009-03-19 14:50:40 -04:00
Aaron
2ee0e271e1 More sensible isValid 2009-03-19 14:44:28 -04:00
Aaron
dba5a1e036 Cleanup 2009-03-19 13:53:52 -04:00
Aaron
d28cae6187 Use boost shared_ptr 2009-03-19 13:48:57 -04:00
Aaron
909fbbe1b2 Don't allocate a Details object if memory is not owned 2009-03-19 13:41:20 -04:00
Aaron
cf5c758901 Add objdata to BSONObj directly 2009-03-19 13:15:59 -04:00
Aaron
d330916d1a Remove cached object size 2009-03-19 12:11:46 -04:00
Dwight
3a5aef6756 fix a btree reuse key case
and clean up code a little
2009-03-19 11:17:16 -04:00
Dwight
86ce9e5d41 compile windows/visual studio 2009-03-19 10:33:35 -04:00
Aaron
3a63d74903 Remove 'temp' log cruft 2009-03-18 18:28:08 -04:00
Aaron
bf1d5f4282 $set can be used with any type, checkpoint 2009-03-18 18:06:37 -04:00
Aaron
cc83107966 Now forward startLoc, with test 2009-03-18 17:50:45 -04:00
Aaron
6d10afbd49 Find requested oplog entry starting from tail of log 2009-03-18 17:24:10 -04:00
Aaron
4c52e5e6dd Print os information on startup 2009-03-18 14:15:52 -04:00
Aaron
ef94f514b7 On resync, clear all nontrivial local dbs that exist on remote machine 2009-03-18 13:45:32 -04:00
Aaron
60218a745b Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-17 18:22:28 -04:00
Aaron
5711417230 Handle 'only' spec when reading db list 2009-03-17 18:22:17 -04:00
Eliot Horowitz
56d11945a3 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-17 17:25:24 -04:00
Eliot Horowitz
affd92783f making mongod sharding aware 2009-03-17 17:25:10 -04:00
Aaron
f694f98ad2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-17 17:22:01 -04:00
Aaron
0a578392a6 More robust / accurate checking of previous failed initial clone 2009-03-17 17:20:08 -04:00
Dwight
f337ce8232 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-17 17:02:47 -04:00
Dwight
7165d7369e implemented dropIndexes for alt rec store 2009-03-17 17:02:21 -04:00
Aaron
8ffaa3e2d9 Remove 'haveLogged' 2009-03-17 13:48:40 -04:00
Aaron
f1b3732e1d Remove first:true op field 2009-03-17 13:36:06 -04:00
Aaron
9f5ae81ed4 Start from end of op log on initial query (first commit) 2009-03-17 13:18:54 -04:00
Eliot Horowitz
5cd0f0e376 get version on startup 2009-03-17 10:22:26 -04:00
Dwight
3a1c70f662 recstore: fix error message 2009-03-16 16:02:16 -04:00
Dwight
00440593d5 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-13 15:23:55 -04:00
Dwight
812cc0edd2 recstore: bug fix, plus allow index files > 2GB 2009-03-13 15:23:38 -04:00
Aaron
e75153655b Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-13 12:07:26 -04:00
Aaron
b936cb2c97 objcheck validates every bson object read from a message 2009-03-13 12:07:00 -04:00
Dwight
c5df475456 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-13 11:56:43 -04:00
Dwight
c02272c31d for new recstore, have a separate datafile for each index 2009-03-13 11:56:28 -04:00
Aaron
851358de69 Add command line help about nohints option 2009-03-13 11:49:59 -04:00
Aaron
81e4767bd1 Prettier signal printing 2009-03-12 17:36:46 -04:00
Aaron
04e03fccc3 More specific information on repl exceptions 2009-03-12 11:01:52 -04:00
Aaron
26be29395e cleanup 2009-03-11 18:47:16 -04:00
Aaron
2f5201c7e7 Merge 2009-03-11 17:39:35 -04:00
Aaron
93ac9027cd finishCloneCollection checkpoint 2009-03-11 17:37:25 -04:00
Aaron
14dc5245ca Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-11 17:36:07 -04:00
Aaron
3055ab6d1d Clean up tailable cursor code 2009-03-11 17:05:50 -04:00
Eliot Horowitz
d4aad44346 appendTimestamp( name , val ) 2009-03-11 17:02:34 -04:00
Aaron
f1ca868a26 Filter returned by QueryMessage may be null 2009-03-11 14:10:20 -04:00
Aaron
99dd91cddc Don't attempt to make cursor tail immediately if not at end 2009-03-11 11:58:26 -04:00
Aaron
502e20f1cc finishCloneCollection checkpoint 2009-03-11 10:31:47 -04:00
Aaron
7d842995d9 Compile linux 2009-03-10 15:32:59 -04:00
Aaron
5a77cd187b dbpath locking implementation; should work on linux this time 2009-03-10 15:26:26 -04:00
Aaron
dc197ff71a Remap cursor id on forward 2009-03-10 15:06:47 -04:00
Aaron
0fe7ab762f Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-10 11:26:14 -04:00
Aaron
1374665894 Add --nohints cmd line option 2009-03-10 10:54:00 -04:00
Aaron
3931f7efcb Revert "Use os file locking to lock dbpath"
This reverts commit 56e81849a0.
2009-03-10 10:14:37 -04:00
Aaron
56e81849a0 Use os file locking to lock dbpath 2009-03-09 20:02:02 -04:00
Dwight
7dbee8a152 Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-06 14:03:01 -05:00
Aaron
8730dc9d02 replace couple copy() calls with getOwned() 2009-03-06 13:42:52 -05:00
Dwight
58c08aeadc Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-06 13:21:21 -05:00
Aaron
384864c5b9 Don't log first operation, which is now coming from a DBDirectClient 2009-03-06 13:18:22 -05:00
Aaron
0e663e18c1 Drop stale temp collections on startup 2009-03-06 13:13:07 -05:00
Dwight
ef26e1fa9c Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-06 13:12:23 -05:00
Dwight
8431f60b10 shardkey lt gt query support 2009-03-06 13:12:00 -05:00
Aaron
eb68328620 Test exhausting oplog space 2009-03-06 11:51:44 -05:00
Aaron
20e6ea6b8e Invalidate log if run out of space 2009-03-06 11:08:30 -05:00
Aaron
9817535968 Infrastructure for validating log 2009-03-06 10:45:35 -05:00
Aaron
316f47d1a5 Filter cloneCollection oplog inserts based on query pattern 2009-03-06 10:26:01 -05:00
Aaron
9a993fcb2e Merge branch 'master' of git@github.com:mongodb/mongo 2009-03-06 09:50:34 -05:00
Aaron
feb63537e1 Fix some clonecollection issues 2009-03-05 19:58:07 -05:00
Aaron
bf123c2925 Remove log 2009-03-05 18:55:09 -05:00
Aaron
ae78648781 Better cloneCollection checkpoint 2009-03-04 15:57:35 -05:00
Aaron
5ca0a571e5 Compile g++ 4.3 2009-03-04 13:54:56 -05:00
Aaron
69f25ba1fd Explicit constructor 2009-03-03 18:09:03 -05:00
Aaron
3362ca0cc4 Destructor no longer needed 2009-03-03 17:31:23 -05:00
Aaron
2ba030abe0 Move index cache to NamespaceDetailsTransient 2009-03-03 17:30:26 -05:00
Aaron
1839efb94d Log current op to console on crash 2009-03-03 16:10:42 -05:00
Aaron
bab49f4951 Fail operation when old index can't be found 2009-03-03 15:37:54 -05:00
Aaron
e641c77844 Clarify use of prefix 2009-03-03 15:32:51 -05:00
Aaron
c606e65477 Remove copy() that should be unnecessary 2009-03-03 15:28:15 -05:00
Aaron
dbaa985014 Reset NamespaceDetailsTransient and clear query cache on drop database 2009-03-03 15:27:22 -05:00
Aaron
56dacac4d7 New copy of index key 2009-03-03 14:02:06 -05:00
Aaron
4c40455a5c Add debug logging for missing recorded index 2009-03-03 12:46:31 -05:00
Aaron
5ca50873ab Fix line which would never log 2009-03-02 18:39:10 -05:00