Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1095

ThreadLocalCache has incorrect constructor making it unusable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 5.0.12
    • 5.0.10
    • Configuration
    • AIX, jetty 7.0

      ThreadLocalCache has invalid default constructor. While non default contructor requires following order of params: int maxSize, int lifetime - default constructor passes default args in invalid order - this(DEFAULT_LIFETIME, 128);
      Thus, cache entries get 128ms lifetime and get expunged constantly.

            jumperchen jumperchen
            sirvaulterscoff sirvaulterscoff
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: