You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Brian Geffon (JIRA)" <ji...@apache.org> on 2014/06/13 02:21:02 UTC

[jira] [Created] (TS-2887) Per-thread session pools don't work when mixing SSL with Non-SSL.

Brian Geffon created TS-2887:
--------------------------------

             Summary: Per-thread session pools don't work when mixing SSL with Non-SSL.
                 Key: TS-2887
                 URL: https://issues.apache.org/jira/browse/TS-2887
             Project: Traffic Server
          Issue Type: Bug
          Components: HTTP, SSL
            Reporter: Brian Geffon


This bug is trivial to reproduce, if you set share_server_sessions to 2 (per thread session pools) and you connect to TS on an insecure port and connect outbound to a secure origin, ie: map http://127.0.1/ https://www.anything.com, it will not properly acquire a session and will always create a new one.

It's clear why this happens: when release_session is called it happens from an ET_SSL thread; however, when acquire session is called it happens on an ET_NET thread. So all of the created sessions pile up on ET_SSL threads until they timeout and are closed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)