Parse warning
A parse warning may reduce maintainability of the code, or it may indicate a serious error. A parse warning from the Coverity parser may indicate a bug, or poor coding practice
/src/mongo/db/s/balancer/balancer_defragmentation_policy_impl.cpp:625: PW.USELESS_TYPE_QUALIFIER_ON_RETURN_TYPE 121382 type qualifier on return type is meaningless
- is caused by
-
SERVER-61727 Implement the "move and merge chunks" phase of the Collection Chunks defragmentation algorithm
- Closed