-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Sharding EMEA 2022-02-07
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The balancer config getMaxChunkSizeBytes() function returns a uint64_t. The chunkType getEstimatedSizeBytes function returns a boost::optional<long long>. We should change the return type of the chunkType getEstimatedSizeBytes to be an optional uint64_t.