mongo icon indicating copy to clipboard operation
mongo copied to clipboard

WIP Change the network chunk version format to the new format

Open m4nti5 opened this issue 2 years ago • 0 comments

This is a WIP test that changes the chunk version format from an array format:

[<major|minor>, <epoch>, <timestamp>]

To an object like format:

{v: <major|minor>, e: <epoch>, t: <timestamp>}

There are several tests that need to be fixed, and some extra code necessary to fully complete the transition, one of the major problems seems to be split chunk, the full evergreen patch can be found here.

m4nti5 avatar Feb 21 '22 15:02 m4nti5