The max documents counter for a capped collection is an int, and it appears as if creating a very large capped collection and then inserting more than 2^31-1 documents into it will give a collection for which the document counters in collStats stop working.
- is duplicated by
-
SERVER-5503 All capped collections are implicitly limited to 2^31 - 1 documents
- Closed
- related to
-
SERVER-7780 downgrading 2.3 to 2.0 causes local.oplog.rs Assertion failure len * 5 > lastExtentSize
- Closed