-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.5.1
-
Component/s: Implementation, Performance
-
None
Say I call
auto bulk = coll.create_bulk_write();
and append some writes and call
auto result = bulk.execute();
Afterwards, every object created using .create_bulk_write from now on fails and does not execute.
Is there some way to reinitialise the object created by create_bulk_write()