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

Use security actions to read system properties for configuration

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

XMLWordPrintable

      Infinispan uses system properties for out-of-band settings that weren't deemed important enough to have a proper configuration attribute:

      • infinispan.arrays.debug
      • infinispan.unsafe.force_multicast
      • infinispan.compat (obsolete?)
      • infinispan.debugDependencies
      • infinispan.stagger.delay (introduced with ISPN-825)
      • org.infinispan.query.indexmanager.LockAcquiringBackend.MAX_QUEUE_SIZE

      We should use a SecurityActions class to access these properties instead of Boolean.getBoolean() and Integer.getInteger(). We should also document these system properties, and evaluate moving them to the proper configuration.

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

                Created:
                Updated:
                Resolved:
                Archived: