Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-1888

Split legacy batch inserts into many messages

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • None
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      PHP-705 Done 1.5.0, 1.5.0alpha1
      JAVA-803 Done 3.1.0
      PYTHON-414 Done 2.6
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion PHP-705 Done 1.5.0, 1.5.0alpha1 JAVA-803 Done 3.1.0 PYTHON-414 Done 2.6

    Description

      Split batch inserts into multiple messages and if safe writes stop after first error if not continueOnError or combine errors if so.

        fail on error continueOnError
      acknowledged
      • after each batch, send the requested getlasterror. If response is !ok, send no more batches and report an error
      • after each batch, send the requested getlasterror. Save the last !ok response.
      • after the last batch, report the last !ok response
      unacknowledged
      • after each batch but the last, send {getlasterror : 1}

        . If response is !ok, send no more batches and return (no error reported)

      • after the last batch, send no getlasterror command
      • after each batch, send no getlasterror command

      Attachments

        Activity

          People

            Unassigned Unassigned
            barrie Barrie Segal
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: