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

Change default maxCachedBinarySize to match lucene DEFAULT_BLOB_SIZE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.0.19, 1.2.4, 1.3.4, 1.4
    • blob
    • None

    Description

      The default for DataStoreBlobStore#maxCachedBinarySize was supposed to be equal or greater than OakDirectory#DEFAULT_BLOB_SIZE. That default was increased to 32 * 1024 while here the default is still set to 17 * 1024. Also, there the newer lucene files uses IndexDefinition#DEFAULT_BLOB_SIZE which is 1024*1024 -1024.
      We should increase the default to 1024 * 1024 i.e. 1MB

      Attachments

        Activity

          People

            amitjain Amit Jain
            amitjain Amit Jain
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: