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

Cold standby should allow syncing of blobs bigger than 2.2 GB

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.6.1
    • 1.7.6, 1.8.0
    • segment-tar

    Description

      Currently there is a limitation for the maximum binary size (in bytes) to be synced between primary and standby instances. This matches Integer.MAX_VALUE (2,147,483,647) bytes and no binaries bigger than this limit can be synced between the instances.

      Per comment at [1], the current protocol needs to be changed to allow sending of binaries in chunks, to surpass this limitation.

      [1] https://github.com/apache/jackrabbit-oak/blob/1.6/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/standby/client/StandbyClient.java#L125

      Attachments

        Issue Links

          Activity

            People

              adulceanu Andrei Dulceanu
              adulceanu Andrei Dulceanu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: