-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.2.7
-
Component/s: Index Maintenance, Storage
-
None
-
Fully Compatible
-
ALL
-
0
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.
- 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