summaryrefslogtreecommitdiff
path: root/src/mongo/util/exit.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-70444 Interrupt the FSyncThread directly from the mongod shutdown taskDianna Hohensee2023-04-181-1/+1
|
* SERVER-46952 Create server parameter ↵Tess Avitabile2020-04-291-0/+4
| | | | shutdownTimeoutMillisForSignaledShutdown on mongod
* SERVER-38994 step down on SIGTERMJason Carey2019-03-151-4/+22
| | | | | | Check to see if we've entered shutdown from a shutdown command. If not, and if the replication machinery is up, attempt a shutdown in the style of a default shutdown command.
* 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-26/+28
|
* SERVER-27603 Rename mongo::inShutdown() to ↵Andy Schwerin2017-01-151-8/+8
| | | | | | | | | | | | | | | | | mongo::globalInShutdownDeprecated() for clarity. Calling this function is deprecated because modules that consult it cannot engage in an orderly, coordinated shutdown. Instead, such modules tend to just stop working at some point after mongo::shutdown() is invoked, without regard to whether modules that depend on them have already shut down. As such, for clarity, this patch renames the function from mongo::inShutdown() to mongo::globalInShutdownDeprecated(). This also helps disambiguate calls to this function from calls to individual components' similarly named functions. Also, remove uncalled mongo::inShutdownStrict().
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-0/+5
| | | | | Expand the transport layer as needed to replace uses of abstract message port for ingress networking.
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-3/+34
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-13/+11
|
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-1/+10
|
* SERVER-13854 Dereference before null check in dbexit at s/server.cppRandolph Tan2014-08-121-0/+1
|
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-071-0/+40