| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
ServiceContext.
|
|
|
|
| |
ServiceContextMongoD to ServiceContext.
|
|
|
|
|
|
| |
This change introduces a different interruption code (11602) which will be
used to kill operations during replication primary stepdown so the config
server retry logic can differentiate them from user-killed operations.
|
|
|
|
| |
This reverts commit 5d2d6e209acd862324612c7f9c41d65940f8dcba.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
OperationContext."
This reverts commit e181ea38af737ef7aaf5f8228f870d8c7149b2bb.
|
|
|
|
|
|
| |
OperationContext."
This reverts commit 4ea38c308da292f43e29d32b1b53b7324db0bafe.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
They have been moved from OperationContextImpl. Furthermore, the CurOp stack is
now attached to OperationContext, instead of Client.
With this change, an operation's lifetime is governed by the lifetime of an
OperationContext object. The "_active" field of CurOp is therefore no longer
meaingful. This required fixing the lifetime of OperationContext in a few
places.
A future change will adjust operation lifetime timing to time the lifetime of
the OperationContext object, as well.
|
|
|
|
|
|
|
| |
WiredTiger is used as the default storage engine if the dbpath does
not contain any data files. Otherwise, the storage engine specified
in the storage.bson metadata file is used when the --storageEngine
flag is omitted from the command line invocation.
|
|
|
|
| |
This reverts commit a335b35b2e95538220941960764e6f60136b3973.
|
|
|
|
|
|
|
| |
WiredTiger is used as the default storage engine if the dbpath does
not contain any data files. Otherwise, the storage engine specified
in the storage.bson metadata file is used when the --storageEngine
flag is omitted from the command line invocation.
|
|
|
|
| |
This reverts commit 38862aaa17e06e5e6733598bbb487774cb3616f7.
|
|
|
|
|
|
|
| |
WiredTiger is used as the default storage engine if the dbpath does
not contain any data files. Otherwise, the storage engine specified
in the storage.bson metadata file is used when the --storageEngine
flag is omitted from the command line invocation.
|
|
|