Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-1972

Async property index update may fail on DocumentMK with more than 100 index changes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.1, 1.0.2
    • 1.0.3, 1.1.0
    • core, mongomk
    • None

    Description

      The AsyncUpdateCallback gets notified whenever an editor updates the index via indexUpdate(). After every 100 changes the callback checks the lease time and extends the lease if necessary. In combination with OAK-1968 and more than 100 index changes, this will likely lead to an async-lease update in a separate commit from within the commit editor. Because of the way how OAK-1056 was fixed, this commit is mixed with the surrounding commit and may lead to a conflict or otherwise fail the commit.

      Attachments

        Activity

          People

            mreutegg Marcel Reutegger
            mreutegg Marcel Reutegger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: