-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.6.7
-
Component/s: None
-
None
-
ALL
-
-
(copied to CRM)
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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")
}
}
}
- duplicates
-
SERVER-36777 Excessive logging with sessions in FCV 3.4
-
- Closed
-