We have 3 replica set members running on the node as three pods. When a node is rebooted, it is observed that the secondary member pod sometimes goes into a crash loopback state.
Please provide some insight, as this has been observed multiple times.
**** Here are log snippets: ***
{"t":{"$date":"2024-06-04T02:31:27.069+00:00"},"s":"I", "c":"ELECTION", "id":4615601, "ctx":"ReplCoord-1","msg":"Scheduling priority takeover","attr":{"when":{"$date":"2024-06-04T02:31:29.312Z"}}}
{"t":{"$date":"2024-06-04T02:31:27.102+00:00"},"s":"I", "c":"ROLLBACK", "id":21607, "ctx":"BackgroundSync","msg":"Rollback common point","attr":{"commonPointOpTime":{"ts":{"$timestamp":{"t":1715069941,"i":1}},"t":19}}}
{"t":{"$date":"2024-06-04T02:31:27.102+00:00"},"s":"I", "c":"ROLLBACK", "id":21612, "ctx":"BackgroundSync","msg":"Rollback summary","attr":{"startTime":{"$date":"2024-06-04T02:31:27.049Z"},"endTime":{"$date":"2024-06-04T02:31:27.102Z"},"syncSource":"mongo-subscriber-1.mongo-subscriber.mongodb-global.svc.cluster.local:27017","lastOptimeRolledBack":{"ts":{"$timestamp":{"t":1717128607,"i":3}},"t":22},"commonPoint":{"ts":{"$timestamp":{"t":1715069941,"i":1}},"t":19},"lastWallClockTimeRolledBack":{"$date":"2024-05-31T04:10:07.260Z"},"firstOpWallClockTimeAfterCommonPoint":{"$date":"2024-05-07T08:19:01.187Z"},"wallClockTimeDiff":2058666,"shardIdentityRolledBack":false,"configServerConfigVersionRolledBack":false,"affectedSessions":[],"affectedNamespaces":["admin.system.keys"],"rollbackCommandCounts":{"insert":1},"totalEntriesRolledBackIncludingNoops":2}}
{"t":{"$date":"2024-06-04T02:31:27.102+00:00"},"s":"I", "c":"REPL", "id":21358, "ctx":"BackgroundSync","msg":"Replica set state transition","attr":{"newState":"SECONDARY","oldState":"ROLLBACK"}}
{"t":{"$date":"2024-06-04T02:31:27.102+00:00"},"s":"I", "c":"REPL", "id":21106, "ctx":"BackgroundSync","msg":"Resetting sync source to empty","attr":{"previousSyncSource":"mongo-subscriber-1.mongo-subscriber.mongodb-global.svc.cluster.local:27017"}}
{"t":{"$date":"2024-06-04T02:31:27.102+00:00"},"s":"F", "c":"REPL", "id":21128, "ctx":"BackgroundSync","msg":"Rollback failed with unrecoverable error","attr":{"error":{"code":127,"codeName":"UnrecoverableRollbackError","errmsg":"not willing to roll back more than 86400 seconds of data. Have: 2058666 seconds."}}}
{"t":{"$date":"2024-06-04T02:31:27.102+00:00"},"s":"F", "c":"ASSERT", "id":23095, "ctx":"BackgroundSync","msg":"Fatal assertion","attr":{"msgid":50666,"error":"UnrecoverableRollbackError: not willing to roll back more than 86400 seconds of data. Have: 2058666 seconds.","file":"src/mongo/db/repl/bgsync.cpp","line":842}}
{"t":{"$date":"2024-06-04T02:31:27.102+00:00"},"s":"F", "c":"ASSERT", "id":23096, "ctx":"BackgroundSync","msg":"\n\n***aborting after fassert() failure\n\n"}