-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
ALL
-
v8.0, v7.3, v7.0, v6.0, v5.0
-
Execution Team 2024-06-24
Before the start of the second phase of collection validation, we iterate through the buckets and sum the memory needed. However, this is currently using a signed 32-bit integer so it may overflow if the total key size from those buckets is greater than ~2GB.
- related to
-
SERVER-86407 validation does not produce complete results when it should
- Closed