XMLWordPrintableJSON

Details

    • Technical task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.24, 1.2.8, 1.3.11
    • 1.0.24, 1.2.8, 1.3.11, 1.4
    • rdbmk
    • None

    Description

      updateDocument currently attempts to update the document using a String append operation, and if that fails it will retry with a full rewrite.

      However, these operations may be conditional on the previous value of MODCOUNT. If this is the case, and the append did not fail with an SQLException, we know that a full rewrite isn't going to work either, thus we can skip the attempt (thus, the outer retry logic will need to refetch the document from storage before retrying).

      Attachments

        1. OAK-3617.diff
          7 kB
          Julian Reschke

        Activity

          People

            reschke Julian Reschke
            reschke Julian Reschke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: