Details
Description
I just upgraded my Sharded cluster to version 5.0.3. Sometime when I connect to mongos then I get this information message:
{
|
"t": { |
"$date": "2021-10-08T08:02:49.206Z" |
},
|
"s": "I", |
"c": "NETWORK", |
"id": 4915701, |
"ctx": "-", |
"msg": "Initialized wire specification", |
"attr": { |
"spec": { |
"incomingExternalClient": { |
"minWireVersion": 0, |
"maxWireVersion": 13 |
},
|
"incomingInternalClient": { |
"minWireVersion": 0, |
"maxWireVersion": 13 |
},
|
"outgoing": { |
"minWireVersion": 0, |
"maxWireVersion": 13 |
},
|
"isInternalClient": false |
}
|
}
|
}
|
For me this is a problem, because the mongo script runs as automatic job and a non-emtpy return value is considered as an error. Apart from that, it is annoying for the user.
Â
Is the a solution to get rid of this message?
Â