| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
shutdownTimeoutMillisForSignaledShutdown on mongod
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Remove leading comments that are just stating the filename.
Move any file-level comments below the copyright banner.
Remove leading blank lines.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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().
|
|
|
|
|
| |
Expand the transport layer as needed to replace uses of abstract message port for ingress
networking.
|
| |
|
| |
|
| |
|
| |
|
|
|