Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.2.7
-
None
-
Fully Compatible
-
ALL
-
0
Description
The btree it builds has a root node with no nextChild. This means it has N keys and N children rather than N+1.
This only effects foreground index builds with enough data to have a multi-layer btree.
I verified this has been the behavior since at least 2.2 which is the oldest branch I can build locally.
Attachments
Issue Links
- duplicates
-
SERVER-2732 btreebuilder may create a bucket with a null nextLoc
-
- Closed
-
- related to
-
SERVER-7326 "validate" command should perform full index validation
-
- Closed
-