|
|
|
|
|
by chubot
1422 days ago
|
|
That evaluation isn't about security; it's about durability -- does the database actually save your data under all circumstances? In this Jepsen analysis, we develop new tests which show the MongoDB v0 replication protocol is intrinsically unsafe, allowing the loss of majority-committed documents. In addition, we show that the new v1 replication protocol has multiple bugs, allowing data loss in all versions up to MongoDB 3.2.11 and 3.4.0-rc4. While the v0 protocol remains broken, fixes for v1 are available in MongoDB 3.2.12 and 3.4.0, and now pass the expanded Jepsen test suite. It does look like it was fixed though. I remember some mealy mouthing but maybe I got them confused with others subject to Jepsen tests ... |
|