Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-1266 DocumentStore implementation for relational databases
  3. OAK-8932

RDBDocumentStore: allow RDBVersionGC support fallback to simpler algorithm

    XMLWordPrintableJSON

Details

    • Technical task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.26.0, 1.8.21, 1.22.2
    • rdbmk
    • None

    Description

      The current (new) algorithm (introduced in OAK-5855) may cause SELECT and DELETE statements to run concurrently, which might cause problems on certain DBs, such as SQL Server.

      Added a fallback (triggered by a system property) to the older (but slower) algorithm. Select it by setting system property like that:

      -Dorg.apache.jackrabbit.oak.plugins.document.rdb.RDBVersionGCSupport.MODE=1 

      Attachments

        1. OAK-8932.diff
          8 kB
          Julian Reschke

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: