-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.4.1, 3.5.1
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
v3.4
-
Repl 2017-01-23
-
0
A global Client is required in order to clean up index creation (MultiIndexBlock). _releaseResources() should ensure there is a Client available by calling Client::initThreadIfNotAlready().
_releaseResources() is usually run as a scheduled task on the task runner. this is not the case when it is run during CollectionBulkLoader's destruction.
- is depended on by
-
SERVER-27611 DatabaseCloner::shutdown() does not shut down CollectionCloner
- Closed
-
SERVER-27678 CollectionCloner should call _finishCallback at most once
- Closed