summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_prepare_conflict.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50344 Rename Client methods to clarify that they are about being ↵Spencer T Brody2020-08-251-1/+1
| | | | killed during stepdown
* SERVER-44022 Fix race in PrepareConflictTracker and speed up happy pathGeert Bosch2020-02-241-5/+5
|
* SERVER-44779 Invariant internal operations that hit a prepareConflict must ↵Jason Chan2019-11-251-0/+7
| | | | be marked killable
* SERVER-43871 Use a monotonic clock source in prepare conflict trackerHaley Connelly2019-10-161-2/+2
|
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
| | | | iterate docs
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-9/+9
| | | | | | | | | | | - Don't use MONGO_INITIALIZER to declare each fail point. We only need one init task in total: freeze and iterate the registry. - remove MONGO_FAIL_POINT_DECLARE macro (extern) - remove MONGO_FAIL_POINT_SHOULD_FAIL macro (FailPoint::shouldFail) - remove MONGO_FAIL_POINT_BLOCK_IF (FailPoint::executeIf) - remove MONGO_FAIL_POINT_BLOCK (FailPoint::execute) - clean up FailPointRegistry and fail_point_service implementation.
* SERVER-41034 Invariant if we get a prepare conflict inside ↵Vesselina Ratcheva2019-06-051-0/+6
| | | | runWithoutInterruptionExceptAtGlobalShutdown block
* SERVER-40700 kill read prepare conflicts during step downPavi Vetriselvan2019-05-161-1/+19
|
* SERVER-40936: Add an invariant that we do not get a prepare conflict while ↵Lingzhi Deng2019-05-141-0/+19
| | | | holding a global, database, or collection MODE_S lock
* SERVER-40421 Add failpoint to skip doing retries on WiredTiger prepare conflictsvrachev2019-04-091-1/+13
|
* SERVER-39084 Fix race condition in PrepareConflictRetryXiangyu Yao2019-02-191-3/+13
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
|
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-1/+1
|
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
|
* SERVER-33309 SERVER-33310 Handle WT_PREPARE_CONFLICT. Add methods inLouis Williams2018-03-231-0/+76
WiredTigerSessionCache to wait and notify on prepared units of work.