Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-5027

OutOfMemoryError in entry retriever when state transfer chunk size is Integer.MAX_VALUE

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Optional Optional
    • 7.0.3.Final, 7.1.0.Beta1
    • 7.0.2.Final
    • Core
    • None

      DistributedEntryRetriever pre-allocates an ArrayDeque and and ArrayBlockingQueue of the same size as the state transfer chunk size.

      ReplStateTransferCacheLoaderTest sets the state transfer chunk size to Integer.MAX_VALUE, so it will trigger an OutOfMemoryError at the end of the test, when TestingUtil.killCaches() tries to log the contents of the cache (if TRACE logging is enabled).

              dberinde@redhat.com Dan Berindei (Inactive)
              dberinde@redhat.com Dan Berindei (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: