|
Arbiters in MongoDB 3.6.7 continuously log the following once per second even though the FCV for the replset is FCV3.6:
2018-09-07T11:14:41.656-0600 I - [conn6] Using sessions while not fully upgraded to FCV3.6
|
2018-09-07T11:14:42.657-0600 I - [conn10] Using sessions while not fully upgraded to FCV3.6
|
2018-09-07T11:14:43.657-0600 I - [conn6] Using sessions while not fully upgraded to FCV3.6
|
2018-09-07T11:14:44.658-0600 I - [conn10] Using sessions while not fully upgraded to FCV3.6
|
Verifying FCV version...
> db.adminCommand({getParameter:1, featureCompatibilityVersion:1})
|
{
|
"featureCompatibilityVersion": {
|
"version": "3.6"
|
},
|
"ok": 1,
|
"operationTime": Timestamp(1536341388, 1),
|
"$clusterTime": {
|
"clusterTime": Timestamp(1536341388, 1),
|
"signature": {
|
"hash": BinData(0, "AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
|
"keyId": NumberLong("0")
|
}
|
}
|
}
|
|