summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_version_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-1/+0
|
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-20/+26
|
* SERVER-65530 Get rid of the legacy ChunkVersion format (except for moveChunk)Kaloian Manassiev2022-05-251-148/+0
|
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-111-21/+18
|
* Revert "SERVER-63363 Fixing parsing of ChunkVersion"Sergi Mateo Bellido2022-03-311-1/+1
| | | | | | This reverts commit e98dc4a89c55c0c391b1a6d1ef6a4be92328cfe9. Looking for a different way of fixing this problem!
* SERVER-63363 Fixing parsing of ChunkVersionSergi Mateo Bellido2022-03-231-1/+1
|
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-111-24/+55
|
* SERVER-62783 Use the 'any' form for the wrongly encoded positional formatKaloian Manassiev2022-01-261-5/+5
| | | | This allows one more method to be thrown out.
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-23/+19
|
* SERVER-62783 Make parsing of new and legacy formats more explicitKaloian Manassiev2022-01-241-15/+50
|
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with ↵Allison Easton2021-10-081-6/+7
| | | | Timestamp(0, 0)
* SERVER-59770 Use the timestamp to implement the comparison methods of ↵Allison Easton2021-09-291-5/+7
| | | | ChunkVersion
* SERVER-52847 Make timestamp required in CollectionType and ↵Allison Easton2021-09-211-41/+27
| | | | ShardCollectionType IDL
* SERVER-53099 Remove canThrowSSVOnIgnored for ChunkVersionsMarcos José Grillo Ramirez2021-08-091-32/+2
|
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-171-5/+52
| | | | PART 4: Adding persistence to the Timestamp of a ChunkVersion
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-19/+32
| | | | PART 2: Fixing our tests
* SERVER-41480 Increment major version on splits where the shard version ↵Matthew Saltz2019-07-221-0/+25
| | | | equals the collection version
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-36987 ChunkVersion::minorVersion truncates to 16 bitRandolph Tan2018-09-121-6/+19
|
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-221-19/+74
|
* SERVER-21186 Fix chunk version handling in ChunkTypeKaloian Manassiev2015-10-301-55/+19
| | | | | | | | On read, the parsing code was preferring the old 'version' field, which is not being written since version 2.4 and on write it was writing both the old 'version' field and the somewhat newer 'lastmod'. Made it to only look for 'lastmod' and to never write 'version'.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-91/+86
|
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
|
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
|
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-1/+0
| | | | Remove long constructor for ChunkVersion
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-0/+29
|
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
|
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
|
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-211-0/+88