index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
s
/
d_split.cpp
Age
Commit message (
Expand
)
Author
2011-08-08
use LOG(x) everywhere in mongos
Mathias Stearn
2011-08-04
don't allow multikey shard indices or array values in shard keys
gregs
2011-07-27
full API change to command interface, add options SERVER-3405
gregs
2011-06-23
SERVER-2563 - make ClientCursor check disk location for record in memory if i...
Eliot Horowitz
2011-06-21
some include cleaning
Eliot Horowitz
2011-05-26
Fixing a bunch of spelling mistakes, and a few grammatical errors. No functio...
Jens Rantil
2011-05-23
use firstElementFieldName()
dwight
2011-05-06
Start counting at 1
Mathias Stearn
2011-05-05
Move chunk obj counting into mongod.
Mathias Stearn
2011-05-05
more const for clarity
Mathias Stearn
2011-05-04
can't use scoped_ptr with ClientCursor
Eliot Horowitz
2011-05-03
Merge branch 'master' into main
Dwight
2011-04-26
don't force a check on _id for sharding as it has to be there
Eliot Horowitz
2011-04-20
versions for btree. checkpointing so far
Dwight
2011-04-01
conversion of unneeded caused_by macros to methods
gregs
2011-03-19
SERVER-2797 fix BTreeCursor handling and ensure chunks aren't over sized
Eliot Horowitz
2011-03-06
make forcing a split work better SERVER-2419 180?
Eliot Horowitz
2011-03-01
Fixes for distributed lock handling time skew.
greg
2011-03-01
null is ok in shard key, blank is not SERVER-2648
Eliot Horowitz
2011-03-01
make sure not to use memory in a cursor when yielding SERVER-2447
Eliot Horowitz
2011-02-01
splitVector perf
Eliot Horowitz
2011-01-29
add an assert in splitVector
Eliot Horowitz
2011-01-29
fix some split logging
Eliot Horowitz
2011-01-10
SERVER-2060 allow an index to be validated for sharding
Alberto Lerner
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-12-29
splitChunk entry message to like like moveChunk's
Alberto Lerner
2010-12-29
SERVER-2306 split request now carries expected shard information
Alberto Lerner
2010-12-28
message warns explicitly that operation aborted
Alberto Lerner
2010-12-28
put likely cause on message
Alberto Lerner
2010-12-27
log if moveChunk/splitChunk did not pass admission checks
Alberto Lerner
2010-12-27
make message consistent
Alberto Lerner
2010-12-04
hook new versioning machinery and allow mongod to maintain per-chunk state
Alberto Lerner
2010-12-02
disambiguate
Alberto Lerner
2010-11-23
fix potential seg fault
Alberto Lerner
2010-11-22
log command start
Alberto Lerner
2010-11-18
ChunkMatcher now has per-chunk boundaries
Alberto Lerner
2010-10-27
splits are now done by the mongod side
Alberto Lerner
2010-10-26
fix memory ownership
Alberto Lerner
2010-10-25
split chunk maybe the first time a sharded command hit mongod
Alberto Lerner
2010-10-22
tighter new splitChunk (misses factoring out common code to migrate path)
Alberto Lerner
2010-10-22
add logging to splitChunk command in mongod
Alberto Lerner
2010-10-21
splitVector can now be 'force'-d to split a small chunk
Alberto Lerner
2010-10-19
do not pick a split key if it is not different from the chunks' min key (on b...
Alberto Lerner
2010-10-18
Initial mongod-side split logic. Not yet hooked up.
Alberto Lerner
2010-10-14
Prepare initial move of split logic to the mongod side
Alberto Lerner
2010-09-27
towards durability
dwight
2010-09-17
SERVER-1807 better logging and tighter test
Alberto Lerner
2010-09-16
SERVER-1807 quicker auto-split if in a jumbo chunk case
Alberto Lerner
2010-09-15
yield on medianKey
Eliot Horowitz
2010-09-13
fix potential inf. loop in splitVector
Eliot Horowitz
[next]