192.168.1.134 is healthy. But the same log appears on both the shard replica set and the config replica set, signaling nodes 192.168.1.131, .134 and .138.
I report the three mongod logs timed closest to the pbm error:
192.168.1.131:
{“t”:{“$date”:“2023-05-16T15:58:30.717+00:00”},“s”:“I”, “c”:“NETWORK”, “id”:22943, “ctx”:“listener”,“msg”:“Connection accepted”,“attr”:{“remote”:“192.168.1.131:48996”,“uuid”:“f5d6fcdd-620c-41ac-967c-65a332ab54fd”,“connectionId”:198,“connectionCount”:34}}
{“t”:{“$date”:“2023-05-16T15:58:30.717+00:00”},“s”:“I”, “c”:“NETWORK”, “id”:51800, “ctx”:“conn198”,“msg”:“client metadata”,“attr”:{“remote”:“192.168.1.131:48996”,“client”:“conn198”,“doc”:{“driver”:{“name”:“NetworkInterfaceTL-TaskExecutorPool-0”,“version”:“6.0.5-4”},“os”:{“type”:“Linux”,“name”:“Ubuntu”,“architecture”:“x86_64”,“version”:“22.04”}}}}
{“t”:{“$date”:“2023-05-16T15:58:30.748+00:00”},“s”:“I”, “c”:“NETWORK”, “id”:22944, “ctx”:“conn192”,“msg”:“Connection ended”,“attr”:{“remote”:“192.168.1.131:58022”,“uuid”:“1c661fc1-7016-466d-9a78-8f2c9f2727c0”,“connectionId”:192,“connectionCount”:33}}
192.168.1.134:
{“t”:{“$date”:“2023-05-16T15:58:24.627+00:00”},“s”:“I”, “c”:“SH_REFR”, “id”:4619901, “ctx”:“CatalogCache-42”,“msg”:“Refreshed cached collection”,“attr”:{“namespace”:“config.system.sessions”,“lookupSinceVersion”:“1|1024||64620025b37a33f963149d0f||Timestamp(1684144165, 9)”,“newVersion”:“{ chunkVersion: { t: Timestamp(1684144165, 9), e: ObjectId(‘64620025b37a33f963149d0f’), v: Timestamp(1, 1024) }, forcedRefreshSequenceNum: 169, epochDisambiguatingSequenceNum: 127 }”,“timeInStore”:“{ chunkVersion: "None", forcedRefreshSequenceNum: 168, epochDisambiguatingSequenceNum: 126 }”,“durationMillis”:7}}
192.168.1.138:
{“t”:{“$date”:“2023-05-16T15:56:43.886+00:00”},“s”:“I”, “c”:“NETWORK”, “id”:22944, “ctx”:“conn972”,“msg”:“Connection ended”,“attr”:{“remote”:“192.168.1.142:45586”,“uuid”:“f298e40e-8c17-4340-aa2d-1bca66a1c7e3”,“connectionId”:972,“connectionCount”:42}}
{“t”:{“$date”:“2023-05-16T15:59:25.269+00:00”},“s”:“I”, “c”:“SH_REFR”, “id”:4619901, “ctx”:“CatalogCache-590”,“msg”:“Refreshed cached collection”,“attr”:{“namespace”:“config.system.sessions”,“lookupSinceVersion”:“1|1024||64620025b37a33f963149d0f||Timestamp(1684144165, 9)”,“newVersion”:“{ chunkVersion: { t: Timestamp(1684144165, 9), e: ObjectId(‘64620025b37a33f963149d0f’), v: Timestamp(1, 1024) }, forcedRefreshSequenceNum: 3441, epochDisambiguatingSequenceNum: 3437 }”,“timeInStore”:“{ chunkVersion: "None", forcedRefreshSequenceNum: 3440, epochDisambiguatingSequenceNum: 3436 }”,“durationMillis”:1}}
Is it possible that I did something wrong in the installation process?