-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
0
The CollectionBulkLoader uses a ThreadPool and a TaskRunner to ensure that all of the writes to a collection during a bulk load use the same OperationContext. Because Client and OperationContext can be moved from thread to thread, it is not necessary to dedicate separate threads to each bulk loader. This task is to simplify CollectionBulkLoader by leveraging client-thread rebinding.