Aaron
|
97bbbb35cd
|
test rough mem id set size
|
2009-04-23 18:26:42 -04:00 |
|
Aaron
|
7088413cf3
|
optime separate file
|
2009-04-23 18:02:51 -04:00 |
|
Aaron
|
63cc171bbb
|
tests for db and mem based id sets
|
2009-04-23 18:01:24 -04:00 |
|
Aaron
|
35ad913596
|
implement id tracker using db storage
|
2009-04-23 16:00:57 -04:00 |
|
Aaron
|
be64ebd0ad
|
abstract id management code to a class
|
2009-04-23 15:00:40 -04:00 |
|
Aaron
|
c9bf4e8527
|
relocate IdSets objects, fix bug tracking local id
|
2009-04-23 14:44:05 -04:00 |
|
Aaron
|
c303686482
|
treat empty database same as just created database when figuring ownership
|
2009-04-23 13:55:07 -04:00 |
|
Aaron
|
993aed6f2b
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-23 13:05:26 -04:00 |
|
Aaron
|
b3cfede1e8
|
fix test timing MINOR
|
2009-04-23 13:05:03 -04:00 |
|
Aaron
|
1250efc54c
|
fix test to reuse previous peer MINOR
|
2009-04-23 12:18:44 -04:00 |
|
Aaron
|
8bf9e88cf1
|
require manual resync on filled oplog
|
2009-04-23 12:16:18 -04:00 |
|
Eliot Horowitz
|
88c85138e1
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-23 11:28:05 -04:00 |
|
Eliot Horowitz
|
a7a3ee41fc
|
cleaning javascript interface - make everything use Scope
|
2009-04-23 11:27:52 -04:00 |
|
Aaron
|
64c5d55c59
|
don't seg fault when run out of disk space
|
2009-04-23 11:16:54 -04:00 |
|
Aaron
|
b912d5ffda
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-22 19:26:35 -04:00 |
|
Aaron
|
20214fdded
|
keep incompleteCloneDbs updated
|
2009-04-22 19:10:23 -04:00 |
|
Aaron
|
b049e7def3
|
fix timing related test failure now that logging is gone MINOR
|
2009-04-22 18:35:45 -04:00 |
|
Aaron
|
855b26d008
|
remove deubg logging MINOR
|
2009-04-22 17:52:33 -04:00 |
|
Aaron
|
429ea669d7
|
don't add to incomplete clone list unless going to start clone immediately
|
2009-04-22 17:45:43 -04:00 |
|
Aaron
|
86bfe9dbdf
|
refactor pairing code
|
2009-04-22 17:44:23 -04:00 |
|
Mike Dirolf
|
9b74314790
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-22 17:06:36 -04:00 |
|
Mike Dirolf
|
c5cd549a5a
|
submit perf test data to web app
|
2009-04-22 17:06:31 -04:00 |
|
Aaron
|
047b1fb589
|
no longer need to filter remote db list with local db list
|
2009-04-22 16:25:53 -04:00 |
|
Eliot Horowitz
|
68b84b3f77
|
Sharding: implement count() correctly for sharded environment
|
2009-04-22 15:58:12 -04:00 |
|
Aaron
|
efd6a1ec92
|
test auto reclone without subsequent write
|
2009-04-22 15:57:26 -04:00 |
|
Eliot Horowitz
|
676fb4ea3c
|
Sharding: fix countObjects, some docs MINOR
|
2009-04-22 15:56:23 -04:00 |
|
Aaron
|
e54bfd896a
|
merge
|
2009-04-22 15:34:59 -04:00 |
|
Aaron
|
56959de5b0
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-22 14:12:07 -04:00 |
|
Aaron
|
b9617339d4
|
BUG SERVER-29 matcher access objects in arrays correctly
|
2009-04-22 14:11:53 -04:00 |
|
Aaron
|
0eb64ee342
|
get rid of 'dbs' list
|
2009-04-22 13:53:35 -04:00 |
|
Eliot Horowitz
|
b09d340d55
|
Sharding: rename commands.cpp commands_admin.cpp MINOR
|
2009-04-22 13:36:58 -04:00 |
|
Eliot Horowitz
|
1bb94684f5
|
Sharding: rename commands.cpp commands_admin.cpp
|
2009-04-22 13:36:29 -04:00 |
|
Eliot Horowitz
|
cb9e6153dd
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-22 12:58:55 -04:00 |
|
Eliot Horowitz
|
2c55aa388d
|
install mongos in dist
|
2009-04-22 12:58:39 -04:00 |
|
Aaron
|
12d259e8a5
|
get rid of initialPull variable -- no longer necessary
|
2009-04-22 11:57:45 -04:00 |
|
Mike Dirolf
|
314a79f82c
|
print what's being removed
|
2009-04-22 11:15:22 -04:00 |
|
Mike Dirolf
|
381918f909
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-22 11:12:32 -04:00 |
|
Mike Dirolf
|
388de13f0d
|
add 'dist_clean' target to clean up old dist builds
|
2009-04-22 11:12:13 -04:00 |
|
Eliot Horowitz
|
e0eafa5694
|
Sharding: unit test with string as a shard key
|
2009-04-22 10:53:28 -04:00 |
|
Aaron
|
4a3631017b
|
new master forces new slave to resync if either master or slave oplog has filled since while both are master
|
2009-04-22 10:52:32 -04:00 |
|
Eliot Horowitz
|
5113d30da5
|
Sharding: make ismaster return ismaster=1
|
2009-04-21 20:12:58 -04:00 |
|
Eliot Horowitz
|
c40ad9f56e
|
Sharding: fix startFrom
|
2009-04-21 20:12:41 -04:00 |
|
Aaron
|
e9b4457aa7
|
better id index logging MINOR
|
2009-04-21 17:52:11 -04:00 |
|
Aaron
|
61ed53b9af
|
fix non osx compiler warning MINOR
|
2009-04-21 17:38:34 -04:00 |
|
Aaron
|
54f806da95
|
don't update id index when id field is to be added
|
2009-04-21 17:01:33 -04:00 |
|
Aaron
|
5ec618c554
|
check deletion from extra index MINOR
|
2009-04-21 16:30:29 -04:00 |
|
Aaron
|
a4ec698847
|
check _id index works after deleteIndexes MINOR
|
2009-04-21 16:22:54 -04:00 |
|
Aaron
|
302bc3a3b0
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-04-21 15:57:33 -04:00 |
|
Aaron
|
e0fd1d4c26
|
fix issue rolling back indexes on uniqueness violation
|
2009-04-21 15:56:45 -04:00 |
|
Aaron
|
6667485a4e
|
merge
|
2009-04-21 15:43:06 -04:00 |
|