mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 16:47:28 +01:00
SERVER-73588 Suppress memory leak alerts on canceling migrations
This commit is contained in:
parent
5e1084da11
commit
6853acbf8e
@ -10,3 +10,7 @@ leak:mongo::Interruptible::installWaitListener
|
||||
leak::mongo::SSLThreadInfo::ThreadIDManager::idManager
|
||||
|
||||
leak:glob64
|
||||
|
||||
# Thread spawn to cancel ongoing migration is not joined at mongod shutdown.
|
||||
# TODO (SERVER-67732): Remove this suppression as soon as we have a consolidated solution.
|
||||
leak:mongo:MigrationDestinationManager::onStepDown
|
||||
|
Loading…
Reference in New Issue
Block a user