I have a deployment of mongoDB on a Rancher cluster that is crashing with the following logs:
{"t":{"$date":"2024-11-05T17:46:59.739Z"},"s":"F", "c":"ASSERT", "id":23089, "ctx":"main","msg":"Fatal assertion","attr":{"msgid":40379,"file":"src/mongo/crypto/sha_block_openssl.cpp","line":162}}
{"t":{"$date":"2024-11-05T17:46:59.739Z"},"s":"F", "c":"ASSERT", "id":23090, "ctx":"main","msg":"\n\n***aborting after fassert() failure\n\n"}
There seems to be an issue with src/mongo/crypto/sha_block_openssl.cpp. I haven’t been able to find any information about this issue online. The Rancher cluster is version 2.7.10 and the mongo container is the official Dockerhub image with the latest
tag.