Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
It is incremented by two with each insert:
> db.serverStatus().metrics.document.inserted
|
NumberLong(24322)
|
> db.foo.insert({});
|
WriteResult({ "nInserted" : 1 })
|
> db.serverStatus().metrics.document.inserted
|
NumberLong(24324)
|
This is not due to the matching inserts to the oplog as this host is a standalone.
Attachments
Issue Links
- duplicates
-
SERVER-23128 Refactor write cmd path
-
- Closed
-
- related to
-
SERVER-15238 Add jstests for serverStatus().metrics
-
- Backlog
-
-
SERVER-17862 Unify stats reporting for log/profiler across CRUD operations
-
- Closed
-