Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-21639

Connections to memcached (Symfony) aren't closed

    XMLWordPrintable

Details

    Description

      After configuring memcached in Symfony, ezpublish.yml

      stash:
          caches:
              default:
                  handlers: [ Memcache ]
                  inMemory: true
                  registerDoctrineAdapter: false
                  Memcache:
                      prefix_key: ezdemo_
                      retry_timeout: 1
                      servers:
                          -
                              server: <IP address SERVER 1>
                              port: 11211
                          -
                              server: <IP address SERVER 2>
                              port: 11211
      

      I've verified that the connections aren't closed. This issue has been fixed in the memcached legacy (https://jira.ez.no/browse/EZPNEXT-679) extension, however it's still present in the new version.

      You can verify this, by access a few folder in the frontend and the running

      $ netstat -ant | grep 11211
      

      You'll see the number of connections growing

      Attachments

        Activity

          People

            Unassigned Unassigned
            pedro.resende-obsolete@ez.no Pedro Resende (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: