Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-2095

a bulk_write operation (created by create_bulk_write()) cannot be reinitialised

    • Type: Icon: Bug Bug
    • Resolution: Gone away
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.5.1
    • Component/s: Implementation, Performance
    • Labels:
      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()

       

       

            Assignee:
            Unassigned Unassigned
            Reporter:
            kaustubh@zilliqa.com kaustubh shamshery
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: