summaryrefslogtreecommitdiff
path: root/src/mongo/shell/data_consistency_checker.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70152 Fix PeekableCursor#hasNext() in DataConsistencyChecker.Max Hirschhorn2022-10-011-1/+1
* SERVER-63339 Enable hash checks for capped collectionsGregory Noma2022-08-311-36/+18
* SERVER-64535 Add clustered index information to collStats outputSulabh Mahajan2022-06-281-1/+40
* SERVER-63214 Ignore hash inconsistency between whole dbs when collection hash...Jason Chan2022-02-091-0/+10
* SERVER-61923 Fix bug where consistency checker can mask error due to ignoring...Jason Chan2022-01-051-1/+7
* SERVER-61130: Create backup cursor on donor primaryChristopher Caplinger2021-12-161-1/+1
* SERVER-61610 Fix ignore dbHash mismatches for invalidated retryable FaM imagesJason Chan2021-11-191-2/+5
* SERVER-60048 CheckReplDBHash should not fail for cases where we expect retrya...Jason Chan2021-11-041-1/+32
* SERVER-54967 Remove workaround for comparing size outside of bsonBinaryEqual ...Gregory Wlodarek2021-07-231-23/+0
* Revert "SERVER-54967 Remove workaround for comparing size outside of bsonBina...Gregory Wlodarek2021-06-011-0/+23
* SERVER-54967 Remove workaround for comparing size outside of bsonBinaryEqual ...Gregory Wlodarek2021-05-281-23/+0
* SERVER-54899 Pass in point-in-time value used for getHashesUsingSessions() in...Gregory Wlodarek2021-03-061-4/+6
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-0/+23
* SERVER-54794 DataConsistencyChecker prints raw listCollections output on failureLouis Williams2021-02-261-1/+2
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-0/+2
* SERVER-50935: Expand dbhash checks to ensure two replica sets are in sync for...XueruiFa2020-12-151-26/+241
* SERVER-51086 Extract collection diffing logic into separate utility.Max Hirschhorn2020-09-291-35/+122
* SERVER-36816 avoid reloading the view catalog during dbhash checkRobert Guo2019-08-211-0/+138