userver-framework / userver

Production-ready C++ Asynchronous Framework with rich functionality
https://userver.tech
Apache License 2.0
2.36k stars 272 forks source link

Update mongo-c driver version #587

Open DenisRazinkin opened 3 months ago

DenisRazinkin commented 3 months ago

Current version mongo-c-driver/1.22.0 has a bug leading to deadlock. https://jira.mongodb.org/browse/CDRIVER-4666 I stumbled this across during debugging when stopped and started mongodb server. The deadlock blocks the insertion of documents and other operations.