Information like Currently running: yes/no is not correctly printed starting from 5.0 branch and other messages contain double spaces instead of a single one.
In details, the current commands output is:
mongos> printShardingStatus() --- Sharding Status --- [...] autosplit: Currently enabled: no balancer: Currently enabled: no yes Failed balancer rounds in last 5 attempts: 0 Migration Results for the last 24 hours: No recent migrations [...]
Whereas, in the 4.4 branch, these commands print:
mongos> printShardingStatus()mongos> printShardingStatus() --- Sharding Status --- [...] autosplit: Currently enabled: no balancer: Currently enabled: no Currently running: yes Failed balancer rounds in last 5 attempts: 0 Migration Results for the last 24 hours: No recent migrations [...]