summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_consistency.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-11/+10
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-3/+3
* SERVER-75745 Only log record and index metadata associated with missing or ex...Dan Larkin-York2023-04-071-6/+14
* SERVER-75561 Report and log more detailed information when validate encounter...Dan Larkin-York2023-04-051-19/+50
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-3/+2
* SERVER-72642 KeyStringIndexConsistency::addDocKey() accepts ValidateResultsBenety Goh2023-03-081-4/+5
* SERVER-74642 RecordStore::printRecordMetadata() accepts recordTimestampsBenety Goh2023-03-081-3/+4
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-7/+24
* SERVER-73636 Fix poor allocation pattern in validation reportingDan Larkin-York2023-02-101-1/+13
* SERVER-72512 Ensure validate surfaces index key inconsistencies if they existDan Larkin-York2023-02-041-59/+97
* SERVER-73481 Ensure validate detects out-of-order keys with {full: false}Gregory Wlodarek2023-02-031-1/+2
* SERVER-71560 Columnstore index repairMohammad Dashti2023-01-091-0/+1
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-051-36/+475
* Revert "SERVER-71061 Added column-store index validation"auto-revert-processor2023-01-051-475/+36
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-041-36/+475
* SERVER-66430 Remove extra `local.replset.initialSyncId` validation diagnosticsGregory Noma2022-12-121-7/+0
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-66012 Use the WiredTiger version cursor to print the index entries met...Yuhong Zhang2022-08-191-2/+7
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-4/+4
* SERVER-66428: Get more diagnostics when validation fails on local.replset.ini...Daniel Gottlieb2022-05-121-0/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-2/+2
* SERVER-61203 Use the WiredTiger version cursor to print the collection record...Gregory Wlodarek2022-02-011-0/+7
* SERVER-50081 Remove duplicate documents of unique indexes in repair modeShin Yee Tan2022-01-281-41/+24
* SERVER-62085 Use more bits for hashedMultikeyMetadataPaths in validationYuhong Zhang2022-01-201-3/+17
* SERVER-59600 move StorageDebugUtil::printKeyString() to the KeyString namespaceBenety Goh2021-08-271-3/+2
* SERVER-48528 ValidateTests can fail sporadically due to KeyString hashingYuhong Zhang2021-05-141-13/+33
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-5/+2
* SERVER-54656 Validation can repair clustered collectionsGregory Wlodarek2021-02-191-1/+9
* SERVER-54656 Validation reports missing and extra index entries for clustered...Gregory Wlodarek2021-02-191-6/+13
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-181-1/+1
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-3/+3
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-3/+3
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-1/+13
* SERVER-51444 BSONElement's buffer in IndexEntryInfo used for validation is un...Gregory Wlodarek2020-10-081-9/+11
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-9/+10
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-6/+9
* SERVER-49842 Startup repair should rebuild indexes when validate index incons...Louis Williams2020-08-251-0/+1
* SERVER-49103 Validate repair mode should fix up missing and extra index entriesShin Yee Tan2020-08-061-18/+115
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-011-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46805 Limit memory usage in the second phase of validate and add param...Gregory Noma2020-03-191-7/+74
* SERVER-46468 Allow up to 1MB each for extra index entry errors and missing in...Gregory Noma2020-03-171-2/+2
* SERVER-46468 Prevent validate from generating overlong responsesGregory Noma2020-03-161-14/+8
* SERVER-46666 Add extra validate logging for unit tests for debug proposesDianna Hohensee2020-03-091-0/+20
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44101 Add a KeyString::Value::hash method and use it in validationGeert Bosch2019-10-221-5/+1
* SERVER-44100 Use CityHash for validating index consistencyGeert Bosch2019-10-221-5/+5