Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-35415

BandanaPersister Underlying distributed cache should not expire

    XMLWordPrintable

Details

    Description

      CAC went down on 24/10, and we suspect it was because of the bandanaPersister cache being invalidate, causing all requests to issue multiple cache gets all at the same time, drowning out the threadpool and stalling all http requests.

      The BandanaPersister cache is a Near Cache, but the underlying distributed cache expires values if not access for an hour. Since the near cache is guarding these values, they will basically always expire after an hour. Depending on the traffic at that time, this may create the above situation.

      The fix is to remove the expire-after-access-secs property from that particular cache.

      Attachments

        Issue Links

          Activity

            People

              drizzuto David Rizzuto
              drizzuto David Rizzuto
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: