summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface/replica_set_node_process_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-1/+0
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-231-0/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-1/+2
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-011-1/+15
* SERVER-45973 Test stepdown of the primary during execution of $merge/$out on ...Mihai Andrei2020-03-201-4/+9
* SERVER-45969 Test behavior of killOp and maxTimeMS with $out/$merge on second...Gregory Noma2020-03-061-0/+6
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-4/+1
* SERVER-46431 Attach lsid and txnNumber to commands sent through ReplicaSetNod...Gregory Noma2020-02-281-0/+2
* SERVER-45965 Implement ReplicaSetNodeProcessInterface methods needed for $outMihai Andrei2020-02-271-73/+41
* SERVER-46123 Check whether the database is drop pending for aggregation opera...Gregory Wlodarek2020-02-261-4/+9
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-6/+6
* SERVER-46137 Implement ReplicaSetNodeProcessInterface methods needed for $mergeGregory Noma2020-02-241-23/+45
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-191-3/+2
* SERVER-45964 Implement helper in ReplicaSetNodeProcessInterface for issuing c...Gregory Noma2020-02-131-0/+49
* SERVER-45963 Introduce ReplicaSetNodeProcessInterface and a new TaskExecutor ...Mihai Andrei2020-02-131-0/+181