Mongo Errors in mongo log files

922 views
Skip to first unread message

RANJEET SINGH

unread,
Jan 10, 2020, 6:16:38 PM1/10/20
to mongodb-user
Hello All,

I am getting alert from mongo logs , very frequently. Error details   as below  ...

[LogicalSessionCacheRefresh] Failed to refresh session cache: WriteConcernFailed: waiting for replication timed out; Error details: { wtimeout: true }

NETWORK  [conn771424] Error sending response to client: SocketException: An established connection was aborted by the software in your host machine.


Anyone could comment on it, Why alert picking up with above contents, Your input would be appreciated .

Regards
Ranjeet Singh

Kevin Adistambha

unread,
Jan 13, 2020, 10:38:49 PM1/13/20
to mongodb-user

Hi,

The error WriteConcernFailed: waiting for replication timed out; Error details: { wtimeout: true } means that an operation was waiting for write concern confirmation but the write operation timed out for some reason.

The error SocketException: An established connection was aborted by the software in your host machine. typically means that there is a network issue between the client app and MongoDB.

My understanding is that the two errors may not be related to each other, but they seem to point to the possibility of problematic network connections. Are you seeing some problem that was traced to the two messages? What is your MongoDB version and their topology (e.g. details about your replica set)?

Best regards,
Kevin

Reply all
Reply to author
Forward
0 new messages