summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/network_interface_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-15949:add diagnostics to network executorScott Hernandez2014-11-041-0/+3
|
* SERVER-15780 more/improve thread namingScott Hernandez2014-11-041-5/+1
|
* SERVER-15780 improve thread naming, remove any hex identifiers from namesmatt dannenberg2014-10-281-0/+7
|
* SERVER-15399 Implementation of NetworkInterface that uses its own thread and ↵Andy Schwerin2014-10-061-0/+40
| | | | | | connection pools. Behavior is believed to match that of ScopedConn.
* SERVER-15399 Make networking in ReplicationExecutor::NetworkInterface ↵Andy Schwerin2014-10-061-7/+39
| | | | | | | | asynchronous. Fully virtualizes time and network scheduling in NetworkInterfaceMock implementation, and updates tests accordingly. Allow fuller virtualization of time in replication executor for testing.
* SERVER-14561 Add OperationContext* member to ReplicationExecutor::CallbackData.Andy Schwerin2014-08-281-1/+1
| | | | | | This member, called txn, is non-NULL if the operation was scheduled using scheduleWorkWithGlobalExclusiveLock, and provides a pointer to the lock-owning context.
* SERVER-14561: record execution time for remote commandsScott Hernandez2014-08-211-1/+1
|
* SERVER-14058 Implementation of ReplicationExecutor::NetworkInterface for use ↵Andy Schwerin2014-06-041-0/+53
in mongod.